Shades of White Ice #D0F5E5
Tints of White Ice #D0F5E5
RGB
CMYK
RGB Variations
Color information
#D0F5E5 (or 0xD0F5E5) is known color: White Ice. HEX triplet: D0, F5 and E5. RGB value is (208,245,229). Sum of RGB (Red+Green+Blue) = 208+245+229=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F5E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F5E5 is #2F0A1A. Grayscale: #E8E8E8. Windows color (decimal): -3082779 or 15070672. OLE color: 15070672.
HSL color Cylindrical-coordinate representation of color #D0F5E5: hue angle of 154.05º degrees, saturation: 0.65, 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 #D0F5E5 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 245 | 229 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.04 |
| HSL | 154.05º | 0.65% | 0.89% | - |
| HSV(B) | 154.05º | 0.15% | 0.96% | - |
| XYZ | 72.81 | 84.37 | 86.58 | - |
| YUV | 232.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 245 | 229 | 0.15 | 0 | 0.07 | 0.04 | 154.05 | 0.65 | 0.89 |
| Hex | D0 | F5 | E5 | F | 0 | 7 | 4 | 9A | 41 | 59 |
| Octal | 320 | 365 | 345 | 17 | 0 | 7 | 4 | 232 | 101 | 131 |
| Binary | 11010000 | 11110101 | 11100101 | 1111 | 0 | 111 | 100 | 10011010 | 1000001 | 1011001 |
Color Harmonies of #D0F5E5
Complementary color
Monochromatic Colors of #D0F5E5
Black with #D0F5E5
Text Example
Text Example
White with #D0F5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F5E5; }
p { color: rgb(208,245,229); }
H1.HeaderClassName
{
color: #D0F5E5;
}
.AnyTagClassName
{
color: #D0F5E5;
}
</style>
background-color css
<style>
a { background-color: #D0F5E5; }
a { background-color: rgb(208,245,229); }
div.DivClassName
{
background-color: #D0F5E5;
}
.BgClassName
{
background-color: #D0F5E5;
}
</style>
border-color css
<style>
span { border-color: #D0F5E5; }
span { border-color: rgb(208,245,229); }
td.TdClassName
{
border-color: #D0F5E5;
}
.TagClassName
{
border-color: #D0F5E5;
}
</style>