Shades of White Ice #D6FCEC
Tints of White Ice #D6FCEC
RGB
CMYK
RGB Variations
Color information
#D6FCEC (or 0xD6FCEC) is known color: White Ice. HEX triplet: D6, FC and EC. RGB value is (214,252,236). Sum of RGB (Red+Green+Blue) = 214+252+236=702 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.48% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FCEC is #290313. Grayscale: #EEEEEE. Windows color (decimal): -2687764 or 15531222. OLE color: 15531222.
HSL color Cylindrical-coordinate representation of color #D6FCEC: hue angle of 154.74º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6FCEC is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 252 | 236 | - |
CMYK | 0.15 | 0 | 0.06 | 0.01 |
HSL | 154.74º | 0.86% | 0.91% | - |
HSV(B) | 154.74º | 0.15% | 0.99% | - |
XYZ | 77.68 | 89.97 | 92.63 | - |
YUV | 238.81 | 126.41 | 110.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 252 | 236 | 0.15 | 0 | 0.06 | 0.01 | 154.74 | 0.86 | 0.91 |
Hex | D6 | FC | EC | F | 0 | 6 | 1 | 9B | 56 | 5B |
Octal | 326 | 374 | 354 | 17 | 0 | 6 | 1 | 233 | 126 | 133 |
Binary | 11010110 | 11111100 | 11101100 | 1111 | 0 | 110 | 1 | 10011011 | 1010110 | 1011011 |
Color Harmonies of #D6FCEC
Complementary color
Monochromatic Colors of #D6FCEC
Black with #D6FCEC
Text Example
Text Example
White with #D6FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FCEC; }
p { color: rgb(214,252,236); }
H1.HeaderClassName
{
color: #D6FCEC;
}
.AnyTagClassName
{
color: #D6FCEC;
}
</style>
background-color css
<style>
a { background-color: #D6FCEC; }
a { background-color: rgb(214,252,236); }
div.DivClassName
{
background-color: #D6FCEC;
}
.BgClassName
{
background-color: #D6FCEC;
}
</style>
border-color css
<style>
span { border-color: #D6FCEC; }
span { border-color: rgb(214,252,236); }
td.TdClassName
{
border-color: #D6FCEC;
}
.TagClassName
{
border-color: #D6FCEC;
}
</style>