Shades of Snow Flurry #E4F2C5
Tints of Snow Flurry #E4F2C5
RGB
CMYK
RGB Variations
Color information
#E4F2C5 (or 0xE4F2C5) is known color: Snow Flurry. HEX triplet: E4, F2 and C5. RGB value is (228,242,197). Sum of RGB (Red+Green+Blue) = 228+242+197=667 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.18% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 197 (77.34% from 255 or 29.54% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F2C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4F2C5 is #1B0D3A. Grayscale: #E8E8E8. Windows color (decimal): -1772859 or 12972772. OLE color: 12972772.
HSL color Cylindrical-coordinate representation of color #E4F2C5: hue angle of 78.67º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E4F2C5 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 242 | 197 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.05 |
| HSL | 78.67º | 0.63% | 0.86% | - |
| HSV(B) | 78.67º | 0.19% | 0.95% | - |
| XYZ | 73.83 | 84.03 | 65.15 | - |
| YUV | 232.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 242 | 197 | 0.06 | 0 | 0.19 | 0.05 | 78.67 | 0.63 | 0.86 |
| Hex | E4 | F2 | C5 | 6 | 0 | 13 | 5 | 4F | 3F | 56 |
| Octal | 344 | 362 | 305 | 6 | 0 | 23 | 5 | 117 | 77 | 126 |
| Binary | 11100100 | 11110010 | 11000101 | 110 | 0 | 10011 | 101 | 1001111 | 111111 | 1010110 |
Color Harmonies of #E4F2C5
Complementary color
Monochromatic Colors of #E4F2C5
Black with #E4F2C5
Text Example
Text Example
White with #E4F2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F2C5; }
p { color: rgb(228,242,197); }
H1.HeaderClassName
{
color: #E4F2C5;
}
.AnyTagClassName
{
color: #E4F2C5;
}
</style>
background-color css
<style>
a { background-color: #E4F2C5; }
a { background-color: rgb(228,242,197); }
div.DivClassName
{
background-color: #E4F2C5;
}
.BgClassName
{
background-color: #E4F2C5;
}
</style>
border-color css
<style>
span { border-color: #E4F2C5; }
span { border-color: rgb(228,242,197); }
td.TdClassName
{
border-color: #E4F2C5;
}
.TagClassName
{
border-color: #E4F2C5;
}
</style>