Shades of Snow Flurry #E0F5BF
Tints of Snow Flurry #E0F5BF
RGB
CMYK
RGB Variations
Color information
#E0F5BF (or 0xE0F5BF) is known color: Snow Flurry. HEX triplet: E0, F5 and BF. RGB value is (224,245,191). Sum of RGB (Red+Green+Blue) = 224+245+191=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 245 (96.09% from 255 or 37.12% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 245 - color contains mainly: green. Hex color #E0F5BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F5BF is #1F0A40. Grayscale: #E8E8E8. Windows color (decimal): -2034241 or 12580320. OLE color: 12580320.
HSL color Cylindrical-coordinate representation of color #E0F5BF: hue angle of 83.33º 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 #E0F5BF is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 245 | 191 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.04 |
| HSL | 83.33º | 0.73% | 0.85% | - |
| HSV(B) | 83.33º | 0.22% | 0.96% | - |
| XYZ | 72.8 | 84.91 | 61.84 | - |
| YUV | 232.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 245 | 191 | 0.09 | 0 | 0.22 | 0.04 | 83.33 | 0.73 | 0.85 |
| Hex | E0 | F5 | BF | 9 | 0 | 16 | 4 | 53 | 49 | 55 |
| Octal | 340 | 365 | 277 | 11 | 0 | 26 | 4 | 123 | 111 | 125 |
| Binary | 11100000 | 11110101 | 10111111 | 1001 | 0 | 10110 | 100 | 1010011 | 1001001 | 1010101 |
Color Harmonies of #E0F5BF
Complementary color
Monochromatic Colors of #E0F5BF
Black with #E0F5BF
Text Example
Text Example
White with #E0F5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F5BF; }
p { color: rgb(224,245,191); }
H1.HeaderClassName
{
color: #E0F5BF;
}
.AnyTagClassName
{
color: #E0F5BF;
}
</style>
background-color css
<style>
a { background-color: #E0F5BF; }
a { background-color: rgb(224,245,191); }
div.DivClassName
{
background-color: #E0F5BF;
}
.BgClassName
{
background-color: #E0F5BF;
}
</style>
border-color css
<style>
span { border-color: #E0F5BF; }
span { border-color: rgb(224,245,191); }
td.TdClassName
{
border-color: #E0F5BF;
}
.TagClassName
{
border-color: #E0F5BF;
}
</style>