Shades of White Ice #D0F8E1
Tints of White Ice #D0F8E1
RGB
CMYK
RGB Variations
Color information
#D0F8E1 (or 0xD0F8E1) is known color: White Ice. HEX triplet: D0, F8 and E1. RGB value is (208,248,225). Sum of RGB (Red+Green+Blue) = 208+248+225=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 248 (97.27% from 255 or 36.42% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8E1 is #2F071E. Grayscale: #E9E9E9. Windows color (decimal): -3082015 or 14809296. OLE color: 14809296.
HSL color Cylindrical-coordinate representation of color #D0F8E1: hue angle of 145.5º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F8E1 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 248 | 225 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.03 |
| HSL | 145.5º | 0.74% | 0.89% | - |
| HSV(B) | 145.5º | 0.16% | 0.97% | - |
| XYZ | 73.17 | 85.98 | 83.97 | - |
| YUV | 233.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 225 | 0.16 | 0 | 0.09 | 0.03 | 145.5 | 0.74 | 0.89 |
| Hex | D0 | F8 | E1 | 10 | 0 | 9 | 3 | 92 | 4A | 59 |
| Octal | 320 | 370 | 341 | 20 | 0 | 11 | 3 | 222 | 112 | 131 |
| Binary | 11010000 | 11111000 | 11100001 | 10000 | 0 | 1001 | 11 | 10010010 | 1001010 | 1011001 |
Color Harmonies of #D0F8E1
Complementary color
Monochromatic Colors of #D0F8E1
Black with #D0F8E1
Text Example
Text Example
White with #D0F8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F8E1; }
p { color: rgb(208,248,225); }
H1.HeaderClassName
{
color: #D0F8E1;
}
.AnyTagClassName
{
color: #D0F8E1;
}
</style>
background-color css
<style>
a { background-color: #D0F8E1; }
a { background-color: rgb(208,248,225); }
div.DivClassName
{
background-color: #D0F8E1;
}
.BgClassName
{
background-color: #D0F8E1;
}
</style>
border-color css
<style>
span { border-color: #D0F8E1; }
span { border-color: rgb(208,248,225); }
td.TdClassName
{
border-color: #D0F8E1;
}
.TagClassName
{
border-color: #D0F8E1;
}
</style>