Shades of Snow Flurry #E5FEC2
Tints of Snow Flurry #E5FEC2
RGB
CMYK
RGB Variations
Color information
#E5FEC2 (or 0xE5FEC2) is known color: Snow Flurry. HEX triplet: E5, FE and C2. RGB value is (229,254,194). Sum of RGB (Red+Green+Blue) = 229+254+194=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 194 (76.17% from 255 or 28.66% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #E5FEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FEC2 is #1A013D. Grayscale: #EFEFEF. Windows color (decimal): -1704254 or 12779237. OLE color: 12779237.
HSL color Cylindrical-coordinate representation of color #E5FEC2: hue angle of 85º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5FEC2 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 229 | 254 | 194 | - |
CMYK | 0.10 | 0 | 0.24 | 0.00 |
HSL | 85º | 0.97% | 0.88% | - |
HSV(B) | 85º | 0.24% | 1% | - |
XYZ | 77.49 | 91.44 | 64.6 | - |
YUV | 239.69 | 102.22 | 120.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 254 | 194 | 0.10 | 0 | 0.24 | 0.00 | 85 | 0.97 | 0.88 |
Hex | E5 | FE | C2 | A | 0 | 18 | 0 | 55 | 61 | 58 |
Octal | 345 | 376 | 302 | 12 | 0 | 30 | 0 | 125 | 141 | 130 |
Binary | 11100101 | 11111110 | 11000010 | 1010 | 0 | 11000 | 0 | 1010101 | 1100001 | 1011000 |
Color Harmonies of #E5FEC2
Complementary color
Monochromatic Colors of #E5FEC2
Black with #E5FEC2
Text Example
Text Example
White with #E5FEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FEC2; }
p { color: rgb(229,254,194); }
H1.HeaderClassName
{
color: #E5FEC2;
}
.AnyTagClassName
{
color: #E5FEC2;
}
</style>
background-color css
<style>
a { background-color: #E5FEC2; }
a { background-color: rgb(229,254,194); }
div.DivClassName
{
background-color: #E5FEC2;
}
.BgClassName
{
background-color: #E5FEC2;
}
</style>
border-color css
<style>
span { border-color: #E5FEC2; }
span { border-color: rgb(229,254,194); }
td.TdClassName
{
border-color: #E5FEC2;
}
.TagClassName
{
border-color: #E5FEC2;
}
</style>