Shades of Snow Flurry #E2F2BA
Tints of Snow Flurry #E2F2BA
RGB
CMYK
RGB Variations
Color information
#E2F2BA (or 0xE2F2BA) is known color: Snow Flurry. HEX triplet: E2, F2 and BA. RGB value is (226,242,186). Sum of RGB (Red+Green+Blue) = 226+242+186=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F2BA is #1D0D45. Grayscale: #E7E7E7. Windows color (decimal): -1903942 or 12251874. OLE color: 12251874.
HSL color Cylindrical-coordinate representation of color #E2F2BA: hue angle of 77.14º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2F2BA is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 186 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.05 |
| HSL | 77.14º | 0.68% | 0.84% | - |
| HSV(B) | 77.14º | 0.23% | 0.95% | - |
| XYZ | 71.98 | 83.22 | 58.72 | - |
| YUV | 230.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 186 | 0.07 | 0 | 0.23 | 0.05 | 77.14 | 0.68 | 0.84 |
| Hex | E2 | F2 | BA | 7 | 0 | 17 | 5 | 4D | 44 | 54 |
| Octal | 342 | 362 | 272 | 7 | 0 | 27 | 5 | 115 | 104 | 124 |
| Binary | 11100010 | 11110010 | 10111010 | 111 | 0 | 10111 | 101 | 1001101 | 1000100 | 1010100 |
Color Harmonies of #E2F2BA
Complementary color
Monochromatic Colors of #E2F2BA
Black with #E2F2BA
Text Example
Text Example
White with #E2F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F2BA; }
p { color: rgb(226,242,186); }
H1.HeaderClassName
{
color: #E2F2BA;
}
.AnyTagClassName
{
color: #E2F2BA;
}
</style>
background-color css
<style>
a { background-color: #E2F2BA; }
a { background-color: rgb(226,242,186); }
div.DivClassName
{
background-color: #E2F2BA;
}
.BgClassName
{
background-color: #E2F2BA;
}
</style>
border-color css
<style>
span { border-color: #E2F2BA; }
span { border-color: rgb(226,242,186); }
td.TdClassName
{
border-color: #E2F2BA;
}
.TagClassName
{
border-color: #E2F2BA;
}
</style>