Shades of Snow Flurry #E9F2CE
Tints of Snow Flurry #E9F2CE
RGB
CMYK
RGB Variations
Color information
#E9F2CE (or 0xE9F2CE) is known color: Snow Flurry. HEX triplet: E9, F2 and CE. RGB value is (233,242,206). Sum of RGB (Red+Green+Blue) = 233+242+206=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 206 (80.86% from 255 or 30.25% from 681); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F2CE is #160D31. Grayscale: #EBEBEB. Windows color (decimal): -1445170 or 13562601. OLE color: 13562601.
HSL color Cylindrical-coordinate representation of color #E9F2CE: hue angle of 75º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9F2CE is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 206 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.05 |
| HSL | 75º | 0.58% | 0.88% | - |
| HSV(B) | 75º | 0.15% | 0.95% | - |
| XYZ | 76.5 | 85.28 | 70.82 | - |
| YUV | 235.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 206 | 0.04 | 0 | 0.15 | 0.05 | 75 | 0.58 | 0.88 |
| Hex | E9 | F2 | CE | 4 | 0 | F | 5 | 4B | 3A | 58 |
| Octal | 351 | 362 | 316 | 4 | 0 | 17 | 5 | 113 | 72 | 130 |
| Binary | 11101001 | 11110010 | 11001110 | 100 | 0 | 1111 | 101 | 1001011 | 111010 | 1011000 |
Color Harmonies of #E9F2CE
Complementary color
Monochromatic Colors of #E9F2CE
Black with #E9F2CE
Text Example
Text Example
White with #E9F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F2CE; }
p { color: rgb(233,242,206); }
H1.HeaderClassName
{
color: #E9F2CE;
}
.AnyTagClassName
{
color: #E9F2CE;
}
</style>
background-color css
<style>
a { background-color: #E9F2CE; }
a { background-color: rgb(233,242,206); }
div.DivClassName
{
background-color: #E9F2CE;
}
.BgClassName
{
background-color: #E9F2CE;
}
</style>
border-color css
<style>
span { border-color: #E9F2CE; }
span { border-color: rgb(233,242,206); }
td.TdClassName
{
border-color: #E9F2CE;
}
.TagClassName
{
border-color: #E9F2CE;
}
</style>