Shades of White Ice #D8FEEB
Tints of White Ice #D8FEEB
RGB
CMYK
RGB Variations
Color information
#D8FEEB (or 0xD8FEEB) is known color: White Ice. HEX triplet: D8, FE and EB. RGB value is (216,254,235). Sum of RGB (Red+Green+Blue) = 216+254+235=705 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.64% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 235 (92.19% from 255 or 33.33% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FEEB is #270114. Grayscale: #F0F0F0. Windows color (decimal): -2556181 or 15466200. OLE color: 15466200.
HSL color Cylindrical-coordinate representation of color #D8FEEB: hue angle of 150º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8FEEB is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 216 | 254 | 235 | - |
CMYK | 0.15 | 0 | 0.07 | 0.00 |
HSL | 150º | 0.95% | 0.92% | - |
HSV(B) | 150º | 0.15% | 1% | - |
XYZ | 78.76 | 91.48 | 92.1 | - |
YUV | 240.47 | 124.91 | 110.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 254 | 235 | 0.15 | 0 | 0.07 | 0.00 | 150 | 0.95 | 0.92 |
Hex | D8 | FE | EB | F | 0 | 7 | 0 | 96 | 5F | 5C |
Octal | 330 | 376 | 353 | 17 | 0 | 7 | 0 | 226 | 137 | 134 |
Binary | 11011000 | 11111110 | 11101011 | 1111 | 0 | 111 | 0 | 10010110 | 1011111 | 1011100 |
Color Harmonies of #D8FEEB
Complementary color
Monochromatic Colors of #D8FEEB
Black with #D8FEEB
Text Example
Text Example
White with #D8FEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FEEB; }
p { color: rgb(216,254,235); }
H1.HeaderClassName
{
color: #D8FEEB;
}
.AnyTagClassName
{
color: #D8FEEB;
}
</style>
background-color css
<style>
a { background-color: #D8FEEB; }
a { background-color: rgb(216,254,235); }
div.DivClassName
{
background-color: #D8FEEB;
}
.BgClassName
{
background-color: #D8FEEB;
}
</style>
border-color css
<style>
span { border-color: #D8FEEB; }
span { border-color: rgb(216,254,235); }
td.TdClassName
{
border-color: #D8FEEB;
}
.TagClassName
{
border-color: #D8FEEB;
}
</style>