Shades of French Lilac #E3C6DC
Tints of French Lilac #E3C6DC
RGB
CMYK
RGB Variations
Color information
#E3C6DC (or 0xE3C6DC) is known color: French Lilac. HEX triplet: E3, C6 and DC. RGB value is (227,198,220). Sum of RGB (Red+Green+Blue) = 227+198+220=645 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.19% from 645); Green value is 198 (77.73% from 255 or 30.70% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C6DC is #1C3923. Grayscale: #D1D1D1. Windows color (decimal): -1849636 or 14468835. OLE color: 14468835.
HSL color Cylindrical-coordinate representation of color #E3C6DC: hue angle of 314.48º degrees, saturation: 0.34, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E3C6DC is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 198 | 220 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.11 |
| HSL | 314.48º | 0.34% | 0.83% | - |
| HSV(B) | 314.48º | 0.13% | 0.89% | - |
| XYZ | 64.79 | 61.89 | 76.24 | - |
| YUV | 209.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 198 | 220 | 0 | 0.13 | 0.03 | 0.11 | 314.48 | 0.34 | 0.83 |
| Hex | E3 | C6 | DC | 0 | D | 3 | B | 13A | 22 | 53 |
| Octal | 343 | 306 | 334 | 0 | 15 | 3 | 13 | 472 | 42 | 123 |
| Binary | 11100011 | 11000110 | 11011100 | 0 | 1101 | 11 | 1011 | 100111010 | 100010 | 1010011 |
Color Harmonies of #E3C6DC
Complementary color
Monochromatic Colors of #E3C6DC
Black with #E3C6DC
Text Example
Text Example
White with #E3C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C6DC; }
p { color: rgb(227,198,220); }
H1.HeaderClassName
{
color: #E3C6DC;
}
.AnyTagClassName
{
color: #E3C6DC;
}
</style>
background-color css
<style>
a { background-color: #E3C6DC; }
a { background-color: rgb(227,198,220); }
div.DivClassName
{
background-color: #E3C6DC;
}
.BgClassName
{
background-color: #E3C6DC;
}
</style>
border-color css
<style>
span { border-color: #E3C6DC; }
span { border-color: rgb(227,198,220); }
td.TdClassName
{
border-color: #E3C6DC;
}
.TagClassName
{
border-color: #E3C6DC;
}
</style>