Shades of Snow Flurry #E2FFBF
Tints of Snow Flurry #E2FFBF
RGB
CMYK
RGB Variations
Color information
#E2FFBF (or 0xE2FFBF) is known color: Snow Flurry. HEX triplet: E2, FF and BF. RGB value is (226,255,191). Sum of RGB (Red+Green+Blue) = 226+255+191=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 191 (75% from 255 or 28.42% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FFBF is #1D0040. Grayscale: #EFEFEF. Windows color (decimal): -1900609 or 12582882. OLE color: 12582882.
HSL color Cylindrical-coordinate representation of color #E2FFBF: hue angle of 87.19º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2FFBF is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 191 | - |
| CMYK | 0.11 | 0 | 0.25 | 0 |
| HSL | 87.19º | 1% | 0.87% | - |
| HSV(B) | 87.19º | 0.25% | 1% | - |
| XYZ | 76.53 | 91.45 | 62.91 | - |
| YUV | 239.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 191 | 0.11 | 0 | 0.25 | 0 | 87.19 | 1 | 0.87 |
| Hex | E2 | FF | BF | B | 0 | 19 | 0 | 57 | 64 | 57 |
| Octal | 342 | 377 | 277 | 13 | 0 | 31 | 0 | 127 | 144 | 127 |
| Binary | 11100010 | 11111111 | 10111111 | 1011 | 0 | 11001 | 0 | 1010111 | 1100100 | 1010111 |
Color Harmonies of #E2FFBF
Complementary color
Monochromatic Colors of #E2FFBF
Black with #E2FFBF
Text Example
Text Example
White with #E2FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFBF; }
p { color: rgb(226,255,191); }
H1.HeaderClassName
{
color: #E2FFBF;
}
.AnyTagClassName
{
color: #E2FFBF;
}
</style>
background-color css
<style>
a { background-color: #E2FFBF; }
a { background-color: rgb(226,255,191); }
div.DivClassName
{
background-color: #E2FFBF;
}
.BgClassName
{
background-color: #E2FFBF;
}
</style>
border-color css
<style>
span { border-color: #E2FFBF; }
span { border-color: rgb(226,255,191); }
td.TdClassName
{
border-color: #E2FFBF;
}
.TagClassName
{
border-color: #E2FFBF;
}
</style>