Shades of French Lilac #E5ABDD
Tints of French Lilac #E5ABDD
RGB
CMYK
RGB Variations
Color information
#E5ABDD (or 0xE5ABDD) is known color: French Lilac. HEX triplet: E5, AB and DD. RGB value is (229,171,221). Sum of RGB (Red+Green+Blue) = 229+171+221=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ABDD is #1A5422. Grayscale: #C1C1C1. Windows color (decimal): -1725475 or 14527461. OLE color: 14527461.
HSL color Cylindrical-coordinate representation of color #E5ABDD: hue angle of 308.28º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ABDD is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 221 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.10 |
| HSL | 308.28º | 0.53% | 0.78% | - |
| HSV(B) | 308.28º | 0.25% | 0.9% | - |
| XYZ | 59.93 | 51 | 75.09 | - |
| YUV | 194.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 221 | 0 | 0.25 | 0.03 | 0.10 | 308.28 | 0.53 | 0.78 |
| Hex | E5 | AB | DD | 0 | 19 | 3 | A | 134 | 35 | 4E |
| Octal | 345 | 253 | 335 | 0 | 31 | 3 | 12 | 464 | 65 | 116 |
| Binary | 11100101 | 10101011 | 11011101 | 0 | 11001 | 11 | 1010 | 100110100 | 110101 | 1001110 |
Color Harmonies of #E5ABDD
Complementary color
Monochromatic Colors of #E5ABDD
Black with #E5ABDD
Text Example
Text Example
White with #E5ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ABDD; }
p { color: rgb(229,171,221); }
H1.HeaderClassName
{
color: #E5ABDD;
}
.AnyTagClassName
{
color: #E5ABDD;
}
</style>
background-color css
<style>
a { background-color: #E5ABDD; }
a { background-color: rgb(229,171,221); }
div.DivClassName
{
background-color: #E5ABDD;
}
.BgClassName
{
background-color: #E5ABDD;
}
</style>
border-color css
<style>
span { border-color: #E5ABDD; }
span { border-color: rgb(229,171,221); }
td.TdClassName
{
border-color: #E5ABDD;
}
.TagClassName
{
border-color: #E5ABDD;
}
</style>