HEX: #D9D5EE
RGB: (217,213,238)
Il colore #D9D5EE contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #D9D5EE il colore web safe è #CCCCFF (#CCF).
Il colore D9D5EE in RGB è definito come 217,213,238
RGB: (217,213,238)
(85%, 84%, 93%)
R 217 da 255 = 85%
G 213 da 255 = 84%
B 238 da 255 = 93%
R + G + B ~ 87%. #D9D5EE colore chiaro.
R + G + B = 217 + 213 + 238 = 668 (100%)
R 217 da 668 ~ 32.49%
G 213 da 668 ~ 31.89%
B 238 da 668 ~ 35.63'%
Il colore #D9D5EE in CMYK è definito come 9,11,0,7.
CMYK: (9,11,0,7)
C9M11Y0K7 (9%, 11%, 0%, 7%)
(0.09 / 0.11 / 0.00 / 0.07)
Il #D9D5EE nei modelli di colore popolari.
D9 | D5 | EE | |
---|---|---|---|
RGB | 217 | 213 | 238 |
HSL | 250° | 42.37% | 88.43% |
HSB/HSV | 250° | 10.50% | 93.33% |
CMYK | 8.82% | 10.50% | 0.00% |
6.67% |
Il #D9D5EE nei modelli numerici popolari.
Esadicemale | D9 | D5 | EE |
Decimale | 217 | 213 | 238 |
Binario | 11011001 | 11010101 | 11101110 |
Ottale | 331 | 325 | 356 |
Tonalità scure del colore #D9D5EE
Tonalità chiare del colore #D9D5EE
Esempi dei codici css e html per gli elementi di colore #D9D5EE. Utilizzate rgb(217,213,238) anche al posto del codice hex.
.myTextColor { color: #D9D5EE; }
<p style="color:#D9D5EE">This sample text font color is #D9D5EE.</p>
Il colore di questo testo è #D9D5EE.
.myBgColor { background-color: #D9D5EE; }
<div style="background-color:#D9D5EE">Inner text</div>
Questo div ha lo sfondo di colore #D9D5EE.
.myBorderColor { border: 1px solid #D9D5EE; }
<div style="border:3px solid #D9D5EE">Div</div>
Questo div ha i bordi di colore D9D5EE.
.myOpacity80 { color: #D9D5EE; opacity: 0.8; }
<p style="color:#D9D5EE;opacity:0.8;">80%</p>
Il testo di color #D9D5EE e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D9D5EE;}
<p style="text-shadow: 3px 3px 1px #D9D5EE">Text here.</p>
Questo testo ha l'ombra di colore #D9D5EE.
.textShadow {text-shadow: 3px 3px 1px #D9D5EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D9D5EE, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D9D5EE e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9D5EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D9D5EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D9D5EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9D5EE;
-webkit-box-shadow: 1px 1px 3px 2px #D9D5EE;
box-shadow: 1px 1px 3px 2px #D9D5EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9D5EE; -webkit-box-shadow: 1px 1px 3px 2px #D9D5EE; box-shadow:1px 1px 3px 2px #D9D5EE;">
Div content here
</div>
Questo e il testo di colore #D9D5EE sullo sfondo nero.
Questo e il testo di colore #D9D5EE sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D9D5EE.
Questo è un testo bianco sullo sfondo del colore #D9D5EE.
Il colore complimentare del #hex è #262A11..