Shades of Snow Flurry #E5FDC0
Tints of Snow Flurry #E5FDC0
RGB
CMYK
RGB Variations
Color information
#E5FDC0 (or 0xE5FDC0) is known color: Snow Flurry. HEX triplet: E5, FD and C0. RGB value is (229,253,192). Sum of RGB (Red+Green+Blue) = 229+253+192=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 192 (75.39% from 255 or 28.49% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FDC0 is #1A023F. Grayscale: #EFEFEF. Windows color (decimal): -1704512 or 12647909. OLE color: 12647909.
HSL color Cylindrical-coordinate representation of color #E5FDC0: hue angle of 83.61º 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 #E5FDC0 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 253 | 192 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.01 |
| HSL | 83.61º | 0.94% | 0.87% | - |
| HSV(B) | 83.61º | 0.24% | 0.99% | - |
| XYZ | 76.95 | 90.71 | 63.32 | - |
| YUV | 238.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 253 | 192 | 0.09 | 0 | 0.24 | 0.01 | 83.61 | 0.94 | 0.87 |
| Hex | E5 | FD | C0 | 9 | 0 | 18 | 1 | 54 | 5E | 57 |
| Octal | 345 | 375 | 300 | 11 | 0 | 30 | 1 | 124 | 136 | 127 |
| Binary | 11100101 | 11111101 | 11000000 | 1001 | 0 | 11000 | 1 | 1010100 | 1011110 | 1010111 |
Color Harmonies of #E5FDC0
Complementary color
Monochromatic Colors of #E5FDC0
Black with #E5FDC0
Text Example
Text Example
White with #E5FDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FDC0; }
p { color: rgb(229,253,192); }
H1.HeaderClassName
{
color: #E5FDC0;
}
.AnyTagClassName
{
color: #E5FDC0;
}
</style>
background-color css
<style>
a { background-color: #E5FDC0; }
a { background-color: rgb(229,253,192); }
div.DivClassName
{
background-color: #E5FDC0;
}
.BgClassName
{
background-color: #E5FDC0;
}
</style>
border-color css
<style>
span { border-color: #E5FDC0; }
span { border-color: rgb(229,253,192); }
td.TdClassName
{
border-color: #E5FDC0;
}
.TagClassName
{
border-color: #E5FDC0;
}
</style>