Shades of White Ice #D2E6DC
Tints of White Ice #D2E6DC
RGB
CMYK
RGB Variations
Color information
#D2E6DC (or 0xD2E6DC) is known color: White Ice. HEX triplet: D2, E6 and DC. RGB value is (210,230,220). Sum of RGB (Red+Green+Blue) = 210+230+220=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E6DC is #2D1923. Grayscale: #DEDEDE. Windows color (decimal): -2955556 or 14477010. OLE color: 14477010.
HSL color Cylindrical-coordinate representation of color #D2E6DC: hue angle of 150º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2E6DC is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 230 | 220 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.10 |
| HSL | 150º | 0.29% | 0.86% | - |
| HSV(B) | 150º | 0.09% | 0.9% | - |
| XYZ | 67.79 | 75.46 | 78.7 | - |
| YUV | 222.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 230 | 220 | 0.09 | 0 | 0.04 | 0.10 | 150 | 0.29 | 0.86 |
| Hex | D2 | E6 | DC | 9 | 0 | 4 | A | 96 | 1D | 56 |
| Octal | 322 | 346 | 334 | 11 | 0 | 4 | 12 | 226 | 35 | 126 |
| Binary | 11010010 | 11100110 | 11011100 | 1001 | 0 | 100 | 1010 | 10010110 | 11101 | 1010110 |
Color Harmonies of #D2E6DC
Complementary color
Monochromatic Colors of #D2E6DC
Black with #D2E6DC
Text Example
Text Example
White with #D2E6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E6DC; }
p { color: rgb(210,230,220); }
H1.HeaderClassName
{
color: #D2E6DC;
}
.AnyTagClassName
{
color: #D2E6DC;
}
</style>
background-color css
<style>
a { background-color: #D2E6DC; }
a { background-color: rgb(210,230,220); }
div.DivClassName
{
background-color: #D2E6DC;
}
.BgClassName
{
background-color: #D2E6DC;
}
</style>
border-color css
<style>
span { border-color: #D2E6DC; }
span { border-color: rgb(210,230,220); }
td.TdClassName
{
border-color: #D2E6DC;
}
.TagClassName
{
border-color: #D2E6DC;
}
</style>