Shades of Snow Flurry #E1EFC2
Tints of Snow Flurry #E1EFC2
RGB
CMYK
RGB Variations
Color information
#E1EFC2 (or 0xE1EFC2) is known color: Snow Flurry. HEX triplet: E1, EF and C2. RGB value is (225,239,194). Sum of RGB (Red+Green+Blue) = 225+239+194=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 194 (76.17% from 255 or 29.48% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #E1EFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EFC2 is #1E103D. Grayscale: #E5E5E5. Windows color (decimal): -1970238 or 12775393. OLE color: 12775393.
HSL color Cylindrical-coordinate representation of color #E1EFC2: hue angle of 78.67º 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 #E1EFC2 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 239 | 194 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.06 |
| HSL | 78.67º | 0.58% | 0.85% | - |
| HSV(B) | 78.67º | 0.19% | 0.94% | - |
| XYZ | 71.66 | 81.64 | 63.02 | - |
| YUV | 229.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 239 | 194 | 0.06 | 0 | 0.19 | 0.06 | 78.67 | 0.58 | 0.85 |
| Hex | E1 | EF | C2 | 6 | 0 | 13 | 6 | 4F | 3A | 55 |
| Octal | 341 | 357 | 302 | 6 | 0 | 23 | 6 | 117 | 72 | 125 |
| Binary | 11100001 | 11101111 | 11000010 | 110 | 0 | 10011 | 110 | 1001111 | 111010 | 1010101 |
Color Harmonies of #E1EFC2
Complementary color
Monochromatic Colors of #E1EFC2
Black with #E1EFC2
Text Example
Text Example
White with #E1EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EFC2; }
p { color: rgb(225,239,194); }
H1.HeaderClassName
{
color: #E1EFC2;
}
.AnyTagClassName
{
color: #E1EFC2;
}
</style>
background-color css
<style>
a { background-color: #E1EFC2; }
a { background-color: rgb(225,239,194); }
div.DivClassName
{
background-color: #E1EFC2;
}
.BgClassName
{
background-color: #E1EFC2;
}
</style>
border-color css
<style>
span { border-color: #E1EFC2; }
span { border-color: rgb(225,239,194); }
td.TdClassName
{
border-color: #E1EFC2;
}
.TagClassName
{
border-color: #E1EFC2;
}
</style>