Shades of White Ice #D9FBEA
Tints of White Ice #D9FBEA
RGB
CMYK
RGB Variations
Color information
#D9FBEA (or 0xD9FBEA) is known color: White Ice. HEX triplet: D9, FB and EA. RGB value is (217,251,234). Sum of RGB (Red+Green+Blue) = 217+251+234=702 (92% of max value = 765). Red value is 217 (85.16% from 255 or 30.91% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 234 (91.80% from 255 or 33.33% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FBEA is #260415. Grayscale: #EEEEEE. Windows color (decimal): -2491414 or 15399897. OLE color: 15399897.
HSL color Cylindrical-coordinate representation of color #D9FBEA: hue angle of 150º 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 #D9FBEA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 251 | 234 | - |
CMYK | 0.14 | 0 | 0.07 | 0.02 |
HSL | 150º | 0.81% | 0.92% | - |
HSV(B) | 150º | 0.14% | 0.98% | - |
XYZ | 77.96 | 89.69 | 91.04 | - |
YUV | 238.9 | 125.24 | 112.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 251 | 234 | 0.14 | 0 | 0.07 | 0.02 | 150 | 0.81 | 0.92 |
Hex | D9 | FB | EA | E | 0 | 7 | 2 | 96 | 51 | 5C |
Octal | 331 | 373 | 352 | 16 | 0 | 7 | 2 | 226 | 121 | 134 |
Binary | 11011001 | 11111011 | 11101010 | 1110 | 0 | 111 | 10 | 10010110 | 1010001 | 1011100 |
Color Harmonies of #D9FBEA
Complementary color
Monochromatic Colors of #D9FBEA
Black with #D9FBEA
Text Example
Text Example
White with #D9FBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FBEA; }
p { color: rgb(217,251,234); }
H1.HeaderClassName
{
color: #D9FBEA;
}
.AnyTagClassName
{
color: #D9FBEA;
}
</style>
background-color css
<style>
a { background-color: #D9FBEA; }
a { background-color: rgb(217,251,234); }
div.DivClassName
{
background-color: #D9FBEA;
}
.BgClassName
{
background-color: #D9FBEA;
}
</style>
border-color css
<style>
span { border-color: #D9FBEA; }
span { border-color: rgb(217,251,234); }
td.TdClassName
{
border-color: #D9FBEA;
}
.TagClassName
{
border-color: #D9FBEA;
}
</style>