Shades of Snow Flurry #E5EFC2
Tints of Snow Flurry #E5EFC2
RGB
CMYK
RGB Variations
Color information
#E5EFC2 (or 0xE5EFC2) is known color: Snow Flurry. HEX triplet: E5, EF and C2. RGB value is (229,239,194). Sum of RGB (Red+Green+Blue) = 229+239+194=662 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.59% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 194 (76.17% from 255 or 29.31% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EFC2 is #1A103D. Grayscale: #E7E7E7. Windows color (decimal): -1708094 or 12775397. OLE color: 12775397.
HSL color Cylindrical-coordinate representation of color #E5EFC2: hue angle of 73.33º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5EFC2 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 239 | 194 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.06 |
| HSL | 73.33º | 0.58% | 0.85% | - |
| HSV(B) | 73.33º | 0.19% | 0.94% | - |
| XYZ | 72.92 | 82.29 | 63.08 | - |
| YUV | 230.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 194 | 0.04 | 0 | 0.19 | 0.06 | 73.33 | 0.58 | 0.85 |
| Hex | E5 | EF | C2 | 4 | 0 | 13 | 6 | 49 | 3A | 55 |
| Octal | 345 | 357 | 302 | 4 | 0 | 23 | 6 | 111 | 72 | 125 |
| Binary | 11100101 | 11101111 | 11000010 | 100 | 0 | 10011 | 110 | 1001001 | 111010 | 1010101 |
Color Harmonies of #E5EFC2
Complementary color
Monochromatic Colors of #E5EFC2
Black with #E5EFC2
Text Example
Text Example
White with #E5EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EFC2; }
p { color: rgb(229,239,194); }
H1.HeaderClassName
{
color: #E5EFC2;
}
.AnyTagClassName
{
color: #E5EFC2;
}
</style>
background-color css
<style>
a { background-color: #E5EFC2; }
a { background-color: rgb(229,239,194); }
div.DivClassName
{
background-color: #E5EFC2;
}
.BgClassName
{
background-color: #E5EFC2;
}
</style>
border-color css
<style>
span { border-color: #E5EFC2; }
span { border-color: rgb(229,239,194); }
td.TdClassName
{
border-color: #E5EFC2;
}
.TagClassName
{
border-color: #E5EFC2;
}
</style>