Shades of Snow Flurry #E5FFC2
Tints of Snow Flurry #E5FFC2
RGB
CMYK
RGB Variations
Color information
#E5FFC2 (or 0xE5FFC2) is known color: Snow Flurry. HEX triplet: E5, FF and C2. RGB value is (229,255,194). Sum of RGB (Red+Green+Blue) = 229+255+194=678 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.78% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 194 (76.17% from 255 or 28.61% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FFC2 is #1A003D. Grayscale: #F0F0F0. Windows color (decimal): -1703998 or 12779493. OLE color: 12779493.
HSL color Cylindrical-coordinate representation of color #E5FFC2: hue angle of 85.57º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5FFC2 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 194 | - |
| CMYK | 0.10 | 0 | 0.24 | 0 |
| HSL | 85.57º | 1% | 0.88% | - |
| HSV(B) | 85.57º | 0.24% | 1% | - |
| XYZ | 77.81 | 92.07 | 64.71 | - |
| YUV | 240.27 | 101.89 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 194 | 0.10 | 0 | 0.24 | 0 | 85.57 | 1 | 0.88 |
| Hex | E5 | FF | C2 | A | 0 | 18 | 0 | 56 | 64 | 58 |
| Octal | 345 | 377 | 302 | 12 | 0 | 30 | 0 | 126 | 144 | 130 |
| Binary | 11100101 | 11111111 | 11000010 | 1010 | 0 | 11000 | 0 | 1010110 | 1100100 | 1011000 |
Color Harmonies of #E5FFC2
Complementary color
Monochromatic Colors of #E5FFC2
Black with #E5FFC2
Text Example
Text Example
White with #E5FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FFC2; }
p { color: rgb(229,255,194); }
H1.HeaderClassName
{
color: #E5FFC2;
}
.AnyTagClassName
{
color: #E5FFC2;
}
</style>
background-color css
<style>
a { background-color: #E5FFC2; }
a { background-color: rgb(229,255,194); }
div.DivClassName
{
background-color: #E5FFC2;
}
.BgClassName
{
background-color: #E5FFC2;
}
</style>
border-color css
<style>
span { border-color: #E5FFC2; }
span { border-color: rgb(229,255,194); }
td.TdClassName
{
border-color: #E5FFC2;
}
.TagClassName
{
border-color: #E5FFC2;
}
</style>