Shades of White Ice #D6F0E6
Tints of White Ice #D6F0E6
RGB
CMYK
RGB Variations
Color information
#D6F0E6 (or 0xD6F0E6) is known color: White Ice. HEX triplet: D6, F0 and E6. RGB value is (214,240,230). Sum of RGB (Red+Green+Blue) = 214+240+230=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F0E6 is #290F19. Grayscale: #E7E7E7. Windows color (decimal): -2690842 or 15134934. OLE color: 15134934.
HSL color Cylindrical-coordinate representation of color #D6F0E6: hue angle of 156.92º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6F0E6 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 240 | 230 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.06 |
| HSL | 156.92º | 0.46% | 0.89% | - |
| HSV(B) | 156.92º | 0.11% | 0.94% | - |
| XYZ | 73.17 | 82.33 | 86.9 | - |
| YUV | 231.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 230 | 0.11 | 0 | 0.04 | 0.06 | 156.92 | 0.46 | 0.89 |
| Hex | D6 | F0 | E6 | B | 0 | 4 | 6 | 9D | 2E | 59 |
| Octal | 326 | 360 | 346 | 13 | 0 | 4 | 6 | 235 | 56 | 131 |
| Binary | 11010110 | 11110000 | 11100110 | 1011 | 0 | 100 | 110 | 10011101 | 101110 | 1011001 |
Color Harmonies of #D6F0E6
Complementary color
Monochromatic Colors of #D6F0E6
Black with #D6F0E6
Text Example
Text Example
White with #D6F0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F0E6; }
p { color: rgb(214,240,230); }
H1.HeaderClassName
{
color: #D6F0E6;
}
.AnyTagClassName
{
color: #D6F0E6;
}
</style>
background-color css
<style>
a { background-color: #D6F0E6; }
a { background-color: rgb(214,240,230); }
div.DivClassName
{
background-color: #D6F0E6;
}
.BgClassName
{
background-color: #D6F0E6;
}
</style>
border-color css
<style>
span { border-color: #D6F0E6; }
span { border-color: rgb(214,240,230); }
td.TdClassName
{
border-color: #D6F0E6;
}
.TagClassName
{
border-color: #D6F0E6;
}
</style>