Shades of White Ice #D0F6E2
Tints of White Ice #D0F6E2
RGB
CMYK
RGB Variations
Color information
#D0F6E2 (or 0xD0F6E2) is known color: White Ice. HEX triplet: D0, F6 and E2. RGB value is (208,246,226). Sum of RGB (Red+Green+Blue) = 208+246+226=680 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.59% from 680); Green value is 246 (96.48% from 255 or 36.18% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F6E2 is #2F091D. Grayscale: #E8E8E8. Windows color (decimal): -3082526 or 14874320. OLE color: 14874320.
HSL color Cylindrical-coordinate representation of color #D0F6E2: hue angle of 148.42º 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 #D0F6E2 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 246 | 226 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.04 |
| HSL | 148.42º | 0.68% | 0.89% | - |
| HSV(B) | 148.42º | 0.15% | 0.96% | - |
| XYZ | 72.7 | 84.81 | 84.49 | - |
| YUV | 232.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 226 | 0.15 | 0 | 0.08 | 0.04 | 148.42 | 0.68 | 0.89 |
| Hex | D0 | F6 | E2 | F | 0 | 8 | 4 | 94 | 44 | 59 |
| Octal | 320 | 366 | 342 | 17 | 0 | 10 | 4 | 224 | 104 | 131 |
| Binary | 11010000 | 11110110 | 11100010 | 1111 | 0 | 1000 | 100 | 10010100 | 1000100 | 1011001 |
Color Harmonies of #D0F6E2
Complementary color
Monochromatic Colors of #D0F6E2
Black with #D0F6E2
Text Example
Text Example
White with #D0F6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F6E2; }
p { color: rgb(208,246,226); }
H1.HeaderClassName
{
color: #D0F6E2;
}
.AnyTagClassName
{
color: #D0F6E2;
}
</style>
background-color css
<style>
a { background-color: #D0F6E2; }
a { background-color: rgb(208,246,226); }
div.DivClassName
{
background-color: #D0F6E2;
}
.BgClassName
{
background-color: #D0F6E2;
}
</style>
border-color css
<style>
span { border-color: #D0F6E2; }
span { border-color: rgb(208,246,226); }
td.TdClassName
{
border-color: #D0F6E2;
}
.TagClassName
{
border-color: #D0F6E2;
}
</style>