Shades of French Lilac #E1ACDC
Tints of French Lilac #E1ACDC
RGB
CMYK
RGB Variations
Color information
#E1ACDC (or 0xE1ACDC) is known color: French Lilac. HEX triplet: E1, AC and DC. RGB value is (225,172,220). Sum of RGB (Red+Green+Blue) = 225+172+220=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACDC is #1E5323. Grayscale: #C1C1C1. Windows color (decimal): -1987364 or 14462177. OLE color: 14462177.
HSL color Cylindrical-coordinate representation of color #E1ACDC: hue angle of 305.66º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ACDC is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 220 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.12 |
| HSL | 305.66º | 0.47% | 0.78% | - |
| HSV(B) | 305.66º | 0.24% | 0.88% | - |
| XYZ | 58.72 | 50.68 | 74.4 | - |
| YUV | 193.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 220 | 0 | 0.24 | 0.02 | 0.12 | 305.66 | 0.47 | 0.78 |
| Hex | E1 | AC | DC | 0 | 18 | 2 | C | 132 | 2F | 4E |
| Octal | 341 | 254 | 334 | 0 | 30 | 2 | 14 | 462 | 57 | 116 |
| Binary | 11100001 | 10101100 | 11011100 | 0 | 11000 | 10 | 1100 | 100110010 | 101111 | 1001110 |
Color Harmonies of #E1ACDC
Complementary color
Monochromatic Colors of #E1ACDC
Black with #E1ACDC
Text Example
Text Example
White with #E1ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ACDC; }
p { color: rgb(225,172,220); }
H1.HeaderClassName
{
color: #E1ACDC;
}
.AnyTagClassName
{
color: #E1ACDC;
}
</style>
background-color css
<style>
a { background-color: #E1ACDC; }
a { background-color: rgb(225,172,220); }
div.DivClassName
{
background-color: #E1ACDC;
}
.BgClassName
{
background-color: #E1ACDC;
}
</style>
border-color css
<style>
span { border-color: #E1ACDC; }
span { border-color: rgb(225,172,220); }
td.TdClassName
{
border-color: #E1ACDC;
}
.TagClassName
{
border-color: #E1ACDC;
}
</style>