Shades of French Lilac #E4ACDB
Tints of French Lilac #E4ACDB
RGB
CMYK
RGB Variations
Color information
#E4ACDB (or 0xE4ACDB) is known color: French Lilac. HEX triplet: E4, AC and DB. RGB value is (228,172,219). Sum of RGB (Red+Green+Blue) = 228+172+219=619 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.83% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4ACDB is #1B5324. Grayscale: #C1C1C1. Windows color (decimal): -1790757 or 14396644. OLE color: 14396644.
HSL color Cylindrical-coordinate representation of color #E4ACDB: hue angle of 309.64º 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 #E4ACDB is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 172 | 219 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.11 |
| HSL | 309.64º | 0.51% | 0.78% | - |
| HSV(B) | 309.64º | 0.25% | 0.89% | - |
| XYZ | 59.53 | 51.11 | 73.75 | - |
| YUV | 194.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 172 | 219 | 0 | 0.25 | 0.04 | 0.11 | 309.64 | 0.51 | 0.78 |
| Hex | E4 | AC | DB | 0 | 19 | 4 | B | 136 | 33 | 4E |
| Octal | 344 | 254 | 333 | 0 | 31 | 4 | 13 | 466 | 63 | 116 |
| Binary | 11100100 | 10101100 | 11011011 | 0 | 11001 | 100 | 1011 | 100110110 | 110011 | 1001110 |
Color Harmonies of #E4ACDB
Complementary color
Monochromatic Colors of #E4ACDB
Black with #E4ACDB
Text Example
Text Example
White with #E4ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ACDB; }
p { color: rgb(228,172,219); }
H1.HeaderClassName
{
color: #E4ACDB;
}
.AnyTagClassName
{
color: #E4ACDB;
}
</style>
background-color css
<style>
a { background-color: #E4ACDB; }
a { background-color: rgb(228,172,219); }
div.DivClassName
{
background-color: #E4ACDB;
}
.BgClassName
{
background-color: #E4ACDB;
}
</style>
border-color css
<style>
span { border-color: #E4ACDB; }
span { border-color: rgb(228,172,219); }
td.TdClassName
{
border-color: #E4ACDB;
}
.TagClassName
{
border-color: #E4ACDB;
}
</style>