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