Shades of White Ice #D9FFEB
Tints of White Ice #D9FFEB
RGB
CMYK
RGB Variations
Color information
#D9FFEB (or 0xD9FFEB) is known color: White Ice. HEX triplet: D9, FF and EB. RGB value is (217,255,235). Sum of RGB (Red+Green+Blue) = 217+255+235=707 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.69% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FFEB is #260014. Grayscale: #F1F1F1. Windows color (decimal): -2490389 or 15466457. OLE color: 15466457.
HSL color Cylindrical-coordinate representation of color #D9FFEB: hue angle of 148.42º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9FFEB is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 235 | - |
| CMYK | 0.15 | 0 | 0.08 | 0 |
| HSL | 148.42º | 1% | 0.93% | - |
| HSV(B) | 148.42º | 0.15% | 1% | - |
| XYZ | 79.37 | 92.27 | 92.22 | - |
| YUV | 241.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 235 | 0.15 | 0 | 0.08 | 0 | 148.42 | 1 | 0.93 |
| Hex | D9 | FF | EB | F | 0 | 8 | 0 | 94 | 64 | 5D |
| Octal | 331 | 377 | 353 | 17 | 0 | 10 | 0 | 224 | 144 | 135 |
| Binary | 11011001 | 11111111 | 11101011 | 1111 | 0 | 1000 | 0 | 10010100 | 1100100 | 1011101 |
Color Harmonies of #D9FFEB
Complementary color
Monochromatic Colors of #D9FFEB
Black with #D9FFEB
Text Example
Text Example
White with #D9FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FFEB; }
p { color: rgb(217,255,235); }
H1.HeaderClassName
{
color: #D9FFEB;
}
.AnyTagClassName
{
color: #D9FFEB;
}
</style>
background-color css
<style>
a { background-color: #D9FFEB; }
a { background-color: rgb(217,255,235); }
div.DivClassName
{
background-color: #D9FFEB;
}
.BgClassName
{
background-color: #D9FFEB;
}
</style>
border-color css
<style>
span { border-color: #D9FFEB; }
span { border-color: rgb(217,255,235); }
td.TdClassName
{
border-color: #D9FFEB;
}
.TagClassName
{
border-color: #D9FFEB;
}
</style>