Shades of French Lilac #E0ABD6
Tints of French Lilac #E0ABD6
RGB
CMYK
RGB Variations
Color information
#E0ABD6 (or 0xE0ABD6) is known color: French Lilac. HEX triplet: E0, AB and D6. RGB value is (224,171,214). Sum of RGB (Red+Green+Blue) = 224+171+214=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABD6 is #1F5429. Grayscale: #BFBFBF. Windows color (decimal): -2053162 or 14068704. OLE color: 14068704.
HSL color Cylindrical-coordinate representation of color #E0ABD6: hue angle of 311.32º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0ABD6 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 214 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.12 |
| HSL | 311.32º | 0.46% | 0.77% | - |
| HSV(B) | 311.32º | 0.24% | 0.88% | - |
| XYZ | 57.44 | 49.83 | 70.21 | - |
| YUV | 191.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 214 | 0 | 0.24 | 0.04 | 0.12 | 311.32 | 0.46 | 0.77 |
| Hex | E0 | AB | D6 | 0 | 18 | 4 | C | 137 | 2E | 4D |
| Octal | 340 | 253 | 326 | 0 | 30 | 4 | 14 | 467 | 56 | 115 |
| Binary | 11100000 | 10101011 | 11010110 | 0 | 11000 | 100 | 1100 | 100110111 | 101110 | 1001101 |
Color Harmonies of #E0ABD6
Complementary color
Monochromatic Colors of #E0ABD6
Black with #E0ABD6
Text Example
Text Example
White with #E0ABD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABD6; }
p { color: rgb(224,171,214); }
H1.HeaderClassName
{
color: #E0ABD6;
}
.AnyTagClassName
{
color: #E0ABD6;
}
</style>
background-color css
<style>
a { background-color: #E0ABD6; }
a { background-color: rgb(224,171,214); }
div.DivClassName
{
background-color: #E0ABD6;
}
.BgClassName
{
background-color: #E0ABD6;
}
</style>
border-color css
<style>
span { border-color: #E0ABD6; }
span { border-color: rgb(224,171,214); }
td.TdClassName
{
border-color: #E0ABD6;
}
.TagClassName
{
border-color: #E0ABD6;
}
</style>