Shades of French Lilac #E3ACDF
Tints of French Lilac #E3ACDF
RGB
CMYK
RGB Variations
Color information
#E3ACDF (or 0xE3ACDF) is known color: French Lilac. HEX triplet: E3, AC and DF. RGB value is (227,172,223). Sum of RGB (Red+Green+Blue) = 227+172+223=622 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.50% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 227 - color contains mainly: red. Hex color #E3ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3ACDF is #1C5320. Grayscale: #C2C2C2. Windows color (decimal): -1856289 or 14658787. OLE color: 14658787.
HSL color Cylindrical-coordinate representation of color #E3ACDF: hue angle of 304.36º 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 #E3ACDF is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 172 | 223 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.11 |
| HSL | 304.36º | 0.5% | 0.78% | - |
| HSV(B) | 304.36º | 0.24% | 0.89% | - |
| XYZ | 59.75 | 51.16 | 76.54 | - |
| YUV | 194.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 223 | 0 | 0.24 | 0.02 | 0.11 | 304.36 | 0.5 | 0.78 |
| Hex | E3 | AC | DF | 0 | 18 | 2 | B | 130 | 32 | 4E |
| Octal | 343 | 254 | 337 | 0 | 30 | 2 | 13 | 460 | 62 | 116 |
| Binary | 11100011 | 10101100 | 11011111 | 0 | 11000 | 10 | 1011 | 100110000 | 110010 | 1001110 |
Color Harmonies of #E3ACDF
Complementary color
Monochromatic Colors of #E3ACDF
Black with #E3ACDF
Text Example
Text Example
White with #E3ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3ACDF; }
p { color: rgb(227,172,223); }
H1.HeaderClassName
{
color: #E3ACDF;
}
.AnyTagClassName
{
color: #E3ACDF;
}
</style>
background-color css
<style>
a { background-color: #E3ACDF; }
a { background-color: rgb(227,172,223); }
div.DivClassName
{
background-color: #E3ACDF;
}
.BgClassName
{
background-color: #E3ACDF;
}
</style>
border-color css
<style>
span { border-color: #E3ACDF; }
span { border-color: rgb(227,172,223); }
td.TdClassName
{
border-color: #E3ACDF;
}
.TagClassName
{
border-color: #E3ACDF;
}
</style>