Shades of French Lilac #E7ABDD
Tints of French Lilac #E7ABDD
RGB
CMYK
RGB Variations
Color information
#E7ABDD (or 0xE7ABDD) is known color: French Lilac. HEX triplet: E7, AB and DD. RGB value is (231,171,221). Sum of RGB (Red+Green+Blue) = 231+171+221=623 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.08% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ABDD is #185422. Grayscale: #C2C2C2. Windows color (decimal): -1594403 or 14527463. OLE color: 14527463.
HSL color Cylindrical-coordinate representation of color #E7ABDD: hue angle of 310º 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 #E7ABDD is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 221 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.09 |
| HSL | 310º | 0.56% | 0.79% | - |
| HSV(B) | 310º | 0.26% | 0.91% | - |
| XYZ | 60.57 | 51.34 | 75.12 | - |
| YUV | 194.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 221 | 0 | 0.26 | 0.04 | 0.09 | 310 | 0.56 | 0.79 |
| Hex | E7 | AB | DD | 0 | 1A | 4 | 9 | 136 | 38 | 4F |
| Octal | 347 | 253 | 335 | 0 | 32 | 4 | 11 | 466 | 70 | 117 |
| Binary | 11100111 | 10101011 | 11011101 | 0 | 11010 | 100 | 1001 | 100110110 | 111000 | 1001111 |
Color Harmonies of #E7ABDD
Complementary color
Monochromatic Colors of #E7ABDD
Black with #E7ABDD
Text Example
Text Example
White with #E7ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ABDD; }
p { color: rgb(231,171,221); }
H1.HeaderClassName
{
color: #E7ABDD;
}
.AnyTagClassName
{
color: #E7ABDD;
}
</style>
background-color css
<style>
a { background-color: #E7ABDD; }
a { background-color: rgb(231,171,221); }
div.DivClassName
{
background-color: #E7ABDD;
}
.BgClassName
{
background-color: #E7ABDD;
}
</style>
border-color css
<style>
span { border-color: #E7ABDD; }
span { border-color: rgb(231,171,221); }
td.TdClassName
{
border-color: #E7ABDD;
}
.TagClassName
{
border-color: #E7ABDD;
}
</style>