Shades of Snow Flurry #E2F2C6
Tints of Snow Flurry #E2F2C6
RGB
CMYK
RGB Variations
Color information
#E2F2C6 (or 0xE2F2C6) is known color: Snow Flurry. HEX triplet: E2, F2 and C6. RGB value is (226,242,198). Sum of RGB (Red+Green+Blue) = 226+242+198=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 198 (77.73% from 255 or 29.73% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F2C6 is #1D0D39. Grayscale: #E8E8E8. Windows color (decimal): -1903930 or 13038306. OLE color: 13038306.
HSL color Cylindrical-coordinate representation of color #E2F2C6: hue angle of 81.82º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2F2C6 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 198 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.05 |
| HSL | 81.82º | 0.63% | 0.86% | - |
| HSV(B) | 81.82º | 0.18% | 0.95% | - |
| XYZ | 73.31 | 83.75 | 65.73 | - |
| YUV | 232.2 | 108.7 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 198 | 0.07 | 0 | 0.18 | 0.05 | 81.82 | 0.63 | 0.86 |
| Hex | E2 | F2 | C6 | 7 | 0 | 12 | 5 | 52 | 3F | 56 |
| Octal | 342 | 362 | 306 | 7 | 0 | 22 | 5 | 122 | 77 | 126 |
| Binary | 11100010 | 11110010 | 11000110 | 111 | 0 | 10010 | 101 | 1010010 | 111111 | 1010110 |
Color Harmonies of #E2F2C6
Complementary color
Monochromatic Colors of #E2F2C6
Black with #E2F2C6
Text Example
Text Example
White with #E2F2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F2C6; }
p { color: rgb(226,242,198); }
H1.HeaderClassName
{
color: #E2F2C6;
}
.AnyTagClassName
{
color: #E2F2C6;
}
</style>
background-color css
<style>
a { background-color: #E2F2C6; }
a { background-color: rgb(226,242,198); }
div.DivClassName
{
background-color: #E2F2C6;
}
.BgClassName
{
background-color: #E2F2C6;
}
</style>
border-color css
<style>
span { border-color: #E2F2C6; }
span { border-color: rgb(226,242,198); }
td.TdClassName
{
border-color: #E2F2C6;
}
.TagClassName
{
border-color: #E2F2C6;
}
</style>