Shades of White Ice #D6FCED
Tints of White Ice #D6FCED
RGB
CMYK
RGB Variations
Color information
#D6FCED (or 0xD6FCED) is known color: White Ice. HEX triplet: D6, FC and ED. RGB value is (214,252,237). Sum of RGB (Red+Green+Blue) = 214+252+237=703 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.44% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FCED is #290312. Grayscale: #EEEEEE. Windows color (decimal): -2687763 or 15596758. OLE color: 15596758.
HSL color Cylindrical-coordinate representation of color #D6FCED: hue angle of 156.32º 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 #D6FCED is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 252 | 237 | - |
CMYK | 0.15 | 0 | 0.06 | 0.01 |
HSL | 156.32º | 0.86% | 0.91% | - |
HSV(B) | 156.32º | 0.15% | 0.99% | - |
XYZ | 77.83 | 90.03 | 93.4 | - |
YUV | 238.93 | 126.91 | 110.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 252 | 237 | 0.15 | 0 | 0.06 | 0.01 | 156.32 | 0.86 | 0.91 |
Hex | D6 | FC | ED | F | 0 | 6 | 1 | 9C | 56 | 5B |
Octal | 326 | 374 | 355 | 17 | 0 | 6 | 1 | 234 | 126 | 133 |
Binary | 11010110 | 11111100 | 11101101 | 1111 | 0 | 110 | 1 | 10011100 | 1010110 | 1011011 |
Color Harmonies of #D6FCED
Complementary color
Monochromatic Colors of #D6FCED
Black with #D6FCED
Text Example
Text Example
White with #D6FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FCED; }
p { color: rgb(214,252,237); }
H1.HeaderClassName
{
color: #D6FCED;
}
.AnyTagClassName
{
color: #D6FCED;
}
</style>
background-color css
<style>
a { background-color: #D6FCED; }
a { background-color: rgb(214,252,237); }
div.DivClassName
{
background-color: #D6FCED;
}
.BgClassName
{
background-color: #D6FCED;
}
</style>
border-color css
<style>
span { border-color: #D6FCED; }
span { border-color: rgb(214,252,237); }
td.TdClassName
{
border-color: #D6FCED;
}
.TagClassName
{
border-color: #D6FCED;
}
</style>