Shades of Snow Flurry #E1FFBF
Tints of Snow Flurry #E1FFBF
RGB
CMYK
RGB Variations
Color information
#E1FFBF (or 0xE1FFBF) is known color: Snow Flurry. HEX triplet: E1, FF and BF. RGB value is (225,255,191). Sum of RGB (Red+Green+Blue) = 225+255+191=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FFBF is #1E0040. Grayscale: #EEEEEE. Windows color (decimal): -1966145 or 12582881. OLE color: 12582881.
HSL color Cylindrical-coordinate representation of color #E1FFBF: hue angle of 88.12º 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 #E1FFBF is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 191 | - |
| CMYK | 0.12 | 0 | 0.25 | 0 |
| HSL | 88.13º | 1% | 0.87% | - |
| HSV(B) | 88.13º | 0.25% | 1% | - |
| XYZ | 76.22 | 91.29 | 62.89 | - |
| YUV | 238.73 | 101.06 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 191 | 0.12 | 0 | 0.25 | 0 | 88.13 | 1 | 0.87 |
| Hex | E1 | FF | BF | C | 0 | 19 | 0 | 58 | 64 | 57 |
| Octal | 341 | 377 | 277 | 14 | 0 | 31 | 0 | 130 | 144 | 127 |
| Binary | 11100001 | 11111111 | 10111111 | 1100 | 0 | 11001 | 0 | 1011000 | 1100100 | 1010111 |
Color Harmonies of #E1FFBF
Complementary color
Monochromatic Colors of #E1FFBF
Black with #E1FFBF
Text Example
Text Example
White with #E1FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FFBF; }
p { color: rgb(225,255,191); }
H1.HeaderClassName
{
color: #E1FFBF;
}
.AnyTagClassName
{
color: #E1FFBF;
}
</style>
background-color css
<style>
a { background-color: #E1FFBF; }
a { background-color: rgb(225,255,191); }
div.DivClassName
{
background-color: #E1FFBF;
}
.BgClassName
{
background-color: #E1FFBF;
}
</style>
border-color css
<style>
span { border-color: #E1FFBF; }
span { border-color: rgb(225,255,191); }
td.TdClassName
{
border-color: #E1FFBF;
}
.TagClassName
{
border-color: #E1FFBF;
}
</style>