Shades of French Lilac #E5ADD5
Tints of French Lilac #E5ADD5
RGB
CMYK
RGB Variations
Color information
#E5ADD5 (or 0xE5ADD5) is known color: French Lilac. HEX triplet: E5, AD and D5. RGB value is (229,173,213). Sum of RGB (Red+Green+Blue) = 229+173+213=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 213 (83.59% from 255 or 34.63% from 615); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ADD5 is #1A522A. Grayscale: #C2C2C2. Windows color (decimal): -1724971 or 14003685. OLE color: 14003685.
HSL color Cylindrical-coordinate representation of color #E5ADD5: hue angle of 317.14º 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 #E5ADD5 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 213 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.10 |
| HSL | 317.14º | 0.52% | 0.79% | - |
| HSV(B) | 317.14º | 0.24% | 0.9% | - |
| XYZ | 59.27 | 51.35 | 69.74 | - |
| YUV | 194.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 213 | 0 | 0.24 | 0.07 | 0.10 | 317.14 | 0.52 | 0.79 |
| Hex | E5 | AD | D5 | 0 | 18 | 7 | A | 13D | 34 | 4F |
| Octal | 345 | 255 | 325 | 0 | 30 | 7 | 12 | 475 | 64 | 117 |
| Binary | 11100101 | 10101101 | 11010101 | 0 | 11000 | 111 | 1010 | 100111101 | 110100 | 1001111 |
Color Harmonies of #E5ADD5
Complementary color
Monochromatic Colors of #E5ADD5
Black with #E5ADD5
Text Example
Text Example
White with #E5ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADD5; }
p { color: rgb(229,173,213); }
H1.HeaderClassName
{
color: #E5ADD5;
}
.AnyTagClassName
{
color: #E5ADD5;
}
</style>
background-color css
<style>
a { background-color: #E5ADD5; }
a { background-color: rgb(229,173,213); }
div.DivClassName
{
background-color: #E5ADD5;
}
.BgClassName
{
background-color: #E5ADD5;
}
</style>
border-color css
<style>
span { border-color: #E5ADD5; }
span { border-color: rgb(229,173,213); }
td.TdClassName
{
border-color: #E5ADD5;
}
.TagClassName
{
border-color: #E5ADD5;
}
</style>