Shades of White Ice #D2E7DD
Tints of White Ice #D2E7DD
RGB
CMYK
RGB Variations
Color information
#D2E7DD (or 0xD2E7DD) is known color: White Ice. HEX triplet: D2, E7 and DD. RGB value is (210,231,221). Sum of RGB (Red+Green+Blue) = 210+231+221=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E7DD is #2D1822. Grayscale: #DFDFDF. Windows color (decimal): -2955299 or 14542802. OLE color: 14542802.
HSL color Cylindrical-coordinate representation of color #D2E7DD: hue angle of 151.43º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2E7DD is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 231 | 221 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.09 |
| HSL | 151.43º | 0.3% | 0.86% | - |
| HSV(B) | 151.43º | 0.09% | 0.91% | - |
| XYZ | 68.21 | 76.07 | 79.5 | - |
| YUV | 223.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 231 | 221 | 0.09 | 0 | 0.04 | 0.09 | 151.43 | 0.3 | 0.86 |
| Hex | D2 | E7 | DD | 9 | 0 | 4 | 9 | 97 | 1E | 56 |
| Octal | 322 | 347 | 335 | 11 | 0 | 4 | 11 | 227 | 36 | 126 |
| Binary | 11010010 | 11100111 | 11011101 | 1001 | 0 | 100 | 1001 | 10010111 | 11110 | 1010110 |
Color Harmonies of #D2E7DD
Complementary color
Monochromatic Colors of #D2E7DD
Black with #D2E7DD
Text Example
Text Example
White with #D2E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E7DD; }
p { color: rgb(210,231,221); }
H1.HeaderClassName
{
color: #D2E7DD;
}
.AnyTagClassName
{
color: #D2E7DD;
}
</style>
background-color css
<style>
a { background-color: #D2E7DD; }
a { background-color: rgb(210,231,221); }
div.DivClassName
{
background-color: #D2E7DD;
}
.BgClassName
{
background-color: #D2E7DD;
}
</style>
border-color css
<style>
span { border-color: #D2E7DD; }
span { border-color: rgb(210,231,221); }
td.TdClassName
{
border-color: #D2E7DD;
}
.TagClassName
{
border-color: #D2E7DD;
}
</style>