Shades of French Lilac #E2ABDA
Tints of French Lilac #E2ABDA
RGB
CMYK
RGB Variations
Color information
#E2ABDA (or 0xE2ABDA) is known color: French Lilac. HEX triplet: E2, AB and DA. RGB value is (226,171,218). Sum of RGB (Red+Green+Blue) = 226+171+218=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABDA is #1D5425. Grayscale: #C0C0C0. Windows color (decimal): -1922086 or 14330850. OLE color: 14330850.
HSL color Cylindrical-coordinate representation of color #E2ABDA: hue angle of 308.73º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ABDA is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 218 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.11 |
| HSL | 308.73º | 0.49% | 0.78% | - |
| HSV(B) | 308.73º | 0.24% | 0.89% | - |
| XYZ | 58.58 | 50.36 | 72.96 | - |
| YUV | 192.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 218 | 0 | 0.24 | 0.04 | 0.11 | 308.73 | 0.49 | 0.78 |
| Hex | E2 | AB | DA | 0 | 18 | 4 | B | 135 | 31 | 4E |
| Octal | 342 | 253 | 332 | 0 | 30 | 4 | 13 | 465 | 61 | 116 |
| Binary | 11100010 | 10101011 | 11011010 | 0 | 11000 | 100 | 1011 | 100110101 | 110001 | 1001110 |
Color Harmonies of #E2ABDA
Complementary color
Monochromatic Colors of #E2ABDA
Black with #E2ABDA
Text Example
Text Example
White with #E2ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABDA; }
p { color: rgb(226,171,218); }
H1.HeaderClassName
{
color: #E2ABDA;
}
.AnyTagClassName
{
color: #E2ABDA;
}
</style>
background-color css
<style>
a { background-color: #E2ABDA; }
a { background-color: rgb(226,171,218); }
div.DivClassName
{
background-color: #E2ABDA;
}
.BgClassName
{
background-color: #E2ABDA;
}
</style>
border-color css
<style>
span { border-color: #E2ABDA; }
span { border-color: rgb(226,171,218); }
td.TdClassName
{
border-color: #E2ABDA;
}
.TagClassName
{
border-color: #E2ABDA;
}
</style>