Shades of Snow Flurry #E0FFC0
Tints of Snow Flurry #E0FFC0
RGB
CMYK
RGB Variations
Color information
#E0FFC0 (or 0xE0FFC0) is known color: Snow Flurry. HEX triplet: E0, FF and C0. RGB value is (224,255,192). Sum of RGB (Red+Green+Blue) = 224+255+192=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 192 (75.39% from 255 or 28.61% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FFC0 is #1F003F. Grayscale: #EEEEEE. Windows color (decimal): -2031680 or 12648416. OLE color: 12648416.
HSL color Cylindrical-coordinate representation of color #E0FFC0: hue angle of 89.52º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0FFC0 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 192 | - |
| CMYK | 0.12 | 0 | 0.25 | 0 |
| HSL | 89.52º | 1% | 0.88% | - |
| HSV(B) | 89.52º | 0.25% | 1% | - |
| XYZ | 76.01 | 91.17 | 63.46 | - |
| YUV | 238.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 192 | 0.12 | 0 | 0.25 | 0 | 89.52 | 1 | 0.88 |
| Hex | E0 | FF | C0 | C | 0 | 19 | 0 | 5A | 64 | 58 |
| Octal | 340 | 377 | 300 | 14 | 0 | 31 | 0 | 132 | 144 | 130 |
| Binary | 11100000 | 11111111 | 11000000 | 1100 | 0 | 11001 | 0 | 1011010 | 1100100 | 1011000 |
Color Harmonies of #E0FFC0
Complementary color
Monochromatic Colors of #E0FFC0
Black with #E0FFC0
Text Example
Text Example
White with #E0FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFC0; }
p { color: rgb(224,255,192); }
H1.HeaderClassName
{
color: #E0FFC0;
}
.AnyTagClassName
{
color: #E0FFC0;
}
</style>
background-color css
<style>
a { background-color: #E0FFC0; }
a { background-color: rgb(224,255,192); }
div.DivClassName
{
background-color: #E0FFC0;
}
.BgClassName
{
background-color: #E0FFC0;
}
</style>
border-color css
<style>
span { border-color: #E0FFC0; }
span { border-color: rgb(224,255,192); }
td.TdClassName
{
border-color: #E0FFC0;
}
.TagClassName
{
border-color: #E0FFC0;
}
</style>