Shades of White Lilac #E5E2EA
Tints of White Lilac #E5E2EA
RGB
CMYK
RGB Variations
Color information
#E5E2EA (or 0xE5E2EA) is known color: White Lilac. HEX triplet: E5, E2 and EA. RGB value is (229,226,234). Sum of RGB (Red+Green+Blue) = 229+226+234=689 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.24% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5E2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E2EA is #1A1D15. Grayscale: #E3E3E3. Windows color (decimal): -1711382 or 15393509. OLE color: 15393509.
HSL color Cylindrical-coordinate representation of color #E5E2EA: hue angle of 262.5º degrees, saturation: 0.16, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5E2EA is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 229 | 226 | 234 | - |
CMYK | 0.02 | 0.03 | 0 | 0.08 |
HSL | 262.5º | 0.16% | 0.9% | - |
HSV(B) | 262.5º | 0.03% | 0.92% | - |
XYZ | 74.36 | 76.99 | 88.78 | - |
YUV | 227.81 | 131.49 | 128.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 226 | 234 | 0.02 | 0.03 | 0 | 0.08 | 262.5 | 0.16 | 0.9 |
Hex | E5 | E2 | EA | 2 | 3 | 0 | 8 | 106 | 10 | 5A |
Octal | 345 | 342 | 352 | 2 | 3 | 0 | 10 | 406 | 20 | 132 |
Binary | 11100101 | 11100010 | 11101010 | 10 | 11 | 0 | 1000 | 100000110 | 10000 | 1011010 |
Color Harmonies of #E5E2EA
Complementary color
Monochromatic Colors of #E5E2EA
Black with #E5E2EA
Text Example
Text Example
White with #E5E2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E2EA; }
p { color: rgb(229,226,234); }
H1.HeaderClassName
{
color: #E5E2EA;
}
.AnyTagClassName
{
color: #E5E2EA;
}
</style>
background-color css
<style>
a { background-color: #E5E2EA; }
a { background-color: rgb(229,226,234); }
div.DivClassName
{
background-color: #E5E2EA;
}
.BgClassName
{
background-color: #E5E2EA;
}
</style>
border-color css
<style>
span { border-color: #E5E2EA; }
span { border-color: rgb(229,226,234); }
td.TdClassName
{
border-color: #E5E2EA;
}
.TagClassName
{
border-color: #E5E2EA;
}
</style>