Shades of Snow Flurry #E0F8C1
Tints of Snow Flurry #E0F8C1
RGB
CMYK
RGB Variations
Color information
#E0F8C1 (or 0xE0F8C1) is known color: Snow Flurry. HEX triplet: E0, F8 and C1. RGB value is (224,248,193). Sum of RGB (Red+Green+Blue) = 224+248+193=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 248 (97.27% from 255 or 37.29% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F8C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F8C1 is #1F073E. Grayscale: #EAEAEA. Windows color (decimal): -2033471 or 12712160. OLE color: 12712160.
HSL color Cylindrical-coordinate representation of color #E0F8C1: hue angle of 86.18º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0F8C1 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 248 | 193 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.03 |
| HSL | 86.18º | 0.8% | 0.86% | - |
| HSV(B) | 86.18º | 0.22% | 0.97% | - |
| XYZ | 73.93 | 86.83 | 63.32 | - |
| YUV | 234.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 248 | 193 | 0.10 | 0 | 0.22 | 0.03 | 86.18 | 0.8 | 0.86 |
| Hex | E0 | F8 | C1 | A | 0 | 16 | 3 | 56 | 50 | 56 |
| Octal | 340 | 370 | 301 | 12 | 0 | 26 | 3 | 126 | 120 | 126 |
| Binary | 11100000 | 11111000 | 11000001 | 1010 | 0 | 10110 | 11 | 1010110 | 1010000 | 1010110 |
Color Harmonies of #E0F8C1
Complementary color
Monochromatic Colors of #E0F8C1
Black with #E0F8C1
Text Example
Text Example
White with #E0F8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F8C1; }
p { color: rgb(224,248,193); }
H1.HeaderClassName
{
color: #E0F8C1;
}
.AnyTagClassName
{
color: #E0F8C1;
}
</style>
background-color css
<style>
a { background-color: #E0F8C1; }
a { background-color: rgb(224,248,193); }
div.DivClassName
{
background-color: #E0F8C1;
}
.BgClassName
{
background-color: #E0F8C1;
}
</style>
border-color css
<style>
span { border-color: #E0F8C1; }
span { border-color: rgb(224,248,193); }
td.TdClassName
{
border-color: #E0F8C1;
}
.TagClassName
{
border-color: #E0F8C1;
}
</style>