Shades of Snow Flurry #E2F8C1
Tints of Snow Flurry #E2F8C1
RGB
CMYK
RGB Variations
Color information
#E2F8C1 (or 0xE2F8C1) is known color: Snow Flurry. HEX triplet: E2, F8 and C1. RGB value is (226,248,193). Sum of RGB (Red+Green+Blue) = 226+248+193=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 193 (75.78% from 255 or 28.94% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #E2F8C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F8C1 is #1D073E. Grayscale: #EBEBEB. Windows color (decimal): -1902399 or 12712162. OLE color: 12712162.
HSL color Cylindrical-coordinate representation of color #E2F8C1: hue angle of 84º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2F8C1 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 248 | 193 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.03 |
| HSL | 84º | 0.8% | 0.86% | - |
| HSV(B) | 84º | 0.22% | 0.97% | - |
| XYZ | 74.56 | 87.15 | 63.34 | - |
| YUV | 235.15 | 104.21 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 248 | 193 | 0.09 | 0 | 0.22 | 0.03 | 84 | 0.8 | 0.86 |
| Hex | E2 | F8 | C1 | 9 | 0 | 16 | 3 | 54 | 50 | 56 |
| Octal | 342 | 370 | 301 | 11 | 0 | 26 | 3 | 124 | 120 | 126 |
| Binary | 11100010 | 11111000 | 11000001 | 1001 | 0 | 10110 | 11 | 1010100 | 1010000 | 1010110 |
Color Harmonies of #E2F8C1
Complementary color
Monochromatic Colors of #E2F8C1
Black with #E2F8C1
Text Example
Text Example
White with #E2F8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F8C1; }
p { color: rgb(226,248,193); }
H1.HeaderClassName
{
color: #E2F8C1;
}
.AnyTagClassName
{
color: #E2F8C1;
}
</style>
background-color css
<style>
a { background-color: #E2F8C1; }
a { background-color: rgb(226,248,193); }
div.DivClassName
{
background-color: #E2F8C1;
}
.BgClassName
{
background-color: #E2F8C1;
}
</style>
border-color css
<style>
span { border-color: #E2F8C1; }
span { border-color: rgb(226,248,193); }
td.TdClassName
{
border-color: #E2F8C1;
}
.TagClassName
{
border-color: #E2F8C1;
}
</style>