Shades of White Ice #D9FFED
Tints of White Ice #D9FFED
RGB
CMYK
RGB Variations
Color information
#D9FFED (or 0xD9FFED) is known color: White Ice. HEX triplet: D9, FF and ED. RGB value is (217,255,237). Sum of RGB (Red+Green+Blue) = 217+255+237=709 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.61% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FFED is #260012. Grayscale: #F1F1F1. Windows color (decimal): -2490387 or 15597529. OLE color: 15597529.
HSL color Cylindrical-coordinate representation of color #D9FFED: hue angle of 151.58º 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 #D9FFED is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 217 | 255 | 237 | - |
CMYK | 0.15 | 0 | 0.07 | 0 |
HSL | 151.58º | 1% | 0.93% | - |
HSV(B) | 151.58º | 0.15% | 1% | - |
XYZ | 79.66 | 92.39 | 93.75 | - |
YUV | 241.59 | 125.41 | 110.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 255 | 237 | 0.15 | 0 | 0.07 | 0 | 151.58 | 1 | 0.93 |
Hex | D9 | FF | ED | F | 0 | 7 | 0 | 98 | 64 | 5D |
Octal | 331 | 377 | 355 | 17 | 0 | 7 | 0 | 230 | 144 | 135 |
Binary | 11011001 | 11111111 | 11101101 | 1111 | 0 | 111 | 0 | 10011000 | 1100100 | 1011101 |
Color Harmonies of #D9FFED
Complementary color
Monochromatic Colors of #D9FFED
Black with #D9FFED
Text Example
Text Example
White with #D9FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FFED; }
p { color: rgb(217,255,237); }
H1.HeaderClassName
{
color: #D9FFED;
}
.AnyTagClassName
{
color: #D9FFED;
}
</style>
background-color css
<style>
a { background-color: #D9FFED; }
a { background-color: rgb(217,255,237); }
div.DivClassName
{
background-color: #D9FFED;
}
.BgClassName
{
background-color: #D9FFED;
}
</style>
border-color css
<style>
span { border-color: #D9FFED; }
span { border-color: rgb(217,255,237); }
td.TdClassName
{
border-color: #D9FFED;
}
.TagClassName
{
border-color: #D9FFED;
}
</style>