Shades of Snow Flurry #E5FDC2
Tints of Snow Flurry #E5FDC2
RGB
CMYK
RGB Variations
Color information
#E5FDC2 (or 0xE5FDC2) is known color: Snow Flurry. HEX triplet: E5, FD and C2. RGB value is (229,253,194). Sum of RGB (Red+Green+Blue) = 229+253+194=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 194 (76.17% from 255 or 28.70% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FDC2 is #1A023D. Grayscale: #EFEFEF. Windows color (decimal): -1704510 or 12778981. OLE color: 12778981.
HSL color Cylindrical-coordinate representation of color #E5FDC2: hue angle of 84.41º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5FDC2 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 253 | 194 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.01 |
| HSL | 84.41º | 0.94% | 0.88% | - |
| HSV(B) | 84.41º | 0.23% | 0.99% | - |
| XYZ | 77.18 | 90.8 | 64.5 | - |
| YUV | 239.1 | 102.55 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 253 | 194 | 0.09 | 0 | 0.23 | 0.01 | 84.41 | 0.94 | 0.88 |
| Hex | E5 | FD | C2 | 9 | 0 | 17 | 1 | 54 | 5E | 58 |
| Octal | 345 | 375 | 302 | 11 | 0 | 27 | 1 | 124 | 136 | 130 |
| Binary | 11100101 | 11111101 | 11000010 | 1001 | 0 | 10111 | 1 | 1010100 | 1011110 | 1011000 |
Color Harmonies of #E5FDC2
Complementary color
Monochromatic Colors of #E5FDC2
Black with #E5FDC2
Text Example
Text Example
White with #E5FDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FDC2; }
p { color: rgb(229,253,194); }
H1.HeaderClassName
{
color: #E5FDC2;
}
.AnyTagClassName
{
color: #E5FDC2;
}
</style>
background-color css
<style>
a { background-color: #E5FDC2; }
a { background-color: rgb(229,253,194); }
div.DivClassName
{
background-color: #E5FDC2;
}
.BgClassName
{
background-color: #E5FDC2;
}
</style>
border-color css
<style>
span { border-color: #E5FDC2; }
span { border-color: rgb(229,253,194); }
td.TdClassName
{
border-color: #E5FDC2;
}
.TagClassName
{
border-color: #E5FDC2;
}
</style>