Shades of White Ice #D9E2DF
Tints of White Ice #D9E2DF
RGB
CMYK
RGB Variations
Color information
#D9E2DF (or 0xD9E2DF) is known color: White Ice. HEX triplet: D9, E2 and DF. RGB value is (217,226,223). Sum of RGB (Red+Green+Blue) = 217+226+223=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E2DF is #261D20. Grayscale: #DEDEDE. Windows color (decimal): -2497825 or 14672601. OLE color: 14672601.
HSL color Cylindrical-coordinate representation of color #D9E2DF: hue angle of 160º degrees, saturation: 0.13, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D9E2DF is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 223 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.11 |
| HSL | 160º | 0.13% | 0.87% | - |
| HSV(B) | 160º | 0.04% | 0.89% | - |
| XYZ | 69.13 | 74.47 | 80.54 | - |
| YUV | 222.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 223 | 0.04 | 0 | 0.01 | 0.11 | 160 | 0.13 | 0.87 |
| Hex | D9 | E2 | DF | 4 | 0 | 1 | B | A0 | D | 57 |
| Octal | 331 | 342 | 337 | 4 | 0 | 1 | 13 | 240 | 15 | 127 |
| Binary | 11011001 | 11100010 | 11011111 | 100 | 0 | 1 | 1011 | 10100000 | 1101 | 1010111 |
Color Harmonies of #D9E2DF
Complementary color
Monochromatic Colors of #D9E2DF
Black with #D9E2DF
Text Example
Text Example
White with #D9E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E2DF; }
p { color: rgb(217,226,223); }
H1.HeaderClassName
{
color: #D9E2DF;
}
.AnyTagClassName
{
color: #D9E2DF;
}
</style>
background-color css
<style>
a { background-color: #D9E2DF; }
a { background-color: rgb(217,226,223); }
div.DivClassName
{
background-color: #D9E2DF;
}
.BgClassName
{
background-color: #D9E2DF;
}
</style>
border-color css
<style>
span { border-color: #D9E2DF; }
span { border-color: rgb(217,226,223); }
td.TdClassName
{
border-color: #D9E2DF;
}
.TagClassName
{
border-color: #D9E2DF;
}
</style>