Shades of Snow Flurry #E0FEBA
Tints of Snow Flurry #E0FEBA
RGB
CMYK
RGB Variations
Color information
#E0FEBA (or 0xE0FEBA) is known color: Snow Flurry. HEX triplet: E0, FE and BA. RGB value is (224,254,186). Sum of RGB (Red+Green+Blue) = 224+254+186=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 186 (73.05% from 255 or 28.01% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FEBA is #1F0145. Grayscale: #EDEDED. Windows color (decimal): -2031942 or 12254944. OLE color: 12254944.
HSL color Cylindrical-coordinate representation of color #E0FEBA: hue angle of 86.47º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0FEBA is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 186 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.00 |
| HSL | 86.47º | 0.97% | 0.86% | - |
| HSV(B) | 86.47º | 0.27% | 1% | - |
| XYZ | 75.05 | 90.28 | 59.92 | - |
| YUV | 237.28 | 99.06 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 186 | 0.12 | 0 | 0.27 | 0.00 | 86.47 | 0.97 | 0.86 |
| Hex | E0 | FE | BA | C | 0 | 1B | 0 | 56 | 61 | 56 |
| Octal | 340 | 376 | 272 | 14 | 0 | 33 | 0 | 126 | 141 | 126 |
| Binary | 11100000 | 11111110 | 10111010 | 1100 | 0 | 11011 | 0 | 1010110 | 1100001 | 1010110 |
Color Harmonies of #E0FEBA
Complementary color
Monochromatic Colors of #E0FEBA
Black with #E0FEBA
Text Example
Text Example
White with #E0FEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FEBA; }
p { color: rgb(224,254,186); }
H1.HeaderClassName
{
color: #E0FEBA;
}
.AnyTagClassName
{
color: #E0FEBA;
}
</style>
background-color css
<style>
a { background-color: #E0FEBA; }
a { background-color: rgb(224,254,186); }
div.DivClassName
{
background-color: #E0FEBA;
}
.BgClassName
{
background-color: #E0FEBA;
}
</style>
border-color css
<style>
span { border-color: #E0FEBA; }
span { border-color: rgb(224,254,186); }
td.TdClassName
{
border-color: #E0FEBA;
}
.TagClassName
{
border-color: #E0FEBA;
}
</style>