Shades of Snow Flurry #E0FFB4
Tints of Snow Flurry #E0FFB4
RGB
CMYK
RGB Variations
Color information
#E0FFB4 (or 0xE0FFB4) is known color: Snow Flurry. HEX triplet: E0, FF and B4. RGB value is (224,255,180). Sum of RGB (Red+Green+Blue) = 224+255+180=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 180 (70.70% from 255 or 27.31% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FFB4 is #1F004B. Grayscale: #EDEDED. Windows color (decimal): -2031692 or 11861984. OLE color: 11861984.
HSL color Cylindrical-coordinate representation of color #E0FFB4: hue angle of 84.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0FFB4 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 180 | - |
| CMYK | 0.12 | 0 | 0.29 | 0 |
| HSL | 84.8º | 1% | 0.85% | - |
| HSV(B) | 84.8º | 0.29% | 1% | - |
| XYZ | 74.74 | 90.66 | 56.74 | - |
| YUV | 237.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 180 | 0.12 | 0 | 0.29 | 0 | 84.8 | 1 | 0.85 |
| Hex | E0 | FF | B4 | C | 0 | 1D | 0 | 55 | 64 | 55 |
| Octal | 340 | 377 | 264 | 14 | 0 | 35 | 0 | 125 | 144 | 125 |
| Binary | 11100000 | 11111111 | 10110100 | 1100 | 0 | 11101 | 0 | 1010101 | 1100100 | 1010101 |
Color Harmonies of #E0FFB4
Complementary color
Monochromatic Colors of #E0FFB4
Black with #E0FFB4
Text Example
Text Example
White with #E0FFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFB4; }
p { color: rgb(224,255,180); }
H1.HeaderClassName
{
color: #E0FFB4;
}
.AnyTagClassName
{
color: #E0FFB4;
}
</style>
background-color css
<style>
a { background-color: #E0FFB4; }
a { background-color: rgb(224,255,180); }
div.DivClassName
{
background-color: #E0FFB4;
}
.BgClassName
{
background-color: #E0FFB4;
}
</style>
border-color css
<style>
span { border-color: #E0FFB4; }
span { border-color: rgb(224,255,180); }
td.TdClassName
{
border-color: #E0FFB4;
}
.TagClassName
{
border-color: #E0FFB4;
}
</style>