Shades of White Ice #D1ECDE
Tints of White Ice #D1ECDE
RGB
CMYK
RGB Variations
Color information
#D1ECDE (or 0xD1ECDE) is known color: White Ice. HEX triplet: D1, EC and DE. RGB value is (209,236,222). Sum of RGB (Red+Green+Blue) = 209+236+222=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 236 - color contains mainly: green. Hex color #D1ECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1ECDE is #2E1321. Grayscale: #E2E2E2. Windows color (decimal): -3019554 or 14609617. OLE color: 14609617.
HSL color Cylindrical-coordinate representation of color #D1ECDE: hue angle of 148.89º 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 #D1ECDE is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 222 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.07 |
| HSL | 148.89º | 0.42% | 0.87% | - |
| HSV(B) | 148.89º | 0.11% | 0.93% | - |
| XYZ | 69.47 | 78.82 | 80.66 | - |
| YUV | 226.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 222 | 0.11 | 0 | 0.06 | 0.07 | 148.89 | 0.42 | 0.87 |
| Hex | D1 | EC | DE | B | 0 | 6 | 7 | 95 | 2A | 57 |
| Octal | 321 | 354 | 336 | 13 | 0 | 6 | 7 | 225 | 52 | 127 |
| Binary | 11010001 | 11101100 | 11011110 | 1011 | 0 | 110 | 111 | 10010101 | 101010 | 1010111 |
Color Harmonies of #D1ECDE
Complementary color
Monochromatic Colors of #D1ECDE
Black with #D1ECDE
Text Example
Text Example
White with #D1ECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ECDE; }
p { color: rgb(209,236,222); }
H1.HeaderClassName
{
color: #D1ECDE;
}
.AnyTagClassName
{
color: #D1ECDE;
}
</style>
background-color css
<style>
a { background-color: #D1ECDE; }
a { background-color: rgb(209,236,222); }
div.DivClassName
{
background-color: #D1ECDE;
}
.BgClassName
{
background-color: #D1ECDE;
}
</style>
border-color css
<style>
span { border-color: #D1ECDE; }
span { border-color: rgb(209,236,222); }
td.TdClassName
{
border-color: #D1ECDE;
}
.TagClassName
{
border-color: #D1ECDE;
}
</style>