Shades of French Lilac #E5B8E0
Tints of French Lilac #E5B8E0
RGB
CMYK
RGB Variations
Color information
#E5B8E0 (or 0xE5B8E0) is known color: French Lilac. HEX triplet: E5, B8 and E0. RGB value is (229,184,224). Sum of RGB (Red+Green+Blue) = 229+184+224=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B8E0 is #1A471F. Grayscale: #C9C9C9. Windows color (decimal): -1722144 or 14727397. OLE color: 14727397.
HSL color Cylindrical-coordinate representation of color #E5B8E0: hue angle of 306.67º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5B8E0 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 184 | 224 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.10 |
| HSL | 306.67º | 0.46% | 0.81% | - |
| HSV(B) | 306.67º | 0.2% | 0.9% | - |
| XYZ | 62.91 | 56.32 | 78.08 | - |
| YUV | 202.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 184 | 224 | 0 | 0.20 | 0.02 | 0.10 | 306.67 | 0.46 | 0.81 |
| Hex | E5 | B8 | E0 | 0 | 14 | 2 | A | 133 | 2E | 51 |
| Octal | 345 | 270 | 340 | 0 | 24 | 2 | 12 | 463 | 56 | 121 |
| Binary | 11100101 | 10111000 | 11100000 | 0 | 10100 | 10 | 1010 | 100110011 | 101110 | 1010001 |
Color Harmonies of #E5B8E0
Complementary color
Monochromatic Colors of #E5B8E0
Black with #E5B8E0
Text Example
Text Example
White with #E5B8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B8E0; }
p { color: rgb(229,184,224); }
H1.HeaderClassName
{
color: #E5B8E0;
}
.AnyTagClassName
{
color: #E5B8E0;
}
</style>
background-color css
<style>
a { background-color: #E5B8E0; }
a { background-color: rgb(229,184,224); }
div.DivClassName
{
background-color: #E5B8E0;
}
.BgClassName
{
background-color: #E5B8E0;
}
</style>
border-color css
<style>
span { border-color: #E5B8E0; }
span { border-color: rgb(229,184,224); }
td.TdClassName
{
border-color: #E5B8E0;
}
.TagClassName
{
border-color: #E5B8E0;
}
</style>