Shades of White Ice #D6FFEA
Tints of White Ice #D6FFEA
RGB
CMYK
RGB Variations
Color information
#D6FFEA (or 0xD6FFEA) is known color: White Ice. HEX triplet: D6, FF and EA. RGB value is (214,255,234). Sum of RGB (Red+Green+Blue) = 214+255+234=703 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.44% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FFEA is #290015. Grayscale: #F0F0F0. Windows color (decimal): -2686998 or 15400918. OLE color: 15400918.
HSL color Cylindrical-coordinate representation of color #D6FFEA: hue angle of 149.27º 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 #D6FFEA is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 234 | - |
| CMYK | 0.16 | 0 | 0.08 | 0 |
| HSL | 149.27º | 1% | 0.92% | - |
| HSV(B) | 149.27º | 0.16% | 1% | - |
| XYZ | 78.34 | 91.76 | 91.42 | - |
| YUV | 240.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 234 | 0.16 | 0 | 0.08 | 0 | 149.27 | 1 | 0.92 |
| Hex | D6 | FF | EA | 10 | 0 | 8 | 0 | 95 | 64 | 5C |
| Octal | 326 | 377 | 352 | 20 | 0 | 10 | 0 | 225 | 144 | 134 |
| Binary | 11010110 | 11111111 | 11101010 | 10000 | 0 | 1000 | 0 | 10010101 | 1100100 | 1011100 |
Color Harmonies of #D6FFEA
Complementary color
Monochromatic Colors of #D6FFEA
Black with #D6FFEA
Text Example
Text Example
White with #D6FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FFEA; }
p { color: rgb(214,255,234); }
H1.HeaderClassName
{
color: #D6FFEA;
}
.AnyTagClassName
{
color: #D6FFEA;
}
</style>
background-color css
<style>
a { background-color: #D6FFEA; }
a { background-color: rgb(214,255,234); }
div.DivClassName
{
background-color: #D6FFEA;
}
.BgClassName
{
background-color: #D6FFEA;
}
</style>
border-color css
<style>
span { border-color: #D6FFEA; }
span { border-color: rgb(214,255,234); }
td.TdClassName
{
border-color: #D6FFEA;
}
.TagClassName
{
border-color: #D6FFEA;
}
</style>