Shades of Snow Flurry #E2F2BF
Tints of Snow Flurry #E2F2BF
RGB
CMYK
RGB Variations
Color information
#E2F2BF (or 0xE2F2BF) is known color: Snow Flurry. HEX triplet: E2, F2 and BF. RGB value is (226,242,191). Sum of RGB (Red+Green+Blue) = 226+242+191=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 191 (75% from 255 or 28.98% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F2BF is #1D0D40. Grayscale: #E7E7E7. Windows color (decimal): -1903937 or 12579554. OLE color: 12579554.
HSL color Cylindrical-coordinate representation of color #E2F2BF: hue angle of 78.82º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2F2BF is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 191 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.05 |
| HSL | 78.82º | 0.66% | 0.85% | - |
| HSV(B) | 78.82º | 0.21% | 0.95% | - |
| XYZ | 72.52 | 83.43 | 61.57 | - |
| YUV | 231.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 191 | 0.07 | 0 | 0.21 | 0.05 | 78.82 | 0.66 | 0.85 |
| Hex | E2 | F2 | BF | 7 | 0 | 15 | 5 | 4F | 42 | 55 |
| Octal | 342 | 362 | 277 | 7 | 0 | 25 | 5 | 117 | 102 | 125 |
| Binary | 11100010 | 11110010 | 10111111 | 111 | 0 | 10101 | 101 | 1001111 | 1000010 | 1010101 |
Color Harmonies of #E2F2BF
Complementary color
Monochromatic Colors of #E2F2BF
Black with #E2F2BF
Text Example
Text Example
White with #E2F2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F2BF; }
p { color: rgb(226,242,191); }
H1.HeaderClassName
{
color: #E2F2BF;
}
.AnyTagClassName
{
color: #E2F2BF;
}
</style>
background-color css
<style>
a { background-color: #E2F2BF; }
a { background-color: rgb(226,242,191); }
div.DivClassName
{
background-color: #E2F2BF;
}
.BgClassName
{
background-color: #E2F2BF;
}
</style>
border-color css
<style>
span { border-color: #E2F2BF; }
span { border-color: rgb(226,242,191); }
td.TdClassName
{
border-color: #E2F2BF;
}
.TagClassName
{
border-color: #E2F2BF;
}
</style>