Shades of Snow Flurry #E9F2C2
Tints of Snow Flurry #E9F2C2
RGB
CMYK
RGB Variations
Color information
#E9F2C2 (or 0xE9F2C2) is known color: Snow Flurry. HEX triplet: E9, F2 and C2. RGB value is (233,242,194). Sum of RGB (Red+Green+Blue) = 233+242+194=669 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.83% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 194 (76.17% from 255 or 29.00% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F2C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F2C2 is #160D3D. Grayscale: #EAEAEA. Windows color (decimal): -1445182 or 12776169. OLE color: 12776169.
HSL color Cylindrical-coordinate representation of color #E9F2C2: hue angle of 71.25º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9F2C2 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 194 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.05 |
| HSL | 71.25º | 0.65% | 0.85% | - |
| HSV(B) | 71.25º | 0.2% | 0.95% | - |
| XYZ | 75.09 | 84.72 | 63.43 | - |
| YUV | 233.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 194 | 0.04 | 0 | 0.20 | 0.05 | 71.25 | 0.65 | 0.85 |
| Hex | E9 | F2 | C2 | 4 | 0 | 14 | 5 | 47 | 41 | 55 |
| Octal | 351 | 362 | 302 | 4 | 0 | 24 | 5 | 107 | 101 | 125 |
| Binary | 11101001 | 11110010 | 11000010 | 100 | 0 | 10100 | 101 | 1000111 | 1000001 | 1010101 |
Color Harmonies of #E9F2C2
Complementary color
Monochromatic Colors of #E9F2C2
Black with #E9F2C2
Text Example
Text Example
White with #E9F2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F2C2; }
p { color: rgb(233,242,194); }
H1.HeaderClassName
{
color: #E9F2C2;
}
.AnyTagClassName
{
color: #E9F2C2;
}
</style>
background-color css
<style>
a { background-color: #E9F2C2; }
a { background-color: rgb(233,242,194); }
div.DivClassName
{
background-color: #E9F2C2;
}
.BgClassName
{
background-color: #E9F2C2;
}
</style>
border-color css
<style>
span { border-color: #E9F2C2; }
span { border-color: rgb(233,242,194); }
td.TdClassName
{
border-color: #E9F2C2;
}
.TagClassName
{
border-color: #E9F2C2;
}
</style>