Shades of French Lilac #E4ACD4
Tints of French Lilac #E4ACD4
RGB
CMYK
RGB Variations
Color information
#E4ACD4 (or 0xE4ACD4) is known color: French Lilac. HEX triplet: E4, AC and D4. RGB value is (228,172,212). Sum of RGB (Red+Green+Blue) = 228+172+212=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4ACD4 is #1B532B. Grayscale: #C1C1C1. Windows color (decimal): -1790764 or 13937892. OLE color: 13937892.
HSL color Cylindrical-coordinate representation of color #E4ACD4: hue angle of 317.14º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4ACD4 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 172 | 212 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.11 |
| HSL | 317.14º | 0.51% | 0.78% | - |
| HSV(B) | 317.14º | 0.25% | 0.89% | - |
| XYZ | 58.63 | 50.75 | 68.99 | - |
| YUV | 193.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 172 | 212 | 0 | 0.25 | 0.07 | 0.11 | 317.14 | 0.51 | 0.78 |
| Hex | E4 | AC | D4 | 0 | 19 | 7 | B | 13D | 33 | 4E |
| Octal | 344 | 254 | 324 | 0 | 31 | 7 | 13 | 475 | 63 | 116 |
| Binary | 11100100 | 10101100 | 11010100 | 0 | 11001 | 111 | 1011 | 100111101 | 110011 | 1001110 |
Color Harmonies of #E4ACD4
Complementary color
Monochromatic Colors of #E4ACD4
Black with #E4ACD4
Text Example
Text Example
White with #E4ACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ACD4; }
p { color: rgb(228,172,212); }
H1.HeaderClassName
{
color: #E4ACD4;
}
.AnyTagClassName
{
color: #E4ACD4;
}
</style>
background-color css
<style>
a { background-color: #E4ACD4; }
a { background-color: rgb(228,172,212); }
div.DivClassName
{
background-color: #E4ACD4;
}
.BgClassName
{
background-color: #E4ACD4;
}
</style>
border-color css
<style>
span { border-color: #E4ACD4; }
span { border-color: rgb(228,172,212); }
td.TdClassName
{
border-color: #E4ACD4;
}
.TagClassName
{
border-color: #E4ACD4;
}
</style>