Shades of French Lilac #E0ABD7
Tints of French Lilac #E0ABD7
RGB
CMYK
RGB Variations
Color information
#E0ABD7 (or 0xE0ABD7) is known color: French Lilac. HEX triplet: E0, AB and D7. RGB value is (224,171,215). Sum of RGB (Red+Green+Blue) = 224+171+215=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABD7 is #1F5428. Grayscale: #BFBFBF. Windows color (decimal): -2053161 or 14134240. OLE color: 14134240.
HSL color Cylindrical-coordinate representation of color #E0ABD7: hue angle of 310.19º 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 #E0ABD7 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 215 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.12 |
| HSL | 310.19º | 0.46% | 0.77% | - |
| HSV(B) | 310.19º | 0.24% | 0.88% | - |
| XYZ | 57.57 | 49.88 | 70.88 | - |
| YUV | 191.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 215 | 0 | 0.24 | 0.04 | 0.12 | 310.19 | 0.46 | 0.77 |
| Hex | E0 | AB | D7 | 0 | 18 | 4 | C | 136 | 2E | 4D |
| Octal | 340 | 253 | 327 | 0 | 30 | 4 | 14 | 466 | 56 | 115 |
| Binary | 11100000 | 10101011 | 11010111 | 0 | 11000 | 100 | 1100 | 100110110 | 101110 | 1001101 |
Color Harmonies of #E0ABD7
Complementary color
Monochromatic Colors of #E0ABD7
Black with #E0ABD7
Text Example
Text Example
White with #E0ABD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABD7; }
p { color: rgb(224,171,215); }
H1.HeaderClassName
{
color: #E0ABD7;
}
.AnyTagClassName
{
color: #E0ABD7;
}
</style>
background-color css
<style>
a { background-color: #E0ABD7; }
a { background-color: rgb(224,171,215); }
div.DivClassName
{
background-color: #E0ABD7;
}
.BgClassName
{
background-color: #E0ABD7;
}
</style>
border-color css
<style>
span { border-color: #E0ABD7; }
span { border-color: rgb(224,171,215); }
td.TdClassName
{
border-color: #E0ABD7;
}
.TagClassName
{
border-color: #E0ABD7;
}
</style>