Shades of White Ice #D0F4DE
Tints of White Ice #D0F4DE
RGB
CMYK
RGB Variations
Color information
#D0F4DE (or 0xD0F4DE) is known color: White Ice. HEX triplet: D0, F4 and DE. RGB value is (208,244,222). Sum of RGB (Red+Green+Blue) = 208+244+222=674 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.86% from 674); Green value is 244 (95.70% from 255 or 36.20% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F4DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F4DE is #2F0B21. Grayscale: #E6E6E6. Windows color (decimal): -3083042 or 14611664. OLE color: 14611664.
HSL color Cylindrical-coordinate representation of color #D0F4DE: hue angle of 143.33º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F4DE is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 222 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.04 |
| HSL | 143.33º | 0.62% | 0.89% | - |
| HSV(B) | 143.33º | 0.15% | 0.96% | - |
| XYZ | 71.55 | 83.39 | 81.43 | - |
| YUV | 230.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 222 | 0.15 | 0 | 0.09 | 0.04 | 143.33 | 0.62 | 0.89 |
| Hex | D0 | F4 | DE | F | 0 | 9 | 4 | 8F | 3E | 59 |
| Octal | 320 | 364 | 336 | 17 | 0 | 11 | 4 | 217 | 76 | 131 |
| Binary | 11010000 | 11110100 | 11011110 | 1111 | 0 | 1001 | 100 | 10001111 | 111110 | 1011001 |
Color Harmonies of #D0F4DE
Complementary color
Monochromatic Colors of #D0F4DE
Black with #D0F4DE
Text Example
Text Example
White with #D0F4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F4DE; }
p { color: rgb(208,244,222); }
H1.HeaderClassName
{
color: #D0F4DE;
}
.AnyTagClassName
{
color: #D0F4DE;
}
</style>
background-color css
<style>
a { background-color: #D0F4DE; }
a { background-color: rgb(208,244,222); }
div.DivClassName
{
background-color: #D0F4DE;
}
.BgClassName
{
background-color: #D0F4DE;
}
</style>
border-color css
<style>
span { border-color: #D0F4DE; }
span { border-color: rgb(208,244,222); }
td.TdClassName
{
border-color: #D0F4DE;
}
.TagClassName
{
border-color: #D0F4DE;
}
</style>