Shades of French Lilac #E7ABDC
Tints of French Lilac #E7ABDC
RGB
CMYK
RGB Variations
Color information
#E7ABDC (or 0xE7ABDC) is known color: French Lilac. HEX triplet: E7, AB and DC. RGB value is (231,171,220). Sum of RGB (Red+Green+Blue) = 231+171+220=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ABDC is #185423. Grayscale: #C2C2C2. Windows color (decimal): -1594404 or 14461927. OLE color: 14461927.
HSL color Cylindrical-coordinate representation of color #E7ABDC: hue angle of 311º 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 #E7ABDC is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 220 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.09 |
| HSL | 311º | 0.56% | 0.79% | - |
| HSV(B) | 311º | 0.26% | 0.91% | - |
| XYZ | 60.44 | 51.28 | 74.42 | - |
| YUV | 194.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 220 | 0 | 0.26 | 0.05 | 0.09 | 311 | 0.56 | 0.79 |
| Hex | E7 | AB | DC | 0 | 1A | 5 | 9 | 137 | 38 | 4F |
| Octal | 347 | 253 | 334 | 0 | 32 | 5 | 11 | 467 | 70 | 117 |
| Binary | 11100111 | 10101011 | 11011100 | 0 | 11010 | 101 | 1001 | 100110111 | 111000 | 1001111 |
Color Harmonies of #E7ABDC
Complementary color
Monochromatic Colors of #E7ABDC
Black with #E7ABDC
Text Example
Text Example
White with #E7ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ABDC; }
p { color: rgb(231,171,220); }
H1.HeaderClassName
{
color: #E7ABDC;
}
.AnyTagClassName
{
color: #E7ABDC;
}
</style>
background-color css
<style>
a { background-color: #E7ABDC; }
a { background-color: rgb(231,171,220); }
div.DivClassName
{
background-color: #E7ABDC;
}
.BgClassName
{
background-color: #E7ABDC;
}
</style>
border-color css
<style>
span { border-color: #E7ABDC; }
span { border-color: rgb(231,171,220); }
td.TdClassName
{
border-color: #E7ABDC;
}
.TagClassName
{
border-color: #E7ABDC;
}
</style>