Shades of French Lilac #E5B9DA
Tints of French Lilac #E5B9DA
RGB
CMYK
RGB Variations
Color information
#E5B9DA (or 0xE5B9DA) is known color: French Lilac. HEX triplet: E5, B9 and DA. RGB value is (229,185,218). Sum of RGB (Red+Green+Blue) = 229+185+218=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B9DA is #1A4625. Grayscale: #C9C9C9. Windows color (decimal): -1721894 or 14334437. OLE color: 14334437.
HSL color Cylindrical-coordinate representation of color #E5B9DA: hue angle of 315º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5B9DA is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 218 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.10 |
| HSL | 315º | 0.46% | 0.81% | - |
| HSV(B) | 315º | 0.19% | 0.9% | - |
| XYZ | 62.32 | 56.42 | 73.93 | - |
| YUV | 201.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 218 | 0 | 0.19 | 0.05 | 0.10 | 315 | 0.46 | 0.81 |
| Hex | E5 | B9 | DA | 0 | 13 | 5 | A | 13B | 2E | 51 |
| Octal | 345 | 271 | 332 | 0 | 23 | 5 | 12 | 473 | 56 | 121 |
| Binary | 11100101 | 10111001 | 11011010 | 0 | 10011 | 101 | 1010 | 100111011 | 101110 | 1010001 |
Color Harmonies of #E5B9DA
Complementary color
Monochromatic Colors of #E5B9DA
Black with #E5B9DA
Text Example
Text Example
White with #E5B9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B9DA; }
p { color: rgb(229,185,218); }
H1.HeaderClassName
{
color: #E5B9DA;
}
.AnyTagClassName
{
color: #E5B9DA;
}
</style>
background-color css
<style>
a { background-color: #E5B9DA; }
a { background-color: rgb(229,185,218); }
div.DivClassName
{
background-color: #E5B9DA;
}
.BgClassName
{
background-color: #E5B9DA;
}
</style>
border-color css
<style>
span { border-color: #E5B9DA; }
span { border-color: rgb(229,185,218); }
td.TdClassName
{
border-color: #E5B9DA;
}
.TagClassName
{
border-color: #E5B9DA;
}
</style>