Shades of White Ice #D0F2DE
Tints of White Ice #D0F2DE
RGB
CMYK
RGB Variations
Color information
#D0F2DE (or 0xD0F2DE) is known color: White Ice. HEX triplet: D0, F2 and DE. RGB value is (208,242,222). Sum of RGB (Red+Green+Blue) = 208+242+222=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2DE is #2F0D21. Grayscale: #E5E5E5. Windows color (decimal): -3083554 or 14611152. OLE color: 14611152.
HSL color Cylindrical-coordinate representation of color #D0F2DE: hue angle of 144.71º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0F2DE is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 222 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.05 |
| HSL | 144.71º | 0.57% | 0.88% | - |
| HSV(B) | 144.71º | 0.14% | 0.95% | - |
| XYZ | 70.95 | 82.19 | 81.23 | - |
| YUV | 229.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 222 | 0.14 | 0 | 0.08 | 0.05 | 144.71 | 0.57 | 0.88 |
| Hex | D0 | F2 | DE | E | 0 | 8 | 5 | 91 | 39 | 58 |
| Octal | 320 | 362 | 336 | 16 | 0 | 10 | 5 | 221 | 71 | 130 |
| Binary | 11010000 | 11110010 | 11011110 | 1110 | 0 | 1000 | 101 | 10010001 | 111001 | 1011000 |
Color Harmonies of #D0F2DE
Complementary color
Monochromatic Colors of #D0F2DE
Black with #D0F2DE
Text Example
Text Example
White with #D0F2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F2DE; }
p { color: rgb(208,242,222); }
H1.HeaderClassName
{
color: #D0F2DE;
}
.AnyTagClassName
{
color: #D0F2DE;
}
</style>
background-color css
<style>
a { background-color: #D0F2DE; }
a { background-color: rgb(208,242,222); }
div.DivClassName
{
background-color: #D0F2DE;
}
.BgClassName
{
background-color: #D0F2DE;
}
</style>
border-color css
<style>
span { border-color: #D0F2DE; }
span { border-color: rgb(208,242,222); }
td.TdClassName
{
border-color: #D0F2DE;
}
.TagClassName
{
border-color: #D0F2DE;
}
</style>