Shades of Snow Flurry #E2F5BF
Tints of Snow Flurry #E2F5BF
RGB
CMYK
RGB Variations
Color information
#E2F5BF (or 0xE2F5BF) is known color: Snow Flurry. HEX triplet: E2, F5 and BF. RGB value is (226,245,191). Sum of RGB (Red+Green+Blue) = 226+245+191=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F5BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F5BF is #1D0A40. Grayscale: #E9E9E9. Windows color (decimal): -1903169 or 12580322. OLE color: 12580322.
HSL color Cylindrical-coordinate representation of color #E2F5BF: hue angle of 81.11º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2F5BF is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 245 | 191 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.04 |
| HSL | 81.11º | 0.73% | 0.85% | - |
| HSV(B) | 81.11º | 0.22% | 0.96% | - |
| XYZ | 73.42 | 85.24 | 61.87 | - |
| YUV | 233.16 | 104.21 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 245 | 191 | 0.08 | 0 | 0.22 | 0.04 | 81.11 | 0.73 | 0.85 |
| Hex | E2 | F5 | BF | 8 | 0 | 16 | 4 | 51 | 49 | 55 |
| Octal | 342 | 365 | 277 | 10 | 0 | 26 | 4 | 121 | 111 | 125 |
| Binary | 11100010 | 11110101 | 10111111 | 1000 | 0 | 10110 | 100 | 1010001 | 1001001 | 1010101 |
Color Harmonies of #E2F5BF
Complementary color
Monochromatic Colors of #E2F5BF
Black with #E2F5BF
Text Example
Text Example
White with #E2F5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F5BF; }
p { color: rgb(226,245,191); }
H1.HeaderClassName
{
color: #E2F5BF;
}
.AnyTagClassName
{
color: #E2F5BF;
}
</style>
background-color css
<style>
a { background-color: #E2F5BF; }
a { background-color: rgb(226,245,191); }
div.DivClassName
{
background-color: #E2F5BF;
}
.BgClassName
{
background-color: #E2F5BF;
}
</style>
border-color css
<style>
span { border-color: #E2F5BF; }
span { border-color: rgb(226,245,191); }
td.TdClassName
{
border-color: #E2F5BF;
}
.TagClassName
{
border-color: #E2F5BF;
}
</style>