Shades of White Ice #D1ECDD
Tints of White Ice #D1ECDD
RGB
CMYK
RGB Variations
Color information
#D1ECDD (or 0xD1ECDD) is known color: White Ice. HEX triplet: D1, EC and DD. RGB value is (209,236,221). Sum of RGB (Red+Green+Blue) = 209+236+221=666 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.38% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 236 - color contains mainly: green. Hex color #D1ECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1ECDD is #2E1322. Grayscale: #E2E2E2. Windows color (decimal): -3019555 or 14544081. OLE color: 14544081.
HSL color Cylindrical-coordinate representation of color #D1ECDD: hue angle of 146.67º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1ECDD is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 236 | 221 | - |
CMYK | 0.11 | 0 | 0.06 | 0.07 |
HSL | 146.67º | 0.42% | 0.87% | - |
HSV(B) | 146.67º | 0.11% | 0.93% | - |
XYZ | 69.34 | 78.77 | 79.96 | - |
YUV | 226.22 | 125.05 | 115.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 236 | 221 | 0.11 | 0 | 0.06 | 0.07 | 146.67 | 0.42 | 0.87 |
Hex | D1 | EC | DD | B | 0 | 6 | 7 | 93 | 2A | 57 |
Octal | 321 | 354 | 335 | 13 | 0 | 6 | 7 | 223 | 52 | 127 |
Binary | 11010001 | 11101100 | 11011101 | 1011 | 0 | 110 | 111 | 10010011 | 101010 | 1010111 |
Color Harmonies of #D1ECDD
Complementary color
Monochromatic Colors of #D1ECDD
Black with #D1ECDD
Text Example
Text Example
White with #D1ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ECDD; }
p { color: rgb(209,236,221); }
H1.HeaderClassName
{
color: #D1ECDD;
}
.AnyTagClassName
{
color: #D1ECDD;
}
</style>
background-color css
<style>
a { background-color: #D1ECDD; }
a { background-color: rgb(209,236,221); }
div.DivClassName
{
background-color: #D1ECDD;
}
.BgClassName
{
background-color: #D1ECDD;
}
</style>
border-color css
<style>
span { border-color: #D1ECDD; }
span { border-color: rgb(209,236,221); }
td.TdClassName
{
border-color: #D1ECDD;
}
.TagClassName
{
border-color: #D1ECDD;
}
</style>