Shades of French Lilac #E6ABDC
Tints of French Lilac #E6ABDC
RGB
CMYK
RGB Variations
Color information
#E6ABDC (or 0xE6ABDC) is known color: French Lilac. HEX triplet: E6, AB and DC. RGB value is (230,171,220). Sum of RGB (Red+Green+Blue) = 230+171+220=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABDC is #195423. Grayscale: #C2C2C2. Windows color (decimal): -1659940 or 14461926. OLE color: 14461926.
HSL color Cylindrical-coordinate representation of color #E6ABDC: hue angle of 310.17º 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 #E6ABDC is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 220 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.10 |
| HSL | 310.17º | 0.54% | 0.79% | - |
| HSV(B) | 310.17º | 0.26% | 0.9% | - |
| XYZ | 60.11 | 51.12 | 74.41 | - |
| YUV | 194.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 220 | 0 | 0.26 | 0.04 | 0.10 | 310.17 | 0.54 | 0.79 |
| Hex | E6 | AB | DC | 0 | 1A | 4 | A | 136 | 36 | 4F |
| Octal | 346 | 253 | 334 | 0 | 32 | 4 | 12 | 466 | 66 | 117 |
| Binary | 11100110 | 10101011 | 11011100 | 0 | 11010 | 100 | 1010 | 100110110 | 110110 | 1001111 |
Color Harmonies of #E6ABDC
Complementary color
Monochromatic Colors of #E6ABDC
Black with #E6ABDC
Text Example
Text Example
White with #E6ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABDC; }
p { color: rgb(230,171,220); }
H1.HeaderClassName
{
color: #E6ABDC;
}
.AnyTagClassName
{
color: #E6ABDC;
}
</style>
background-color css
<style>
a { background-color: #E6ABDC; }
a { background-color: rgb(230,171,220); }
div.DivClassName
{
background-color: #E6ABDC;
}
.BgClassName
{
background-color: #E6ABDC;
}
</style>
border-color css
<style>
span { border-color: #E6ABDC; }
span { border-color: rgb(230,171,220); }
td.TdClassName
{
border-color: #E6ABDC;
}
.TagClassName
{
border-color: #E6ABDC;
}
</style>