Shades of Snow Flurry #E4FDC0
Tints of Snow Flurry #E4FDC0
RGB
CMYK
RGB Variations
Color information
#E4FDC0 (or 0xE4FDC0) is known color: Snow Flurry. HEX triplet: E4, FD and C0. RGB value is (228,253,192). Sum of RGB (Red+Green+Blue) = 228+253+192=673 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.88% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 192 (75.39% from 255 or 28.53% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #E4FDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4FDC0 is #1B023F. Grayscale: #EEEEEE. Windows color (decimal): -1770048 or 12647908. OLE color: 12647908.
HSL color Cylindrical-coordinate representation of color #E4FDC0: hue angle of 84.59º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4FDC0 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 253 | 192 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.01 |
| HSL | 84.59º | 0.94% | 0.87% | - |
| HSV(B) | 84.59º | 0.24% | 0.99% | - |
| XYZ | 76.63 | 90.55 | 63.31 | - |
| YUV | 238.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 253 | 192 | 0.10 | 0 | 0.24 | 0.01 | 84.59 | 0.94 | 0.87 |
| Hex | E4 | FD | C0 | A | 0 | 18 | 1 | 55 | 5E | 57 |
| Octal | 344 | 375 | 300 | 12 | 0 | 30 | 1 | 125 | 136 | 127 |
| Binary | 11100100 | 11111101 | 11000000 | 1010 | 0 | 11000 | 1 | 1010101 | 1011110 | 1010111 |
Color Harmonies of #E4FDC0
Complementary color
Monochromatic Colors of #E4FDC0
Black with #E4FDC0
Text Example
Text Example
White with #E4FDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FDC0; }
p { color: rgb(228,253,192); }
H1.HeaderClassName
{
color: #E4FDC0;
}
.AnyTagClassName
{
color: #E4FDC0;
}
</style>
background-color css
<style>
a { background-color: #E4FDC0; }
a { background-color: rgb(228,253,192); }
div.DivClassName
{
background-color: #E4FDC0;
}
.BgClassName
{
background-color: #E4FDC0;
}
</style>
border-color css
<style>
span { border-color: #E4FDC0; }
span { border-color: rgb(228,253,192); }
td.TdClassName
{
border-color: #E4FDC0;
}
.TagClassName
{
border-color: #E4FDC0;
}
</style>