Shades of Snow Flurry #E9FBCB
Tints of Snow Flurry #E9FBCB
RGB
CMYK
RGB Variations
Color information
#E9FBCB (or 0xE9FBCB) is known color: Snow Flurry. HEX triplet: E9, FB and CB. RGB value is (233,251,203). Sum of RGB (Red+Green+Blue) = 233+251+203=687 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.92% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #E9FBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FBCB is #160434. Grayscale: #F0F0F0. Windows color (decimal): -1442869 or 13368297. OLE color: 13368297.
HSL color Cylindrical-coordinate representation of color #E9FBCB: hue angle of 82.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9FBCB is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 251 | 203 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.02 |
| HSL | 82.5º | 0.86% | 0.89% | - |
| HSV(B) | 82.5º | 0.19% | 0.98% | - |
| XYZ | 78.88 | 90.63 | 69.84 | - |
| YUV | 240.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 251 | 203 | 0.07 | 0 | 0.19 | 0.02 | 82.5 | 0.86 | 0.89 |
| Hex | E9 | FB | CB | 7 | 0 | 13 | 2 | 52 | 56 | 59 |
| Octal | 351 | 373 | 313 | 7 | 0 | 23 | 2 | 122 | 126 | 131 |
| Binary | 11101001 | 11111011 | 11001011 | 111 | 0 | 10011 | 10 | 1010010 | 1010110 | 1011001 |
Color Harmonies of #E9FBCB
Complementary color
Monochromatic Colors of #E9FBCB
Black with #E9FBCB
Text Example
Text Example
White with #E9FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FBCB; }
p { color: rgb(233,251,203); }
H1.HeaderClassName
{
color: #E9FBCB;
}
.AnyTagClassName
{
color: #E9FBCB;
}
</style>
background-color css
<style>
a { background-color: #E9FBCB; }
a { background-color: rgb(233,251,203); }
div.DivClassName
{
background-color: #E9FBCB;
}
.BgClassName
{
background-color: #E9FBCB;
}
</style>
border-color css
<style>
span { border-color: #E9FBCB; }
span { border-color: rgb(233,251,203); }
td.TdClassName
{
border-color: #E9FBCB;
}
.TagClassName
{
border-color: #E9FBCB;
}
</style>