Shades of Snow Flurry #E0FEBD
Tints of Snow Flurry #E0FEBD
RGB
CMYK
RGB Variations
Color information
#E0FEBD (or 0xE0FEBD) is known color: Snow Flurry. HEX triplet: E0, FE and BD. RGB value is (224,254,189). Sum of RGB (Red+Green+Blue) = 224+254+189=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FEBD is #1F0142. Grayscale: #EDEDED. Windows color (decimal): -2031939 or 12451552. OLE color: 12451552.
HSL color Cylindrical-coordinate representation of color #E0FEBD: hue angle of 87.69º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0FEBD is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 189 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.00 |
| HSL | 87.69º | 0.97% | 0.87% | - |
| HSV(B) | 87.69º | 0.26% | 1% | - |
| XYZ | 75.37 | 90.41 | 61.62 | - |
| YUV | 237.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 189 | 0.12 | 0 | 0.26 | 0.00 | 87.69 | 0.97 | 0.87 |
| Hex | E0 | FE | BD | C | 0 | 1A | 0 | 58 | 61 | 57 |
| Octal | 340 | 376 | 275 | 14 | 0 | 32 | 0 | 130 | 141 | 127 |
| Binary | 11100000 | 11111110 | 10111101 | 1100 | 0 | 11010 | 0 | 1011000 | 1100001 | 1010111 |
Color Harmonies of #E0FEBD
Complementary color
Monochromatic Colors of #E0FEBD
Black with #E0FEBD
Text Example
Text Example
White with #E0FEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FEBD; }
p { color: rgb(224,254,189); }
H1.HeaderClassName
{
color: #E0FEBD;
}
.AnyTagClassName
{
color: #E0FEBD;
}
</style>
background-color css
<style>
a { background-color: #E0FEBD; }
a { background-color: rgb(224,254,189); }
div.DivClassName
{
background-color: #E0FEBD;
}
.BgClassName
{
background-color: #E0FEBD;
}
</style>
border-color css
<style>
span { border-color: #E0FEBD; }
span { border-color: rgb(224,254,189); }
td.TdClassName
{
border-color: #E0FEBD;
}
.TagClassName
{
border-color: #E0FEBD;
}
</style>