Shades of White Ice #D6FFEC
Tints of White Ice #D6FFEC
RGB
CMYK
RGB Variations
Color information
#D6FFEC (or 0xD6FFEC) is known color: White Ice. HEX triplet: D6, FF and EC. RGB value is (214,255,236). Sum of RGB (Red+Green+Blue) = 214+255+236=705 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.35% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FFEC is #290013. Grayscale: #F0F0F0. Windows color (decimal): -2686996 or 15531990. OLE color: 15531990.
HSL color Cylindrical-coordinate representation of color #D6FFEC: hue angle of 152.2º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6FFEC is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 236 | - |
| CMYK | 0.16 | 0 | 0.07 | 0 |
| HSL | 152.2º | 1% | 0.92% | - |
| HSV(B) | 152.2º | 0.16% | 1% | - |
| XYZ | 78.63 | 91.87 | 92.95 | - |
| YUV | 240.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 236 | 0.16 | 0 | 0.07 | 0 | 152.2 | 1 | 0.92 |
| Hex | D6 | FF | EC | 10 | 0 | 7 | 0 | 98 | 64 | 5C |
| Octal | 326 | 377 | 354 | 20 | 0 | 7 | 0 | 230 | 144 | 134 |
| Binary | 11010110 | 11111111 | 11101100 | 10000 | 0 | 111 | 0 | 10011000 | 1100100 | 1011100 |
Color Harmonies of #D6FFEC
Complementary color
Monochromatic Colors of #D6FFEC
Black with #D6FFEC
Text Example
Text Example
White with #D6FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FFEC; }
p { color: rgb(214,255,236); }
H1.HeaderClassName
{
color: #D6FFEC;
}
.AnyTagClassName
{
color: #D6FFEC;
}
</style>
background-color css
<style>
a { background-color: #D6FFEC; }
a { background-color: rgb(214,255,236); }
div.DivClassName
{
background-color: #D6FFEC;
}
.BgClassName
{
background-color: #D6FFEC;
}
</style>
border-color css
<style>
span { border-color: #D6FFEC; }
span { border-color: rgb(214,255,236); }
td.TdClassName
{
border-color: #D6FFEC;
}
.TagClassName
{
border-color: #D6FFEC;
}
</style>