Shades of Snow Flurry #E1F8C2
Tints of Snow Flurry #E1F8C2
RGB
CMYK
RGB Variations
Color information
#E1F8C2 (or 0xE1F8C2) is known color: Snow Flurry. HEX triplet: E1, F8 and C2. RGB value is (225,248,194). Sum of RGB (Red+Green+Blue) = 225+248+194=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 194 (76.17% from 255 or 29.09% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #E1F8C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F8C2 is #1E073D. Grayscale: #EBEBEB. Windows color (decimal): -1967934 or 12777697. OLE color: 12777697.
HSL color Cylindrical-coordinate representation of color #E1F8C2: hue angle of 85.56º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1F8C2 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 248 | 194 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.03 |
| HSL | 85.56º | 0.79% | 0.87% | - |
| HSV(B) | 85.56º | 0.22% | 0.97% | - |
| XYZ | 74.36 | 87.04 | 63.92 | - |
| YUV | 234.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 248 | 194 | 0.09 | 0 | 0.22 | 0.03 | 85.56 | 0.79 | 0.87 |
| Hex | E1 | F8 | C2 | 9 | 0 | 16 | 3 | 56 | 4F | 57 |
| Octal | 341 | 370 | 302 | 11 | 0 | 26 | 3 | 126 | 117 | 127 |
| Binary | 11100001 | 11111000 | 11000010 | 1001 | 0 | 10110 | 11 | 1010110 | 1001111 | 1010111 |
Color Harmonies of #E1F8C2
Complementary color
Monochromatic Colors of #E1F8C2
Black with #E1F8C2
Text Example
Text Example
White with #E1F8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F8C2; }
p { color: rgb(225,248,194); }
H1.HeaderClassName
{
color: #E1F8C2;
}
.AnyTagClassName
{
color: #E1F8C2;
}
</style>
background-color css
<style>
a { background-color: #E1F8C2; }
a { background-color: rgb(225,248,194); }
div.DivClassName
{
background-color: #E1F8C2;
}
.BgClassName
{
background-color: #E1F8C2;
}
</style>
border-color css
<style>
span { border-color: #E1F8C2; }
span { border-color: rgb(225,248,194); }
td.TdClassName
{
border-color: #E1F8C2;
}
.TagClassName
{
border-color: #E1F8C2;
}
</style>