Shades of White Ice #D9FDEB
Tints of White Ice #D9FDEB
RGB
CMYK
RGB Variations
Color information
#D9FDEB (or 0xD9FDEB) is known color: White Ice. HEX triplet: D9, FD and EB. RGB value is (217,253,235). Sum of RGB (Red+Green+Blue) = 217+253+235=705 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.78% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 235 (92.19% from 255 or 33.33% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FDEB is #260214. Grayscale: #F0F0F0. Windows color (decimal): -2490901 or 15465945. OLE color: 15465945.
HSL color Cylindrical-coordinate representation of color #D9FDEB: hue angle of 150º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FDEB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 253 | 235 | - |
CMYK | 0.14 | 0 | 0.07 | 0.01 |
HSL | 150º | 0.9% | 0.92% | - |
HSV(B) | 150º | 0.14% | 0.99% | - |
XYZ | 78.74 | 91 | 92.01 | - |
YUV | 240.18 | 125.07 | 111.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 253 | 235 | 0.14 | 0 | 0.07 | 0.01 | 150 | 0.9 | 0.92 |
Hex | D9 | FD | EB | E | 0 | 7 | 1 | 96 | 5A | 5C |
Octal | 331 | 375 | 353 | 16 | 0 | 7 | 1 | 226 | 132 | 134 |
Binary | 11011001 | 11111101 | 11101011 | 1110 | 0 | 111 | 1 | 10010110 | 1011010 | 1011100 |
Color Harmonies of #D9FDEB
Complementary color
Monochromatic Colors of #D9FDEB
Black with #D9FDEB
Text Example
Text Example
White with #D9FDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FDEB; }
p { color: rgb(217,253,235); }
H1.HeaderClassName
{
color: #D9FDEB;
}
.AnyTagClassName
{
color: #D9FDEB;
}
</style>
background-color css
<style>
a { background-color: #D9FDEB; }
a { background-color: rgb(217,253,235); }
div.DivClassName
{
background-color: #D9FDEB;
}
.BgClassName
{
background-color: #D9FDEB;
}
</style>
border-color css
<style>
span { border-color: #D9FDEB; }
span { border-color: rgb(217,253,235); }
td.TdClassName
{
border-color: #D9FDEB;
}
.TagClassName
{
border-color: #D9FDEB;
}
</style>