Shades of French Lilac #E6ABDB
Tints of French Lilac #E6ABDB
RGB
CMYK
RGB Variations
Color information
#E6ABDB (or 0xE6ABDB) is known color: French Lilac. HEX triplet: E6, AB and DB. RGB value is (230,171,219). Sum of RGB (Red+Green+Blue) = 230+171+219=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABDB is #195424. Grayscale: #C1C1C1. Windows color (decimal): -1659941 or 14396390. OLE color: 14396390.
HSL color Cylindrical-coordinate representation of color #E6ABDB: hue angle of 311.19º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ABDB is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 219 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.10 |
| HSL | 311.19º | 0.54% | 0.79% | - |
| HSV(B) | 311.19º | 0.26% | 0.9% | - |
| XYZ | 59.98 | 51.06 | 73.71 | - |
| YUV | 194.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 219 | 0 | 0.26 | 0.05 | 0.10 | 311.19 | 0.54 | 0.79 |
| Hex | E6 | AB | DB | 0 | 1A | 5 | A | 137 | 36 | 4F |
| Octal | 346 | 253 | 333 | 0 | 32 | 5 | 12 | 467 | 66 | 117 |
| Binary | 11100110 | 10101011 | 11011011 | 0 | 11010 | 101 | 1010 | 100110111 | 110110 | 1001111 |
Color Harmonies of #E6ABDB
Complementary color
Monochromatic Colors of #E6ABDB
Black with #E6ABDB
Text Example
Text Example
White with #E6ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABDB; }
p { color: rgb(230,171,219); }
H1.HeaderClassName
{
color: #E6ABDB;
}
.AnyTagClassName
{
color: #E6ABDB;
}
</style>
background-color css
<style>
a { background-color: #E6ABDB; }
a { background-color: rgb(230,171,219); }
div.DivClassName
{
background-color: #E6ABDB;
}
.BgClassName
{
background-color: #E6ABDB;
}
</style>
border-color css
<style>
span { border-color: #E6ABDB; }
span { border-color: rgb(230,171,219); }
td.TdClassName
{
border-color: #E6ABDB;
}
.TagClassName
{
border-color: #E6ABDB;
}
</style>