Shades of Snow Flurry #E1F0C4
Tints of Snow Flurry #E1F0C4
RGB
CMYK
RGB Variations
Color information
#E1F0C4 (or 0xE1F0C4) is known color: Snow Flurry. HEX triplet: E1, F0 and C4. RGB value is (225,240,196). Sum of RGB (Red+Green+Blue) = 225+240+196=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 196 (76.95% from 255 or 29.65% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F0C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F0C4 is #1E0F3B. Grayscale: #E6E6E6. Windows color (decimal): -1969980 or 12906721. OLE color: 12906721.
HSL color Cylindrical-coordinate representation of color #E1F0C4: hue angle of 80.45º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1F0C4 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 240 | 196 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.06 |
| HSL | 80.45º | 0.59% | 0.85% | - |
| HSV(B) | 80.45º | 0.18% | 0.94% | - |
| XYZ | 72.18 | 82.31 | 64.31 | - |
| YUV | 230.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 240 | 196 | 0.06 | 0 | 0.18 | 0.06 | 80.45 | 0.59 | 0.85 |
| Hex | E1 | F0 | C4 | 6 | 0 | 12 | 6 | 50 | 3B | 55 |
| Octal | 341 | 360 | 304 | 6 | 0 | 22 | 6 | 120 | 73 | 125 |
| Binary | 11100001 | 11110000 | 11000100 | 110 | 0 | 10010 | 110 | 1010000 | 111011 | 1010101 |
Color Harmonies of #E1F0C4
Complementary color
Monochromatic Colors of #E1F0C4
Black with #E1F0C4
Text Example
Text Example
White with #E1F0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F0C4; }
p { color: rgb(225,240,196); }
H1.HeaderClassName
{
color: #E1F0C4;
}
.AnyTagClassName
{
color: #E1F0C4;
}
</style>
background-color css
<style>
a { background-color: #E1F0C4; }
a { background-color: rgb(225,240,196); }
div.DivClassName
{
background-color: #E1F0C4;
}
.BgClassName
{
background-color: #E1F0C4;
}
</style>
border-color css
<style>
span { border-color: #E1F0C4; }
span { border-color: rgb(225,240,196); }
td.TdClassName
{
border-color: #E1F0C4;
}
.TagClassName
{
border-color: #E1F0C4;
}
</style>