Shades of White Ice #D6FBE8
Tints of White Ice #D6FBE8
RGB
CMYK
RGB Variations
Color information
#D6FBE8 (or 0xD6FBE8) is known color: White Ice. HEX triplet: D6, FB and E8. RGB value is (214,251,232). Sum of RGB (Red+Green+Blue) = 214+251+232=697 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.70% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 232 (91.02% from 255 or 33.29% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FBE8 is #290417. Grayscale: #EDEDED. Windows color (decimal): -2688024 or 15268822. OLE color: 15268822.
HSL color Cylindrical-coordinate representation of color #D6FBE8: hue angle of 149.19º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6FBE8 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 251 | 232 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.02 |
| HSL | 149.19º | 0.82% | 0.91% | - |
| HSV(B) | 149.19º | 0.15% | 0.98% | - |
| XYZ | 76.79 | 89.12 | 89.5 | - |
| YUV | 237.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 251 | 232 | 0.15 | 0 | 0.08 | 0.02 | 149.19 | 0.82 | 0.91 |
| Hex | D6 | FB | E8 | F | 0 | 8 | 2 | 95 | 52 | 5B |
| Octal | 326 | 373 | 350 | 17 | 0 | 10 | 2 | 225 | 122 | 133 |
| Binary | 11010110 | 11111011 | 11101000 | 1111 | 0 | 1000 | 10 | 10010101 | 1010010 | 1011011 |
Color Harmonies of #D6FBE8
Complementary color
Monochromatic Colors of #D6FBE8
Black with #D6FBE8
Text Example
Text Example
White with #D6FBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FBE8; }
p { color: rgb(214,251,232); }
H1.HeaderClassName
{
color: #D6FBE8;
}
.AnyTagClassName
{
color: #D6FBE8;
}
</style>
background-color css
<style>
a { background-color: #D6FBE8; }
a { background-color: rgb(214,251,232); }
div.DivClassName
{
background-color: #D6FBE8;
}
.BgClassName
{
background-color: #D6FBE8;
}
</style>
border-color css
<style>
span { border-color: #D6FBE8; }
span { border-color: rgb(214,251,232); }
td.TdClassName
{
border-color: #D6FBE8;
}
.TagClassName
{
border-color: #D6FBE8;
}
</style>