Shades of French Lilac #E2ACD6
Tints of French Lilac #E2ACD6
RGB
CMYK
RGB Variations
Color information
#E2ACD6 (or 0xE2ACD6) is known color: French Lilac. HEX triplet: E2, AC and D6. RGB value is (226,172,214). Sum of RGB (Red+Green+Blue) = 226+172+214=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACD6 is #1D5329. Grayscale: #C0C0C0. Windows color (decimal): -1921834 or 14068962. OLE color: 14068962.
HSL color Cylindrical-coordinate representation of color #E2ACD6: hue angle of 313.33º 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 #E2ACD6 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 214 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.11 |
| HSL | 313.33º | 0.48% | 0.78% | - |
| HSV(B) | 313.33º | 0.24% | 0.89% | - |
| XYZ | 58.25 | 50.53 | 70.3 | - |
| YUV | 192.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 214 | 0 | 0.24 | 0.05 | 0.11 | 313.33 | 0.48 | 0.78 |
| Hex | E2 | AC | D6 | 0 | 18 | 5 | B | 139 | 30 | 4E |
| Octal | 342 | 254 | 326 | 0 | 30 | 5 | 13 | 471 | 60 | 116 |
| Binary | 11100010 | 10101100 | 11010110 | 0 | 11000 | 101 | 1011 | 100111001 | 110000 | 1001110 |
Color Harmonies of #E2ACD6
Complementary color
Monochromatic Colors of #E2ACD6
Black with #E2ACD6
Text Example
Text Example
White with #E2ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ACD6; }
p { color: rgb(226,172,214); }
H1.HeaderClassName
{
color: #E2ACD6;
}
.AnyTagClassName
{
color: #E2ACD6;
}
</style>
background-color css
<style>
a { background-color: #E2ACD6; }
a { background-color: rgb(226,172,214); }
div.DivClassName
{
background-color: #E2ACD6;
}
.BgClassName
{
background-color: #E2ACD6;
}
</style>
border-color css
<style>
span { border-color: #E2ACD6; }
span { border-color: rgb(226,172,214); }
td.TdClassName
{
border-color: #E2ACD6;
}
.TagClassName
{
border-color: #E2ACD6;
}
</style>