Shades of Snow Flurry #E5FFC0
Tints of Snow Flurry #E5FFC0
RGB
CMYK
RGB Variations
Color information
#E5FFC0 (or 0xE5FFC0) is known color: Snow Flurry. HEX triplet: E5, FF and C0. RGB value is (229,255,192). Sum of RGB (Red+Green+Blue) = 229+255+192=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 192 (75.39% from 255 or 28.40% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FFC0 is #1A003F. Grayscale: #F0F0F0. Windows color (decimal): -1704000 or 12648421. OLE color: 12648421.
HSL color Cylindrical-coordinate representation of color #E5FFC0: hue angle of 84.76º 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 #E5FFC0 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 192 | - |
| CMYK | 0.10 | 0 | 0.25 | 0 |
| HSL | 84.76º | 1% | 0.88% | - |
| HSV(B) | 84.76º | 0.25% | 1% | - |
| XYZ | 77.59 | 91.98 | 63.53 | - |
| YUV | 240.04 | 100.89 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 192 | 0.10 | 0 | 0.25 | 0 | 84.76 | 1 | 0.88 |
| Hex | E5 | FF | C0 | A | 0 | 19 | 0 | 55 | 64 | 58 |
| Octal | 345 | 377 | 300 | 12 | 0 | 31 | 0 | 125 | 144 | 130 |
| Binary | 11100101 | 11111111 | 11000000 | 1010 | 0 | 11001 | 0 | 1010101 | 1100100 | 1011000 |
Color Harmonies of #E5FFC0
Complementary color
Monochromatic Colors of #E5FFC0
Black with #E5FFC0
Text Example
Text Example
White with #E5FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FFC0; }
p { color: rgb(229,255,192); }
H1.HeaderClassName
{
color: #E5FFC0;
}
.AnyTagClassName
{
color: #E5FFC0;
}
</style>
background-color css
<style>
a { background-color: #E5FFC0; }
a { background-color: rgb(229,255,192); }
div.DivClassName
{
background-color: #E5FFC0;
}
.BgClassName
{
background-color: #E5FFC0;
}
</style>
border-color css
<style>
span { border-color: #E5FFC0; }
span { border-color: rgb(229,255,192); }
td.TdClassName
{
border-color: #E5FFC0;
}
.TagClassName
{
border-color: #E5FFC0;
}
</style>