Shades of Snow Flurry #E8F4C2
Tints of Snow Flurry #E8F4C2
RGB
CMYK
RGB Variations
Color information
#E8F4C2 (or 0xE8F4C2) is known color: Snow Flurry. HEX triplet: E8, F4 and C2. RGB value is (232,244,194). Sum of RGB (Red+Green+Blue) = 232+244+194=670 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.63% from 670); Green value is 244 (95.70% from 255 or 36.42% from 670); Blue value is 194 (76.17% from 255 or 28.96% from 670); Max value from RGB is 244 - color contains mainly: green. Hex color #E8F4C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F4C2 is #170B3D. Grayscale: #EAEAEA. Windows color (decimal): -1510206 or 12776680. OLE color: 12776680.
HSL color Cylindrical-coordinate representation of color #E8F4C2: hue angle of 74.4º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8F4C2 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 244 | 194 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.04 |
| HSL | 74.4º | 0.69% | 0.86% | - |
| HSV(B) | 74.4º | 0.2% | 0.96% | - |
| XYZ | 75.37 | 85.75 | 63.62 | - |
| YUV | 234.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 244 | 194 | 0.05 | 0 | 0.20 | 0.04 | 74.4 | 0.69 | 0.86 |
| Hex | E8 | F4 | C2 | 5 | 0 | 14 | 4 | 4A | 45 | 56 |
| Octal | 350 | 364 | 302 | 5 | 0 | 24 | 4 | 112 | 105 | 126 |
| Binary | 11101000 | 11110100 | 11000010 | 101 | 0 | 10100 | 100 | 1001010 | 1000101 | 1010110 |
Color Harmonies of #E8F4C2
Complementary color
Monochromatic Colors of #E8F4C2
Black with #E8F4C2
Text Example
Text Example
White with #E8F4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F4C2; }
p { color: rgb(232,244,194); }
H1.HeaderClassName
{
color: #E8F4C2;
}
.AnyTagClassName
{
color: #E8F4C2;
}
</style>
background-color css
<style>
a { background-color: #E8F4C2; }
a { background-color: rgb(232,244,194); }
div.DivClassName
{
background-color: #E8F4C2;
}
.BgClassName
{
background-color: #E8F4C2;
}
</style>
border-color css
<style>
span { border-color: #E8F4C2; }
span { border-color: rgb(232,244,194); }
td.TdClassName
{
border-color: #E8F4C2;
}
.TagClassName
{
border-color: #E8F4C2;
}
</style>