Shades of Snow Flurry #E5EFC1
Tints of Snow Flurry #E5EFC1
RGB
CMYK
RGB Variations
Color information
#E5EFC1 (or 0xE5EFC1) is known color: Snow Flurry. HEX triplet: E5, EF and C1. RGB value is (229,239,193). Sum of RGB (Red+Green+Blue) = 229+239+193=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 193 (75.78% from 255 or 29.20% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EFC1 is #1A103E. Grayscale: #E6E6E6. Windows color (decimal): -1708095 or 12709861. OLE color: 12709861.
HSL color Cylindrical-coordinate representation of color #E5EFC1: hue angle of 73.04º degrees, saturation: 0.59, 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 #E5EFC1 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
RGB | 229 | 239 | 193 | - |
CMYK | 0.04 | 0 | 0.19 | 0.06 |
HSL | 73.04º | 0.59% | 0.85% | - |
HSV(B) | 73.04º | 0.19% | 0.94% | - |
XYZ | 72.81 | 82.24 | 62.49 | - |
YUV | 230.77 | 106.69 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 239 | 193 | 0.04 | 0 | 0.19 | 0.06 | 73.04 | 0.59 | 0.85 |
Hex | E5 | EF | C1 | 4 | 0 | 13 | 6 | 49 | 3B | 55 |
Octal | 345 | 357 | 301 | 4 | 0 | 23 | 6 | 111 | 73 | 125 |
Binary | 11100101 | 11101111 | 11000001 | 100 | 0 | 10011 | 110 | 1001001 | 111011 | 1010101 |
Color Harmonies of #E5EFC1
Complementary color
Monochromatic Colors of #E5EFC1
Black with #E5EFC1
Text Example
Text Example
White with #E5EFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EFC1; }
p { color: rgb(229,239,193); }
H1.HeaderClassName
{
color: #E5EFC1;
}
.AnyTagClassName
{
color: #E5EFC1;
}
</style>
background-color css
<style>
a { background-color: #E5EFC1; }
a { background-color: rgb(229,239,193); }
div.DivClassName
{
background-color: #E5EFC1;
}
.BgClassName
{
background-color: #E5EFC1;
}
</style>
border-color css
<style>
span { border-color: #E5EFC1; }
span { border-color: rgb(229,239,193); }
td.TdClassName
{
border-color: #E5EFC1;
}
.TagClassName
{
border-color: #E5EFC1;
}
</style>