Shades of French Lilac #E5ABDC
Tints of French Lilac #E5ABDC
RGB
CMYK
RGB Variations
Color information
#E5ABDC (or 0xE5ABDC) is known color: French Lilac. HEX triplet: E5, AB and DC. RGB value is (229,171,220). Sum of RGB (Red+Green+Blue) = 229+171+220=620 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.94% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ABDC is #1A5423. Grayscale: #C1C1C1. Windows color (decimal): -1725476 or 14461925. OLE color: 14461925.
HSL color Cylindrical-coordinate representation of color #E5ABDC: hue angle of 309.31º 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 #E5ABDC is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 220 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.10 |
| HSL | 309.31º | 0.53% | 0.78% | - |
| HSV(B) | 309.31º | 0.25% | 0.9% | - |
| XYZ | 59.79 | 50.95 | 74.39 | - |
| YUV | 193.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 220 | 0 | 0.25 | 0.04 | 0.10 | 309.31 | 0.53 | 0.78 |
| Hex | E5 | AB | DC | 0 | 19 | 4 | A | 135 | 35 | 4E |
| Octal | 345 | 253 | 334 | 0 | 31 | 4 | 12 | 465 | 65 | 116 |
| Binary | 11100101 | 10101011 | 11011100 | 0 | 11001 | 100 | 1010 | 100110101 | 110101 | 1001110 |
Color Harmonies of #E5ABDC
Complementary color
Monochromatic Colors of #E5ABDC
Black with #E5ABDC
Text Example
Text Example
White with #E5ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ABDC; }
p { color: rgb(229,171,220); }
H1.HeaderClassName
{
color: #E5ABDC;
}
.AnyTagClassName
{
color: #E5ABDC;
}
</style>
background-color css
<style>
a { background-color: #E5ABDC; }
a { background-color: rgb(229,171,220); }
div.DivClassName
{
background-color: #E5ABDC;
}
.BgClassName
{
background-color: #E5ABDC;
}
</style>
border-color css
<style>
span { border-color: #E5ABDC; }
span { border-color: rgb(229,171,220); }
td.TdClassName
{
border-color: #E5ABDC;
}
.TagClassName
{
border-color: #E5ABDC;
}
</style>