Shades of Snow Flurry #E2F3BA
Tints of Snow Flurry #E2F3BA
RGB
CMYK
RGB Variations
Color information
#E2F3BA (or 0xE2F3BA) is known color: Snow Flurry. HEX triplet: E2, F3 and BA. RGB value is (226,243,186). Sum of RGB (Red+Green+Blue) = 226+243+186=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F3BA is #1D0C45. Grayscale: #E7E7E7. Windows color (decimal): -1903686 or 12252130. OLE color: 12252130.
HSL color Cylindrical-coordinate representation of color #E2F3BA: hue angle of 77.89º degrees, saturation: 0.7, 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 #E2F3BA is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 243 | 186 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.05 |
| HSL | 77.89º | 0.7% | 0.84% | - |
| HSV(B) | 77.89º | 0.23% | 0.95% | - |
| XYZ | 72.28 | 83.82 | 58.82 | - |
| YUV | 231.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 243 | 186 | 0.07 | 0 | 0.23 | 0.05 | 77.89 | 0.7 | 0.84 |
| Hex | E2 | F3 | BA | 7 | 0 | 17 | 5 | 4E | 46 | 54 |
| Octal | 342 | 363 | 272 | 7 | 0 | 27 | 5 | 116 | 106 | 124 |
| Binary | 11100010 | 11110011 | 10111010 | 111 | 0 | 10111 | 101 | 1001110 | 1000110 | 1010100 |
Color Harmonies of #E2F3BA
Complementary color
Monochromatic Colors of #E2F3BA
Black with #E2F3BA
Text Example
Text Example
White with #E2F3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F3BA; }
p { color: rgb(226,243,186); }
H1.HeaderClassName
{
color: #E2F3BA;
}
.AnyTagClassName
{
color: #E2F3BA;
}
</style>
background-color css
<style>
a { background-color: #E2F3BA; }
a { background-color: rgb(226,243,186); }
div.DivClassName
{
background-color: #E2F3BA;
}
.BgClassName
{
background-color: #E2F3BA;
}
</style>
border-color css
<style>
span { border-color: #E2F3BA; }
span { border-color: rgb(226,243,186); }
td.TdClassName
{
border-color: #E2F3BA;
}
.TagClassName
{
border-color: #E2F3BA;
}
</style>