Shades of French Lilac #E7ABDA
Tints of French Lilac #E7ABDA
RGB
CMYK
RGB Variations
Color information
#E7ABDA (or 0xE7ABDA) is known color: French Lilac. HEX triplet: E7, AB and DA. RGB value is (231,171,218). Sum of RGB (Red+Green+Blue) = 231+171+218=620 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.26% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ABDA is #185425. Grayscale: #C2C2C2. Windows color (decimal): -1594406 or 14330855. OLE color: 14330855.
HSL color Cylindrical-coordinate representation of color #E7ABDA: hue angle of 313º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7ABDA is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 218 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.09 |
| HSL | 313º | 0.56% | 0.79% | - |
| HSV(B) | 313º | 0.26% | 0.91% | - |
| XYZ | 60.17 | 51.18 | 73.04 | - |
| YUV | 194.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 218 | 0 | 0.26 | 0.06 | 0.09 | 313 | 0.56 | 0.79 |
| Hex | E7 | AB | DA | 0 | 1A | 6 | 9 | 139 | 38 | 4F |
| Octal | 347 | 253 | 332 | 0 | 32 | 6 | 11 | 471 | 70 | 117 |
| Binary | 11100111 | 10101011 | 11011010 | 0 | 11010 | 110 | 1001 | 100111001 | 111000 | 1001111 |
Color Harmonies of #E7ABDA
Complementary color
Monochromatic Colors of #E7ABDA
Black with #E7ABDA
Text Example
Text Example
White with #E7ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ABDA; }
p { color: rgb(231,171,218); }
H1.HeaderClassName
{
color: #E7ABDA;
}
.AnyTagClassName
{
color: #E7ABDA;
}
</style>
background-color css
<style>
a { background-color: #E7ABDA; }
a { background-color: rgb(231,171,218); }
div.DivClassName
{
background-color: #E7ABDA;
}
.BgClassName
{
background-color: #E7ABDA;
}
</style>
border-color css
<style>
span { border-color: #E7ABDA; }
span { border-color: rgb(231,171,218); }
td.TdClassName
{
border-color: #E7ABDA;
}
.TagClassName
{
border-color: #E7ABDA;
}
</style>