Shades of White Lilac #E5E1EA
Tints of White Lilac #E5E1EA
RGB
CMYK
RGB Variations
Color information
#E5E1EA (or 0xE5E1EA) is known color: White Lilac. HEX triplet: E5, E1 and EA. RGB value is (229,225,234). Sum of RGB (Red+Green+Blue) = 229+225+234=688 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.28% from 688); Green value is 225 (88.28% from 255 or 32.70% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E1EA is #1A1E15. Grayscale: #E3E3E3. Windows color (decimal): -1711638 or 15393253. OLE color: 15393253.
HSL color Cylindrical-coordinate representation of color #E5E1EA: hue angle of 266.67º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5E1EA is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 229 | 225 | 234 | - |
CMYK | 0.02 | 0.04 | 0 | 0.08 |
HSL | 266.67º | 0.18% | 0.9% | - |
HSV(B) | 266.67º | 0.04% | 0.92% | - |
XYZ | 74.09 | 76.45 | 88.69 | - |
YUV | 227.22 | 131.83 | 129.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 225 | 234 | 0.02 | 0.04 | 0 | 0.08 | 266.67 | 0.18 | 0.9 |
Hex | E5 | E1 | EA | 2 | 4 | 0 | 8 | 10B | 12 | 5A |
Octal | 345 | 341 | 352 | 2 | 4 | 0 | 10 | 413 | 22 | 132 |
Binary | 11100101 | 11100001 | 11101010 | 10 | 100 | 0 | 1000 | 100001011 | 10010 | 1011010 |
Color Harmonies of #E5E1EA
Complementary color
Monochromatic Colors of #E5E1EA
Black with #E5E1EA
Text Example
Text Example
White with #E5E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E1EA; }
p { color: rgb(229,225,234); }
H1.HeaderClassName
{
color: #E5E1EA;
}
.AnyTagClassName
{
color: #E5E1EA;
}
</style>
background-color css
<style>
a { background-color: #E5E1EA; }
a { background-color: rgb(229,225,234); }
div.DivClassName
{
background-color: #E5E1EA;
}
.BgClassName
{
background-color: #E5E1EA;
}
</style>
border-color css
<style>
span { border-color: #E5E1EA; }
span { border-color: rgb(229,225,234); }
td.TdClassName
{
border-color: #E5E1EA;
}
.TagClassName
{
border-color: #E5E1EA;
}
</style>