Shades of White Ice #D9FCED
Tints of White Ice #D9FCED
RGB
CMYK
RGB Variations
Color information
#D9FCED (or 0xD9FCED) is known color: White Ice. HEX triplet: D9, FC and ED. RGB value is (217,252,237). Sum of RGB (Red+Green+Blue) = 217+252+237=706 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.74% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FCED is #260312. Grayscale: #EFEFEF. Windows color (decimal): -2491155 or 15596761. OLE color: 15596761.
HSL color Cylindrical-coordinate representation of color #D9FCED: hue angle of 154.29º degrees, saturation: 0.85, 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 #D9FCED is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 252 | 237 | - |
CMYK | 0.14 | 0 | 0.06 | 0.01 |
HSL | 154.29º | 0.85% | 0.92% | - |
HSV(B) | 154.29º | 0.14% | 0.99% | - |
XYZ | 78.71 | 90.49 | 93.44 | - |
YUV | 239.83 | 126.4 | 111.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 252 | 237 | 0.14 | 0 | 0.06 | 0.01 | 154.29 | 0.85 | 0.92 |
Hex | D9 | FC | ED | E | 0 | 6 | 1 | 9A | 55 | 5C |
Octal | 331 | 374 | 355 | 16 | 0 | 6 | 1 | 232 | 125 | 134 |
Binary | 11011001 | 11111100 | 11101101 | 1110 | 0 | 110 | 1 | 10011010 | 1010101 | 1011100 |
Color Harmonies of #D9FCED
Complementary color
Monochromatic Colors of #D9FCED
Black with #D9FCED
Text Example
Text Example
White with #D9FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FCED; }
p { color: rgb(217,252,237); }
H1.HeaderClassName
{
color: #D9FCED;
}
.AnyTagClassName
{
color: #D9FCED;
}
</style>
background-color css
<style>
a { background-color: #D9FCED; }
a { background-color: rgb(217,252,237); }
div.DivClassName
{
background-color: #D9FCED;
}
.BgClassName
{
background-color: #D9FCED;
}
</style>
border-color css
<style>
span { border-color: #D9FCED; }
span { border-color: rgb(217,252,237); }
td.TdClassName
{
border-color: #D9FCED;
}
.TagClassName
{
border-color: #D9FCED;
}
</style>