Shades of White Lilac #E5E2E9
Tints of White Lilac #E5E2E9
RGB
CMYK
RGB Variations
Color information
#E5E2E9 (or 0xE5E2E9) is known color: White Lilac. HEX triplet: E5, E2 and E9. RGB value is (229,226,233). Sum of RGB (Red+Green+Blue) = 229+226+233=688 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.28% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 233 (91.41% from 255 or 33.87% from 688); Max value from RGB is 233 - color contains mainly: blue. Hex color #E5E2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E2E9 is #1A1D16. Grayscale: #E3E3E3. Windows color (decimal): -1711383 or 15327973. OLE color: 15327973.
HSL color Cylindrical-coordinate representation of color #E5E2E9: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5E2E9 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 229 | 226 | 233 | - |
CMYK | 0.02 | 0.03 | 0 | 0.09 |
HSL | 265.71º | 0.14% | 0.9% | - |
HSV(B) | 265.71º | 0.03% | 0.91% | - |
XYZ | 74.22 | 76.93 | 88.03 | - |
YUV | 227.7 | 130.99 | 128.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 226 | 233 | 0.02 | 0.03 | 0 | 0.09 | 265.71 | 0.14 | 0.9 |
Hex | E5 | E2 | E9 | 2 | 3 | 0 | 9 | 10A | E | 5A |
Octal | 345 | 342 | 351 | 2 | 3 | 0 | 11 | 412 | 16 | 132 |
Binary | 11100101 | 11100010 | 11101001 | 10 | 11 | 0 | 1001 | 100001010 | 1110 | 1011010 |
Color Harmonies of #E5E2E9
Complementary color
Monochromatic Colors of #E5E2E9
Black with #E5E2E9
Text Example
Text Example
White with #E5E2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E2E9; }
p { color: rgb(229,226,233); }
H1.HeaderClassName
{
color: #E5E2E9;
}
.AnyTagClassName
{
color: #E5E2E9;
}
</style>
background-color css
<style>
a { background-color: #E5E2E9; }
a { background-color: rgb(229,226,233); }
div.DivClassName
{
background-color: #E5E2E9;
}
.BgClassName
{
background-color: #E5E2E9;
}
</style>
border-color css
<style>
span { border-color: #E5E2E9; }
span { border-color: rgb(229,226,233); }
td.TdClassName
{
border-color: #E5E2E9;
}
.TagClassName
{
border-color: #E5E2E9;
}
</style>