Shades of White Ice #D6FFEB
Tints of White Ice #D6FFEB
RGB
CMYK
RGB Variations
Color information
#D6FFEB (or 0xD6FFEB) is known color: White Ice. HEX triplet: D6, FF and EB. RGB value is (214,255,235). Sum of RGB (Red+Green+Blue) = 214+255+235=704 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.40% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FFEB is #290014. Grayscale: #F0F0F0. Windows color (decimal): -2686997 or 15466454. OLE color: 15466454.
HSL color Cylindrical-coordinate representation of color #D6FFEB: hue angle of 150.73º 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 #D6FFEB is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 235 | - |
| CMYK | 0.16 | 0 | 0.08 | 0 |
| HSL | 150.73º | 1% | 0.92% | - |
| HSV(B) | 150.73º | 0.16% | 1% | - |
| XYZ | 78.49 | 91.81 | 92.18 | - |
| YUV | 240.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 235 | 0.16 | 0 | 0.08 | 0 | 150.73 | 1 | 0.92 |
| Hex | D6 | FF | EB | 10 | 0 | 8 | 0 | 97 | 64 | 5C |
| Octal | 326 | 377 | 353 | 20 | 0 | 10 | 0 | 227 | 144 | 134 |
| Binary | 11010110 | 11111111 | 11101011 | 10000 | 0 | 1000 | 0 | 10010111 | 1100100 | 1011100 |
Color Harmonies of #D6FFEB
Complementary color
Monochromatic Colors of #D6FFEB
Black with #D6FFEB
Text Example
Text Example
White with #D6FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FFEB; }
p { color: rgb(214,255,235); }
H1.HeaderClassName
{
color: #D6FFEB;
}
.AnyTagClassName
{
color: #D6FFEB;
}
</style>
background-color css
<style>
a { background-color: #D6FFEB; }
a { background-color: rgb(214,255,235); }
div.DivClassName
{
background-color: #D6FFEB;
}
.BgClassName
{
background-color: #D6FFEB;
}
</style>
border-color css
<style>
span { border-color: #D6FFEB; }
span { border-color: rgb(214,255,235); }
td.TdClassName
{
border-color: #D6FFEB;
}
.TagClassName
{
border-color: #D6FFEB;
}
</style>