Shades of Snow Flurry #E1F4C0
Tints of Snow Flurry #E1F4C0
RGB
CMYK
RGB Variations
Color information
#E1F4C0 (or 0xE1F4C0) is known color: Snow Flurry. HEX triplet: E1, F4 and C0. RGB value is (225,244,192). Sum of RGB (Red+Green+Blue) = 225+244+192=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 244 (95.70% from 255 or 36.91% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 244 - color contains mainly: green. Hex color #E1F4C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F4C0 is #1E0B3F. Grayscale: #E8E8E8. Windows color (decimal): -1968960 or 12645601. OLE color: 12645601.
HSL color Cylindrical-coordinate representation of color #E1F4C0: hue angle of 81.92º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1F4C0 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 244 | 192 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.04 |
| HSL | 81.92º | 0.7% | 0.85% | - |
| HSV(B) | 81.92º | 0.21% | 0.96% | - |
| XYZ | 72.92 | 84.51 | 62.34 | - |
| YUV | 232.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 244 | 192 | 0.08 | 0 | 0.21 | 0.04 | 81.92 | 0.7 | 0.85 |
| Hex | E1 | F4 | C0 | 8 | 0 | 15 | 4 | 52 | 46 | 55 |
| Octal | 341 | 364 | 300 | 10 | 0 | 25 | 4 | 122 | 106 | 125 |
| Binary | 11100001 | 11110100 | 11000000 | 1000 | 0 | 10101 | 100 | 1010010 | 1000110 | 1010101 |
Color Harmonies of #E1F4C0
Complementary color
Monochromatic Colors of #E1F4C0
Black with #E1F4C0
Text Example
Text Example
White with #E1F4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F4C0; }
p { color: rgb(225,244,192); }
H1.HeaderClassName
{
color: #E1F4C0;
}
.AnyTagClassName
{
color: #E1F4C0;
}
</style>
background-color css
<style>
a { background-color: #E1F4C0; }
a { background-color: rgb(225,244,192); }
div.DivClassName
{
background-color: #E1F4C0;
}
.BgClassName
{
background-color: #E1F4C0;
}
</style>
border-color css
<style>
span { border-color: #E1F4C0; }
span { border-color: rgb(225,244,192); }
td.TdClassName
{
border-color: #E1F4C0;
}
.TagClassName
{
border-color: #E1F4C0;
}
</style>