Shades of Snow Flurry #E2F9C0
Tints of Snow Flurry #E2F9C0
RGB
CMYK
RGB Variations
Color information
#E2F9C0 (or 0xE2F9C0) is known color: Snow Flurry. HEX triplet: E2, F9 and C0. RGB value is (226,249,192). Sum of RGB (Red+Green+Blue) = 226+249+192=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 249 (97.66% from 255 or 37.33% from 667); Blue value is 192 (75.39% from 255 or 28.79% from 667); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F9C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F9C0 is #1D063F. Grayscale: #EBEBEB. Windows color (decimal): -1902144 or 12646882. OLE color: 12646882.
HSL color Cylindrical-coordinate representation of color #E2F9C0: hue angle of 84.21º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2F9C0 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 249 | 192 | - |
CMYK | 0.09 | 0 | 0.23 | 0.02 |
HSL | 84.21º | 0.83% | 0.86% | - |
HSV(B) | 84.21º | 0.23% | 0.98% | - |
XYZ | 74.75 | 87.73 | 62.86 | - |
YUV | 235.63 | 103.38 | 121.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 249 | 192 | 0.09 | 0 | 0.23 | 0.02 | 84.21 | 0.83 | 0.86 |
Hex | E2 | F9 | C0 | 9 | 0 | 17 | 2 | 54 | 53 | 56 |
Octal | 342 | 371 | 300 | 11 | 0 | 27 | 2 | 124 | 123 | 126 |
Binary | 11100010 | 11111001 | 11000000 | 1001 | 0 | 10111 | 10 | 1010100 | 1010011 | 1010110 |
Color Harmonies of #E2F9C0
Complementary color
Monochromatic Colors of #E2F9C0
Black with #E2F9C0
Text Example
Text Example
White with #E2F9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F9C0; }
p { color: rgb(226,249,192); }
H1.HeaderClassName
{
color: #E2F9C0;
}
.AnyTagClassName
{
color: #E2F9C0;
}
</style>
background-color css
<style>
a { background-color: #E2F9C0; }
a { background-color: rgb(226,249,192); }
div.DivClassName
{
background-color: #E2F9C0;
}
.BgClassName
{
background-color: #E2F9C0;
}
</style>
border-color css
<style>
span { border-color: #E2F9C0; }
span { border-color: rgb(226,249,192); }
td.TdClassName
{
border-color: #E2F9C0;
}
.TagClassName
{
border-color: #E2F9C0;
}
</style>