Shades of Snow Flurry #E0F0C5
Tints of Snow Flurry #E0F0C5
RGB
CMYK
RGB Variations
Color information
#E0F0C5 (or 0xE0F0C5) is known color: Snow Flurry. HEX triplet: E0, F0 and C5. RGB value is (224,240,197). Sum of RGB (Red+Green+Blue) = 224+240+197=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 197 (77.34% from 255 or 29.80% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F0C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F0C5 is #1F0F3A. Grayscale: #E6E6E6. Windows color (decimal): -2035515 or 12972256. OLE color: 12972256.
HSL color Cylindrical-coordinate representation of color #E0F0C5: hue angle of 82.33º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0F0C5 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 240 | 197 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.06 |
| HSL | 82.33º | 0.59% | 0.86% | - |
| HSV(B) | 82.33º | 0.18% | 0.94% | - |
| XYZ | 71.98 | 82.2 | 64.9 | - |
| YUV | 230.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 240 | 197 | 0.07 | 0 | 0.18 | 0.06 | 82.33 | 0.59 | 0.86 |
| Hex | E0 | F0 | C5 | 7 | 0 | 12 | 6 | 52 | 3B | 56 |
| Octal | 340 | 360 | 305 | 7 | 0 | 22 | 6 | 122 | 73 | 126 |
| Binary | 11100000 | 11110000 | 11000101 | 111 | 0 | 10010 | 110 | 1010010 | 111011 | 1010110 |
Color Harmonies of #E0F0C5
Complementary color
Monochromatic Colors of #E0F0C5
Black with #E0F0C5
Text Example
Text Example
White with #E0F0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F0C5; }
p { color: rgb(224,240,197); }
H1.HeaderClassName
{
color: #E0F0C5;
}
.AnyTagClassName
{
color: #E0F0C5;
}
</style>
background-color css
<style>
a { background-color: #E0F0C5; }
a { background-color: rgb(224,240,197); }
div.DivClassName
{
background-color: #E0F0C5;
}
.BgClassName
{
background-color: #E0F0C5;
}
</style>
border-color css
<style>
span { border-color: #E0F0C5; }
span { border-color: rgb(224,240,197); }
td.TdClassName
{
border-color: #E0F0C5;
}
.TagClassName
{
border-color: #E0F0C5;
}
</style>