Shades of White Ice #D2E9E0
Tints of White Ice #D2E9E0
RGB
CMYK
RGB Variations
Color information
#D2E9E0 (or 0xD2E9E0) is known color: White Ice. HEX triplet: D2, E9 and E0. RGB value is (210,233,224). Sum of RGB (Red+Green+Blue) = 210+233+224=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 233 (91.41% from 255 or 34.93% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E9E0 is #2D161F. Grayscale: #E1E1E1. Windows color (decimal): -2954784 or 14739922. OLE color: 14739922.
HSL color Cylindrical-coordinate representation of color #D2E9E0: hue angle of 156.52º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2E9E0 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 233 | 224 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.09 |
| HSL | 156.52º | 0.34% | 0.87% | - |
| HSV(B) | 156.52º | 0.1% | 0.91% | - |
| XYZ | 69.17 | 77.36 | 81.81 | - |
| YUV | 225.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 233 | 224 | 0.10 | 0 | 0.04 | 0.09 | 156.52 | 0.34 | 0.87 |
| Hex | D2 | E9 | E0 | A | 0 | 4 | 9 | 9D | 22 | 57 |
| Octal | 322 | 351 | 340 | 12 | 0 | 4 | 11 | 235 | 42 | 127 |
| Binary | 11010010 | 11101001 | 11100000 | 1010 | 0 | 100 | 1001 | 10011101 | 100010 | 1010111 |
Color Harmonies of #D2E9E0
Complementary color
Monochromatic Colors of #D2E9E0
Black with #D2E9E0
Text Example
Text Example
White with #D2E9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E9E0; }
p { color: rgb(210,233,224); }
H1.HeaderClassName
{
color: #D2E9E0;
}
.AnyTagClassName
{
color: #D2E9E0;
}
</style>
background-color css
<style>
a { background-color: #D2E9E0; }
a { background-color: rgb(210,233,224); }
div.DivClassName
{
background-color: #D2E9E0;
}
.BgClassName
{
background-color: #D2E9E0;
}
</style>
border-color css
<style>
span { border-color: #D2E9E0; }
span { border-color: rgb(210,233,224); }
td.TdClassName
{
border-color: #D2E9E0;
}
.TagClassName
{
border-color: #D2E9E0;
}
</style>