Shades of White Ice #D0F4DF
Tints of White Ice #D0F4DF
RGB
CMYK
RGB Variations
Color information
#D0F4DF (or 0xD0F4DF) is known color: White Ice. HEX triplet: D0, F4 and DF. RGB value is (208,244,223). Sum of RGB (Red+Green+Blue) = 208+244+223=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 244 (95.70% from 255 or 36.15% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F4DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F4DF is #2F0B20. Grayscale: #E6E6E6. Windows color (decimal): -3083041 or 14677200. OLE color: 14677200.
HSL color Cylindrical-coordinate representation of color #D0F4DF: hue angle of 145º 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 #D0F4DF is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 223 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.04 |
| HSL | 145º | 0.62% | 0.89% | - |
| HSV(B) | 145º | 0.15% | 0.96% | - |
| XYZ | 71.68 | 83.44 | 82.14 | - |
| YUV | 230.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 223 | 0.15 | 0 | 0.09 | 0.04 | 145 | 0.62 | 0.89 |
| Hex | D0 | F4 | DF | F | 0 | 9 | 4 | 91 | 3E | 59 |
| Octal | 320 | 364 | 337 | 17 | 0 | 11 | 4 | 221 | 76 | 131 |
| Binary | 11010000 | 11110100 | 11011111 | 1111 | 0 | 1001 | 100 | 10010001 | 111110 | 1011001 |
Color Harmonies of #D0F4DF
Complementary color
Monochromatic Colors of #D0F4DF
Black with #D0F4DF
Text Example
Text Example
White with #D0F4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F4DF; }
p { color: rgb(208,244,223); }
H1.HeaderClassName
{
color: #D0F4DF;
}
.AnyTagClassName
{
color: #D0F4DF;
}
</style>
background-color css
<style>
a { background-color: #D0F4DF; }
a { background-color: rgb(208,244,223); }
div.DivClassName
{
background-color: #D0F4DF;
}
.BgClassName
{
background-color: #D0F4DF;
}
</style>
border-color css
<style>
span { border-color: #D0F4DF; }
span { border-color: rgb(208,244,223); }
td.TdClassName
{
border-color: #D0F4DF;
}
.TagClassName
{
border-color: #D0F4DF;
}
</style>