Shades of White Ice #D9FBED
Tints of White Ice #D9FBED
RGB
CMYK
RGB Variations
Color information
#D9FBED (or 0xD9FBED) is known color: White Ice. HEX triplet: D9, FB and ED. RGB value is (217,251,237). Sum of RGB (Red+Green+Blue) = 217+251+237=705 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.78% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FBED is #260412. Grayscale: #EFEFEF. Windows color (decimal): -2491411 or 15596505. OLE color: 15596505.
HSL color Cylindrical-coordinate representation of color #D9FBED: hue angle of 155.29º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FBED is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 251 | 237 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.02 |
| HSL | 155.29º | 0.81% | 0.92% | - |
| HSV(B) | 155.29º | 0.14% | 0.98% | - |
| XYZ | 78.4 | 89.86 | 93.33 | - |
| YUV | 239.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 251 | 237 | 0.14 | 0 | 0.06 | 0.02 | 155.29 | 0.81 | 0.92 |
| Hex | D9 | FB | ED | E | 0 | 6 | 2 | 9B | 51 | 5C |
| Octal | 331 | 373 | 355 | 16 | 0 | 6 | 2 | 233 | 121 | 134 |
| Binary | 11011001 | 11111011 | 11101101 | 1110 | 0 | 110 | 10 | 10011011 | 1010001 | 1011100 |
Color Harmonies of #D9FBED
Complementary color
Monochromatic Colors of #D9FBED
Black with #D9FBED
Text Example
Text Example
White with #D9FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FBED; }
p { color: rgb(217,251,237); }
H1.HeaderClassName
{
color: #D9FBED;
}
.AnyTagClassName
{
color: #D9FBED;
}
</style>
background-color css
<style>
a { background-color: #D9FBED; }
a { background-color: rgb(217,251,237); }
div.DivClassName
{
background-color: #D9FBED;
}
.BgClassName
{
background-color: #D9FBED;
}
</style>
border-color css
<style>
span { border-color: #D9FBED; }
span { border-color: rgb(217,251,237); }
td.TdClassName
{
border-color: #D9FBED;
}
.TagClassName
{
border-color: #D9FBED;
}
</style>