Shades of French Lilac #E5ADD7
Tints of French Lilac #E5ADD7
RGB
CMYK
RGB Variations
Color information
#E5ADD7 (or 0xE5ADD7) is known color: French Lilac. HEX triplet: E5, AD and D7. RGB value is (229,173,215). Sum of RGB (Red+Green+Blue) = 229+173+215=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ADD7 is #1A5228. Grayscale: #C2C2C2. Windows color (decimal): -1724969 or 14134757. OLE color: 14134757.
HSL color Cylindrical-coordinate representation of color #E5ADD7: hue angle of 315º 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 #E5ADD7 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 215 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.10 |
| HSL | 315º | 0.52% | 0.79% | - |
| HSV(B) | 315º | 0.24% | 0.9% | - |
| XYZ | 59.52 | 51.45 | 71.08 | - |
| YUV | 194.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 215 | 0 | 0.24 | 0.06 | 0.10 | 315 | 0.52 | 0.79 |
| Hex | E5 | AD | D7 | 0 | 18 | 6 | A | 13B | 34 | 4F |
| Octal | 345 | 255 | 327 | 0 | 30 | 6 | 12 | 473 | 64 | 117 |
| Binary | 11100101 | 10101101 | 11010111 | 0 | 11000 | 110 | 1010 | 100111011 | 110100 | 1001111 |
Color Harmonies of #E5ADD7
Complementary color
Monochromatic Colors of #E5ADD7
Black with #E5ADD7
Text Example
Text Example
White with #E5ADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADD7; }
p { color: rgb(229,173,215); }
H1.HeaderClassName
{
color: #E5ADD7;
}
.AnyTagClassName
{
color: #E5ADD7;
}
</style>
background-color css
<style>
a { background-color: #E5ADD7; }
a { background-color: rgb(229,173,215); }
div.DivClassName
{
background-color: #E5ADD7;
}
.BgClassName
{
background-color: #E5ADD7;
}
</style>
border-color css
<style>
span { border-color: #E5ADD7; }
span { border-color: rgb(229,173,215); }
td.TdClassName
{
border-color: #E5ADD7;
}
.TagClassName
{
border-color: #E5ADD7;
}
</style>