Shades of White Ice #D9E5DF
Tints of White Ice #D9E5DF
RGB
CMYK
RGB Variations
Color information
#D9E5DF (or 0xD9E5DF) is known color: White Ice. HEX triplet: D9, E5 and DF. RGB value is (217,229,223). Sum of RGB (Red+Green+Blue) = 217+229+223=669 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.44% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E5DF is #261A20. Grayscale: #E0E0E0. Windows color (decimal): -2497057 or 14673369. OLE color: 14673369.
HSL color Cylindrical-coordinate representation of color #D9E5DF: hue angle of 150º degrees, saturation: 0.19, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9E5DF is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 217 | 229 | 223 | - |
CMYK | 0.05 | 0 | 0.03 | 0.10 |
HSL | 150º | 0.19% | 0.87% | - |
HSV(B) | 150º | 0.05% | 0.9% | - |
XYZ | 69.95 | 76.12 | 80.82 | - |
YUV | 224.73 | 127.02 | 122.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 229 | 223 | 0.05 | 0 | 0.03 | 0.10 | 150 | 0.19 | 0.87 |
Hex | D9 | E5 | DF | 5 | 0 | 3 | A | 96 | 13 | 57 |
Octal | 331 | 345 | 337 | 5 | 0 | 3 | 12 | 226 | 23 | 127 |
Binary | 11011001 | 11100101 | 11011111 | 101 | 0 | 11 | 1010 | 10010110 | 10011 | 1010111 |
Color Harmonies of #D9E5DF
Complementary color
Monochromatic Colors of #D9E5DF
Black with #D9E5DF
Text Example
Text Example
White with #D9E5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E5DF; }
p { color: rgb(217,229,223); }
H1.HeaderClassName
{
color: #D9E5DF;
}
.AnyTagClassName
{
color: #D9E5DF;
}
</style>
background-color css
<style>
a { background-color: #D9E5DF; }
a { background-color: rgb(217,229,223); }
div.DivClassName
{
background-color: #D9E5DF;
}
.BgClassName
{
background-color: #D9E5DF;
}
</style>
border-color css
<style>
span { border-color: #D9E5DF; }
span { border-color: rgb(217,229,223); }
td.TdClassName
{
border-color: #D9E5DF;
}
.TagClassName
{
border-color: #D9E5DF;
}
</style>