Shades of French Lilac #E1ABDA
Tints of French Lilac #E1ABDA
RGB
CMYK
RGB Variations
Color information
#E1ABDA (or 0xE1ABDA) is known color: French Lilac. HEX triplet: E1, AB and DA. RGB value is (225,171,218). Sum of RGB (Red+Green+Blue) = 225+171+218=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ABDA is #1E5425. Grayscale: #C0C0C0. Windows color (decimal): -1987622 or 14330849. OLE color: 14330849.
HSL color Cylindrical-coordinate representation of color #E1ABDA: hue angle of 307.78º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ABDA is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 218 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.12 |
| HSL | 307.78º | 0.47% | 0.78% | - |
| HSV(B) | 307.78º | 0.24% | 0.88% | - |
| XYZ | 58.27 | 50.2 | 72.95 | - |
| YUV | 192.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 218 | 0 | 0.24 | 0.03 | 0.12 | 307.78 | 0.47 | 0.78 |
| Hex | E1 | AB | DA | 0 | 18 | 3 | C | 134 | 2F | 4E |
| Octal | 341 | 253 | 332 | 0 | 30 | 3 | 14 | 464 | 57 | 116 |
| Binary | 11100001 | 10101011 | 11011010 | 0 | 11000 | 11 | 1100 | 100110100 | 101111 | 1001110 |
Color Harmonies of #E1ABDA
Complementary color
Monochromatic Colors of #E1ABDA
Black with #E1ABDA
Text Example
Text Example
White with #E1ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ABDA; }
p { color: rgb(225,171,218); }
H1.HeaderClassName
{
color: #E1ABDA;
}
.AnyTagClassName
{
color: #E1ABDA;
}
</style>
background-color css
<style>
a { background-color: #E1ABDA; }
a { background-color: rgb(225,171,218); }
div.DivClassName
{
background-color: #E1ABDA;
}
.BgClassName
{
background-color: #E1ABDA;
}
</style>
border-color css
<style>
span { border-color: #E1ABDA; }
span { border-color: rgb(225,171,218); }
td.TdClassName
{
border-color: #E1ABDA;
}
.TagClassName
{
border-color: #E1ABDA;
}
</style>