Shades of French Lilac #E5ADD9
Tints of French Lilac #E5ADD9
RGB
CMYK
RGB Variations
Color information
#E5ADD9 (or 0xE5ADD9) is known color: French Lilac. HEX triplet: E5, AD and D9. RGB value is (229,173,217). Sum of RGB (Red+Green+Blue) = 229+173+217=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ADD9 is #1A5226. Grayscale: #C2C2C2. Windows color (decimal): -1724967 or 14265829. OLE color: 14265829.
HSL color Cylindrical-coordinate representation of color #E5ADD9: hue angle of 312.86º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5ADD9 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 217 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.10 |
| HSL | 312.86º | 0.52% | 0.79% | - |
| HSV(B) | 312.86º | 0.24% | 0.9% | - |
| XYZ | 59.78 | 51.55 | 72.45 | - |
| YUV | 194.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 217 | 0 | 0.24 | 0.05 | 0.10 | 312.86 | 0.52 | 0.79 |
| Hex | E5 | AD | D9 | 0 | 18 | 5 | A | 139 | 34 | 4F |
| Octal | 345 | 255 | 331 | 0 | 30 | 5 | 12 | 471 | 64 | 117 |
| Binary | 11100101 | 10101101 | 11011001 | 0 | 11000 | 101 | 1010 | 100111001 | 110100 | 1001111 |
Color Harmonies of #E5ADD9
Complementary color
Monochromatic Colors of #E5ADD9
Black with #E5ADD9
Text Example
Text Example
White with #E5ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADD9; }
p { color: rgb(229,173,217); }
H1.HeaderClassName
{
color: #E5ADD9;
}
.AnyTagClassName
{
color: #E5ADD9;
}
</style>
background-color css
<style>
a { background-color: #E5ADD9; }
a { background-color: rgb(229,173,217); }
div.DivClassName
{
background-color: #E5ADD9;
}
.BgClassName
{
background-color: #E5ADD9;
}
</style>
border-color css
<style>
span { border-color: #E5ADD9; }
span { border-color: rgb(229,173,217); }
td.TdClassName
{
border-color: #E5ADD9;
}
.TagClassName
{
border-color: #E5ADD9;
}
</style>