Shades of French Lilac #E3ACDD
Tints of French Lilac #E3ACDD
RGB
CMYK
RGB Variations
Color information
#E3ACDD (or 0xE3ACDD) is known color: French Lilac. HEX triplet: E3, AC and DD. RGB value is (227,172,221). Sum of RGB (Red+Green+Blue) = 227+172+221=620 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.61% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 227 - color contains mainly: red. Hex color #E3ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3ACDD is #1C5322. Grayscale: #C1C1C1. Windows color (decimal): -1856291 or 14527715. OLE color: 14527715.
HSL color Cylindrical-coordinate representation of color #E3ACDD: hue angle of 306.55º degrees, saturation: 0.5, 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 #E3ACDD is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 172 | 221 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.11 |
| HSL | 306.55º | 0.5% | 0.78% | - |
| HSV(B) | 306.55º | 0.24% | 0.89% | - |
| XYZ | 59.48 | 51.06 | 75.13 | - |
| YUV | 194.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 221 | 0 | 0.24 | 0.03 | 0.11 | 306.55 | 0.5 | 0.78 |
| Hex | E3 | AC | DD | 0 | 18 | 3 | B | 133 | 32 | 4E |
| Octal | 343 | 254 | 335 | 0 | 30 | 3 | 13 | 463 | 62 | 116 |
| Binary | 11100011 | 10101100 | 11011101 | 0 | 11000 | 11 | 1011 | 100110011 | 110010 | 1001110 |
Color Harmonies of #E3ACDD
Complementary color
Monochromatic Colors of #E3ACDD
Black with #E3ACDD
Text Example
Text Example
White with #E3ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3ACDD; }
p { color: rgb(227,172,221); }
H1.HeaderClassName
{
color: #E3ACDD;
}
.AnyTagClassName
{
color: #E3ACDD;
}
</style>
background-color css
<style>
a { background-color: #E3ACDD; }
a { background-color: rgb(227,172,221); }
div.DivClassName
{
background-color: #E3ACDD;
}
.BgClassName
{
background-color: #E3ACDD;
}
</style>
border-color css
<style>
span { border-color: #E3ACDD; }
span { border-color: rgb(227,172,221); }
td.TdClassName
{
border-color: #E3ACDD;
}
.TagClassName
{
border-color: #E3ACDD;
}
</style>