Shades of White Ice #D0F6E5
Tints of White Ice #D0F6E5
RGB
CMYK
RGB Variations
Color information
#D0F6E5 (or 0xD0F6E5) is known color: White Ice. HEX triplet: D0, F6 and E5. RGB value is (208,246,229). Sum of RGB (Red+Green+Blue) = 208+246+229=683 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.45% from 683); Green value is 246 (96.48% from 255 or 36.02% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F6E5 is #2F091A. Grayscale: #E8E8E8. Windows color (decimal): -3082523 or 15070928. OLE color: 15070928.
HSL color Cylindrical-coordinate representation of color #D0F6E5: hue angle of 153.16º degrees, saturation: 0.68, 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 #D0F6E5 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 246 | 229 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.04 |
| HSL | 153.16º | 0.68% | 0.89% | - |
| HSV(B) | 153.16º | 0.15% | 0.96% | - |
| XYZ | 73.11 | 84.98 | 86.68 | - |
| YUV | 232.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 229 | 0.15 | 0 | 0.07 | 0.04 | 153.16 | 0.68 | 0.89 |
| Hex | D0 | F6 | E5 | F | 0 | 7 | 4 | 99 | 44 | 59 |
| Octal | 320 | 366 | 345 | 17 | 0 | 7 | 4 | 231 | 104 | 131 |
| Binary | 11010000 | 11110110 | 11100101 | 1111 | 0 | 111 | 100 | 10011001 | 1000100 | 1011001 |
Color Harmonies of #D0F6E5
Complementary color
Monochromatic Colors of #D0F6E5
Black with #D0F6E5
Text Example
Text Example
White with #D0F6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F6E5; }
p { color: rgb(208,246,229); }
H1.HeaderClassName
{
color: #D0F6E5;
}
.AnyTagClassName
{
color: #D0F6E5;
}
</style>
background-color css
<style>
a { background-color: #D0F6E5; }
a { background-color: rgb(208,246,229); }
div.DivClassName
{
background-color: #D0F6E5;
}
.BgClassName
{
background-color: #D0F6E5;
}
</style>
border-color css
<style>
span { border-color: #D0F6E5; }
span { border-color: rgb(208,246,229); }
td.TdClassName
{
border-color: #D0F6E5;
}
.TagClassName
{
border-color: #D0F6E5;
}
</style>