Shades of Snow Flurry #E0FFBF
Tints of Snow Flurry #E0FFBF
RGB
CMYK
RGB Variations
Color information
#E0FFBF (or 0xE0FFBF) is known color: Snow Flurry. HEX triplet: E0, FF and BF. RGB value is (224,255,191). Sum of RGB (Red+Green+Blue) = 224+255+191=670 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.43% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 191 (75% from 255 or 28.51% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FFBF is #1F0040. Grayscale: #EEEEEE. Windows color (decimal): -2031681 or 12582880. OLE color: 12582880.
HSL color Cylindrical-coordinate representation of color #E0FFBF: hue angle of 89.06º 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 #E0FFBF is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 191 | - |
| CMYK | 0.12 | 0 | 0.25 | 0 |
| HSL | 89.06º | 1% | 0.87% | - |
| HSV(B) | 89.06º | 0.25% | 1% | - |
| XYZ | 75.9 | 91.13 | 62.88 | - |
| YUV | 238.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 191 | 0.12 | 0 | 0.25 | 0 | 89.06 | 1 | 0.87 |
| Hex | E0 | FF | BF | C | 0 | 19 | 0 | 59 | 64 | 57 |
| Octal | 340 | 377 | 277 | 14 | 0 | 31 | 0 | 131 | 144 | 127 |
| Binary | 11100000 | 11111111 | 10111111 | 1100 | 0 | 11001 | 0 | 1011001 | 1100100 | 1010111 |
Color Harmonies of #E0FFBF
Complementary color
Monochromatic Colors of #E0FFBF
Black with #E0FFBF
Text Example
Text Example
White with #E0FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFBF; }
p { color: rgb(224,255,191); }
H1.HeaderClassName
{
color: #E0FFBF;
}
.AnyTagClassName
{
color: #E0FFBF;
}
</style>
background-color css
<style>
a { background-color: #E0FFBF; }
a { background-color: rgb(224,255,191); }
div.DivClassName
{
background-color: #E0FFBF;
}
.BgClassName
{
background-color: #E0FFBF;
}
</style>
border-color css
<style>
span { border-color: #E0FFBF; }
span { border-color: rgb(224,255,191); }
td.TdClassName
{
border-color: #E0FFBF;
}
.TagClassName
{
border-color: #E0FFBF;
}
</style>