Shades of French Lilac #E2ACDC
Tints of French Lilac #E2ACDC
RGB
CMYK
RGB Variations
Color information
#E2ACDC (or 0xE2ACDC) is known color: French Lilac. HEX triplet: E2, AC and DC. RGB value is (226,172,220). Sum of RGB (Red+Green+Blue) = 226+172+220=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACDC is #1D5323. Grayscale: #C1C1C1. Windows color (decimal): -1921828 or 14462178. OLE color: 14462178.
HSL color Cylindrical-coordinate representation of color #E2ACDC: hue angle of 306.67º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ACDC is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 220 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.11 |
| HSL | 306.67º | 0.48% | 0.78% | - |
| HSV(B) | 306.67º | 0.24% | 0.89% | - |
| XYZ | 59.03 | 50.84 | 74.41 | - |
| YUV | 193.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 220 | 0 | 0.24 | 0.03 | 0.11 | 306.67 | 0.48 | 0.78 |
| Hex | E2 | AC | DC | 0 | 18 | 3 | B | 133 | 30 | 4E |
| Octal | 342 | 254 | 334 | 0 | 30 | 3 | 13 | 463 | 60 | 116 |
| Binary | 11100010 | 10101100 | 11011100 | 0 | 11000 | 11 | 1011 | 100110011 | 110000 | 1001110 |
Color Harmonies of #E2ACDC
Complementary color
Monochromatic Colors of #E2ACDC
Black with #E2ACDC
Text Example
Text Example
White with #E2ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ACDC; }
p { color: rgb(226,172,220); }
H1.HeaderClassName
{
color: #E2ACDC;
}
.AnyTagClassName
{
color: #E2ACDC;
}
</style>
background-color css
<style>
a { background-color: #E2ACDC; }
a { background-color: rgb(226,172,220); }
div.DivClassName
{
background-color: #E2ACDC;
}
.BgClassName
{
background-color: #E2ACDC;
}
</style>
border-color css
<style>
span { border-color: #E2ACDC; }
span { border-color: rgb(226,172,220); }
td.TdClassName
{
border-color: #E2ACDC;
}
.TagClassName
{
border-color: #E2ACDC;
}
</style>