Shades of French Lilac #E5BEE2
Tints of French Lilac #E5BEE2
RGB
CMYK
RGB Variations
Color information
#E5BEE2 (or 0xE5BEE2) is known color: French Lilac. HEX triplet: E5, BE and E2. RGB value is (229,190,226). Sum of RGB (Red+Green+Blue) = 229+190+226=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BEE2 is #1A411D. Grayscale: #CDCDCD. Windows color (decimal): -1720606 or 14860005. OLE color: 14860005.
HSL color Cylindrical-coordinate representation of color #E5BEE2: hue angle of 304.62º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BEE2 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 226 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.10 |
| HSL | 304.62º | 0.43% | 0.82% | - |
| HSV(B) | 304.62º | 0.17% | 0.9% | - |
| XYZ | 64.45 | 58.98 | 79.94 | - |
| YUV | 205.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 226 | 0 | 0.17 | 0.01 | 0.10 | 304.62 | 0.43 | 0.82 |
| Hex | E5 | BE | E2 | 0 | 11 | 1 | A | 131 | 2B | 52 |
| Octal | 345 | 276 | 342 | 0 | 21 | 1 | 12 | 461 | 53 | 122 |
| Binary | 11100101 | 10111110 | 11100010 | 0 | 10001 | 1 | 1010 | 100110001 | 101011 | 1010010 |
Color Harmonies of #E5BEE2
Complementary color
Monochromatic Colors of #E5BEE2
Black with #E5BEE2
Text Example
Text Example
White with #E5BEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BEE2; }
p { color: rgb(229,190,226); }
H1.HeaderClassName
{
color: #E5BEE2;
}
.AnyTagClassName
{
color: #E5BEE2;
}
</style>
background-color css
<style>
a { background-color: #E5BEE2; }
a { background-color: rgb(229,190,226); }
div.DivClassName
{
background-color: #E5BEE2;
}
.BgClassName
{
background-color: #E5BEE2;
}
</style>
border-color css
<style>
span { border-color: #E5BEE2; }
span { border-color: rgb(229,190,226); }
td.TdClassName
{
border-color: #E5BEE2;
}
.TagClassName
{
border-color: #E5BEE2;
}
</style>