Shades of Snow Flurry #E1EFC5
Tints of Snow Flurry #E1EFC5
RGB
CMYK
RGB Variations
Color information
#E1EFC5 (or 0xE1EFC5) is known color: Snow Flurry. HEX triplet: E1, EF and C5. RGB value is (225,239,197). Sum of RGB (Red+Green+Blue) = 225+239+197=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 197 (77.34% from 255 or 29.80% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #E1EFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EFC5 is #1E103A. Grayscale: #E6E6E6. Windows color (decimal): -1970235 or 12972001. OLE color: 12972001.
HSL color Cylindrical-coordinate representation of color #E1EFC5: hue angle of 80º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1EFC5 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 239 | 197 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.06 |
| HSL | 80º | 0.57% | 0.85% | - |
| HSV(B) | 80º | 0.18% | 0.94% | - |
| XYZ | 72 | 81.77 | 64.81 | - |
| YUV | 230.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 239 | 197 | 0.06 | 0 | 0.18 | 0.06 | 80 | 0.57 | 0.85 |
| Hex | E1 | EF | C5 | 6 | 0 | 12 | 6 | 50 | 39 | 55 |
| Octal | 341 | 357 | 305 | 6 | 0 | 22 | 6 | 120 | 71 | 125 |
| Binary | 11100001 | 11101111 | 11000101 | 110 | 0 | 10010 | 110 | 1010000 | 111001 | 1010101 |
Color Harmonies of #E1EFC5
Complementary color
Monochromatic Colors of #E1EFC5
Black with #E1EFC5
Text Example
Text Example
White with #E1EFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EFC5; }
p { color: rgb(225,239,197); }
H1.HeaderClassName
{
color: #E1EFC5;
}
.AnyTagClassName
{
color: #E1EFC5;
}
</style>
background-color css
<style>
a { background-color: #E1EFC5; }
a { background-color: rgb(225,239,197); }
div.DivClassName
{
background-color: #E1EFC5;
}
.BgClassName
{
background-color: #E1EFC5;
}
</style>
border-color css
<style>
span { border-color: #E1EFC5; }
span { border-color: rgb(225,239,197); }
td.TdClassName
{
border-color: #E1EFC5;
}
.TagClassName
{
border-color: #E1EFC5;
}
</style>