Shades of French Lilac #E6ABDF
Tints of French Lilac #E6ABDF
RGB
CMYK
RGB Variations
Color information
#E6ABDF (or 0xE6ABDF) is known color: French Lilac. HEX triplet: E6, AB and DF. RGB value is (230,171,223). Sum of RGB (Red+Green+Blue) = 230+171+223=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABDF is #195420. Grayscale: #C2C2C2. Windows color (decimal): -1659937 or 14658534. OLE color: 14658534.
HSL color Cylindrical-coordinate representation of color #E6ABDF: hue angle of 307.12º 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 #E6ABDF is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 223 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.10 |
| HSL | 307.12º | 0.54% | 0.79% | - |
| HSV(B) | 307.12º | 0.26% | 0.9% | - |
| XYZ | 60.52 | 51.28 | 76.52 | - |
| YUV | 194.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 223 | 0 | 0.26 | 0.03 | 0.10 | 307.12 | 0.54 | 0.79 |
| Hex | E6 | AB | DF | 0 | 1A | 3 | A | 133 | 36 | 4F |
| Octal | 346 | 253 | 337 | 0 | 32 | 3 | 12 | 463 | 66 | 117 |
| Binary | 11100110 | 10101011 | 11011111 | 0 | 11010 | 11 | 1010 | 100110011 | 110110 | 1001111 |
Color Harmonies of #E6ABDF
Complementary color
Monochromatic Colors of #E6ABDF
Black with #E6ABDF
Text Example
Text Example
White with #E6ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABDF; }
p { color: rgb(230,171,223); }
H1.HeaderClassName
{
color: #E6ABDF;
}
.AnyTagClassName
{
color: #E6ABDF;
}
</style>
background-color css
<style>
a { background-color: #E6ABDF; }
a { background-color: rgb(230,171,223); }
div.DivClassName
{
background-color: #E6ABDF;
}
.BgClassName
{
background-color: #E6ABDF;
}
</style>
border-color css
<style>
span { border-color: #E6ABDF; }
span { border-color: rgb(230,171,223); }
td.TdClassName
{
border-color: #E6ABDF;
}
.TagClassName
{
border-color: #E6ABDF;
}
</style>