Shades of White Ice #D5E4DD
Tints of White Ice #D5E4DD
RGB
CMYK
RGB Variations
Color information
#D5E4DD (or 0xD5E4DD) is known color: White Ice. HEX triplet: D5, E4 and DD. RGB value is (213,228,221). Sum of RGB (Red+Green+Blue) = 213+228+221=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 228 (89.45% from 255 or 34.44% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E4DD is #2A1B22. Grayscale: #DEDEDE. Windows color (decimal): -2759459 or 14542037. OLE color: 14542037.
HSL color Cylindrical-coordinate representation of color #D5E4DD: hue angle of 152º degrees, saturation: 0.22, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5E4DD is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 213 | 228 | 221 | - |
CMYK | 0.07 | 0 | 0.03 | 0.11 |
HSL | 152º | 0.22% | 0.86% | - |
HSV(B) | 152º | 0.07% | 0.89% | - |
XYZ | 68.24 | 74.85 | 79.26 | - |
YUV | 222.72 | 127.03 | 121.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 228 | 221 | 0.07 | 0 | 0.03 | 0.11 | 152 | 0.22 | 0.86 |
Hex | D5 | E4 | DD | 7 | 0 | 3 | B | 98 | 16 | 56 |
Octal | 325 | 344 | 335 | 7 | 0 | 3 | 13 | 230 | 26 | 126 |
Binary | 11010101 | 11100100 | 11011101 | 111 | 0 | 11 | 1011 | 10011000 | 10110 | 1010110 |
Color Harmonies of #D5E4DD
Complementary color
Monochromatic Colors of #D5E4DD
Black with #D5E4DD
Text Example
Text Example
White with #D5E4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E4DD; }
p { color: rgb(213,228,221); }
H1.HeaderClassName
{
color: #D5E4DD;
}
.AnyTagClassName
{
color: #D5E4DD;
}
</style>
background-color css
<style>
a { background-color: #D5E4DD; }
a { background-color: rgb(213,228,221); }
div.DivClassName
{
background-color: #D5E4DD;
}
.BgClassName
{
background-color: #D5E4DD;
}
</style>
border-color css
<style>
span { border-color: #D5E4DD; }
span { border-color: rgb(213,228,221); }
td.TdClassName
{
border-color: #D5E4DD;
}
.TagClassName
{
border-color: #D5E4DD;
}
</style>