Shades of Snow Flurry #E9F2CB
Tints of Snow Flurry #E9F2CB
RGB
CMYK
RGB Variations
Color information
#E9F2CB (or 0xE9F2CB) is known color: Snow Flurry. HEX triplet: E9, F2 and CB. RGB value is (233,242,203). Sum of RGB (Red+Green+Blue) = 233+242+203=678 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.37% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 203 (79.69% from 255 or 29.94% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F2CB is #160D34. Grayscale: #EBEBEB. Windows color (decimal): -1445173 or 13365993. OLE color: 13365993.
HSL color Cylindrical-coordinate representation of color #E9F2CB: hue angle of 73.85º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9F2CB is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 203 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.05 |
| HSL | 73.85º | 0.6% | 0.87% | - |
| HSV(B) | 73.85º | 0.16% | 0.95% | - |
| XYZ | 76.14 | 85.14 | 68.92 | - |
| YUV | 234.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 203 | 0.04 | 0 | 0.16 | 0.05 | 73.85 | 0.6 | 0.87 |
| Hex | E9 | F2 | CB | 4 | 0 | 10 | 5 | 4A | 3C | 57 |
| Octal | 351 | 362 | 313 | 4 | 0 | 20 | 5 | 112 | 74 | 127 |
| Binary | 11101001 | 11110010 | 11001011 | 100 | 0 | 10000 | 101 | 1001010 | 111100 | 1010111 |
Color Harmonies of #E9F2CB
Complementary color
Monochromatic Colors of #E9F2CB
Black with #E9F2CB
Text Example
Text Example
White with #E9F2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F2CB; }
p { color: rgb(233,242,203); }
H1.HeaderClassName
{
color: #E9F2CB;
}
.AnyTagClassName
{
color: #E9F2CB;
}
</style>
background-color css
<style>
a { background-color: #E9F2CB; }
a { background-color: rgb(233,242,203); }
div.DivClassName
{
background-color: #E9F2CB;
}
.BgClassName
{
background-color: #E9F2CB;
}
</style>
border-color css
<style>
span { border-color: #E9F2CB; }
span { border-color: rgb(233,242,203); }
td.TdClassName
{
border-color: #E9F2CB;
}
.TagClassName
{
border-color: #E9F2CB;
}
</style>