Shades of Snow Flurry #E0F1BE
Tints of Snow Flurry #E0F1BE
RGB
CMYK
RGB Variations
Color information
#E0F1BE (or 0xE0F1BE) is known color: Snow Flurry. HEX triplet: E0, F1 and BE. RGB value is (224,241,190). Sum of RGB (Red+Green+Blue) = 224+241+190=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F1BE is #1F0E41. Grayscale: #E6E6E6. Windows color (decimal): -2035266 or 12513760. OLE color: 12513760.
HSL color Cylindrical-coordinate representation of color #E0F1BE: hue angle of 80º degrees, saturation: 0.65, 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 #E0F1BE is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 241 | 190 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.05 |
| HSL | 80º | 0.65% | 0.85% | - |
| HSV(B) | 80º | 0.21% | 0.95% | - |
| XYZ | 71.49 | 82.48 | 60.87 | - |
| YUV | 230.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 241 | 190 | 0.07 | 0 | 0.21 | 0.05 | 80 | 0.65 | 0.85 |
| Hex | E0 | F1 | BE | 7 | 0 | 15 | 5 | 50 | 41 | 55 |
| Octal | 340 | 361 | 276 | 7 | 0 | 25 | 5 | 120 | 101 | 125 |
| Binary | 11100000 | 11110001 | 10111110 | 111 | 0 | 10101 | 101 | 1010000 | 1000001 | 1010101 |
Color Harmonies of #E0F1BE
Complementary color
Monochromatic Colors of #E0F1BE
Black with #E0F1BE
Text Example
Text Example
White with #E0F1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F1BE; }
p { color: rgb(224,241,190); }
H1.HeaderClassName
{
color: #E0F1BE;
}
.AnyTagClassName
{
color: #E0F1BE;
}
</style>
background-color css
<style>
a { background-color: #E0F1BE; }
a { background-color: rgb(224,241,190); }
div.DivClassName
{
background-color: #E0F1BE;
}
.BgClassName
{
background-color: #E0F1BE;
}
</style>
border-color css
<style>
span { border-color: #E0F1BE; }
span { border-color: rgb(224,241,190); }
td.TdClassName
{
border-color: #E0F1BE;
}
.TagClassName
{
border-color: #E0F1BE;
}
</style>