Shades of Snow Flurry #E9F2C1
Tints of Snow Flurry #E9F2C1
RGB
CMYK
RGB Variations
Color information
#E9F2C1 (or 0xE9F2C1) is known color: Snow Flurry. HEX triplet: E9, F2 and C1. RGB value is (233,242,193). Sum of RGB (Red+Green+Blue) = 233+242+193=668 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.88% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 193 (75.78% from 255 or 28.89% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F2C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F2C1 is #160D3E. Grayscale: #E9E9E9. Windows color (decimal): -1445183 or 12710633. OLE color: 12710633.
HSL color Cylindrical-coordinate representation of color #E9F2C1: hue angle of 71.02º 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 #E9F2C1 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 193 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.05 |
| HSL | 71.02º | 0.65% | 0.85% | - |
| HSV(B) | 71.02º | 0.2% | 0.95% | - |
| XYZ | 74.98 | 84.68 | 62.84 | - |
| YUV | 233.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 193 | 0.04 | 0 | 0.20 | 0.05 | 71.02 | 0.65 | 0.85 |
| Hex | E9 | F2 | C1 | 4 | 0 | 14 | 5 | 47 | 41 | 55 |
| Octal | 351 | 362 | 301 | 4 | 0 | 24 | 5 | 107 | 101 | 125 |
| Binary | 11101001 | 11110010 | 11000001 | 100 | 0 | 10100 | 101 | 1000111 | 1000001 | 1010101 |
Color Harmonies of #E9F2C1
Complementary color
Monochromatic Colors of #E9F2C1
Black with #E9F2C1
Text Example
Text Example
White with #E9F2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F2C1; }
p { color: rgb(233,242,193); }
H1.HeaderClassName
{
color: #E9F2C1;
}
.AnyTagClassName
{
color: #E9F2C1;
}
</style>
background-color css
<style>
a { background-color: #E9F2C1; }
a { background-color: rgb(233,242,193); }
div.DivClassName
{
background-color: #E9F2C1;
}
.BgClassName
{
background-color: #E9F2C1;
}
</style>
border-color css
<style>
span { border-color: #E9F2C1; }
span { border-color: rgb(233,242,193); }
td.TdClassName
{
border-color: #E9F2C1;
}
.TagClassName
{
border-color: #E9F2C1;
}
</style>