Shades of Snow Flurry #E2F4BA
Tints of Snow Flurry #E2F4BA
RGB
CMYK
RGB Variations
Color information
#E2F4BA (or 0xE2F4BA) is known color: Snow Flurry. HEX triplet: E2, F4 and BA. RGB value is (226,244,186). Sum of RGB (Red+Green+Blue) = 226+244+186=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F4BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F4BA is #1D0B45. Grayscale: #E8E8E8. Windows color (decimal): -1903430 or 12252386. OLE color: 12252386.
HSL color Cylindrical-coordinate representation of color #E2F4BA: hue angle of 78.62º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2F4BA is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 186 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.04 |
| HSL | 78.62º | 0.73% | 0.84% | - |
| HSV(B) | 78.62º | 0.24% | 0.96% | - |
| XYZ | 72.58 | 84.42 | 58.92 | - |
| YUV | 232.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 186 | 0.07 | 0 | 0.24 | 0.04 | 78.62 | 0.73 | 0.84 |
| Hex | E2 | F4 | BA | 7 | 0 | 18 | 4 | 4F | 48 | 54 |
| Octal | 342 | 364 | 272 | 7 | 0 | 30 | 4 | 117 | 110 | 124 |
| Binary | 11100010 | 11110100 | 10111010 | 111 | 0 | 11000 | 100 | 1001111 | 1001000 | 1010100 |
Color Harmonies of #E2F4BA
Complementary color
Monochromatic Colors of #E2F4BA
Black with #E2F4BA
Text Example
Text Example
White with #E2F4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F4BA; }
p { color: rgb(226,244,186); }
H1.HeaderClassName
{
color: #E2F4BA;
}
.AnyTagClassName
{
color: #E2F4BA;
}
</style>
background-color css
<style>
a { background-color: #E2F4BA; }
a { background-color: rgb(226,244,186); }
div.DivClassName
{
background-color: #E2F4BA;
}
.BgClassName
{
background-color: #E2F4BA;
}
</style>
border-color css
<style>
span { border-color: #E2F4BA; }
span { border-color: rgb(226,244,186); }
td.TdClassName
{
border-color: #E2F4BA;
}
.TagClassName
{
border-color: #E2F4BA;
}
</style>