Shades of French Lilac #E9ABDC
Tints of French Lilac #E9ABDC
RGB
CMYK
RGB Variations
Color information
#E9ABDC (or 0xE9ABDC) is known color: French Lilac. HEX triplet: E9, AB and DC. RGB value is (233,171,220). Sum of RGB (Red+Green+Blue) = 233+171+220=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ABDC is #165423. Grayscale: #C2C2C2. Windows color (decimal): -1463332 or 14461929. OLE color: 14461929.
HSL color Cylindrical-coordinate representation of color #E9ABDC: hue angle of 312.58º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9ABDC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 220 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.09 |
| HSL | 312.58º | 0.58% | 0.79% | - |
| HSV(B) | 312.58º | 0.27% | 0.91% | - |
| XYZ | 61.09 | 51.62 | 74.45 | - |
| YUV | 195.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 220 | 0 | 0.27 | 0.06 | 0.09 | 312.58 | 0.58 | 0.79 |
| Hex | E9 | AB | DC | 0 | 1B | 6 | 9 | 139 | 3A | 4F |
| Octal | 351 | 253 | 334 | 0 | 33 | 6 | 11 | 471 | 72 | 117 |
| Binary | 11101001 | 10101011 | 11011100 | 0 | 11011 | 110 | 1001 | 100111001 | 111010 | 1001111 |
Color Harmonies of #E9ABDC
Complementary color
Monochromatic Colors of #E9ABDC
Black with #E9ABDC
Text Example
Text Example
White with #E9ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ABDC; }
p { color: rgb(233,171,220); }
H1.HeaderClassName
{
color: #E9ABDC;
}
.AnyTagClassName
{
color: #E9ABDC;
}
</style>
background-color css
<style>
a { background-color: #E9ABDC; }
a { background-color: rgb(233,171,220); }
div.DivClassName
{
background-color: #E9ABDC;
}
.BgClassName
{
background-color: #E9ABDC;
}
</style>
border-color css
<style>
span { border-color: #E9ABDC; }
span { border-color: rgb(233,171,220); }
td.TdClassName
{
border-color: #E9ABDC;
}
.TagClassName
{
border-color: #E9ABDC;
}
</style>