Shades of French Lilac #E3C5DE
Tints of French Lilac #E3C5DE
RGB
CMYK
RGB Variations
Color information
#E3C5DE (or 0xE3C5DE) is known color: French Lilac. HEX triplet: E3, C5 and DE. RGB value is (227,197,222). Sum of RGB (Red+Green+Blue) = 227+197+222=646 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.14% from 646); Green value is 197 (77.34% from 255 or 30.50% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C5DE is #1C3A21. Grayscale: #D0D0D0. Windows color (decimal): -1849890 or 14599651. OLE color: 14599651.
HSL color Cylindrical-coordinate representation of color #E3C5DE: hue angle of 310º degrees, saturation: 0.35, 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 #E3C5DE is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 197 | 222 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.11 |
| HSL | 310º | 0.35% | 0.83% | - |
| HSV(B) | 310º | 0.13% | 0.89% | - |
| XYZ | 64.83 | 61.54 | 77.57 | - |
| YUV | 208.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 197 | 222 | 0 | 0.13 | 0.02 | 0.11 | 310 | 0.35 | 0.83 |
| Hex | E3 | C5 | DE | 0 | D | 2 | B | 136 | 23 | 53 |
| Octal | 343 | 305 | 336 | 0 | 15 | 2 | 13 | 466 | 43 | 123 |
| Binary | 11100011 | 11000101 | 11011110 | 0 | 1101 | 10 | 1011 | 100110110 | 100011 | 1010011 |
Color Harmonies of #E3C5DE
Complementary color
Monochromatic Colors of #E3C5DE
Black with #E3C5DE
Text Example
Text Example
White with #E3C5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C5DE; }
p { color: rgb(227,197,222); }
H1.HeaderClassName
{
color: #E3C5DE;
}
.AnyTagClassName
{
color: #E3C5DE;
}
</style>
background-color css
<style>
a { background-color: #E3C5DE; }
a { background-color: rgb(227,197,222); }
div.DivClassName
{
background-color: #E3C5DE;
}
.BgClassName
{
background-color: #E3C5DE;
}
</style>
border-color css
<style>
span { border-color: #E3C5DE; }
span { border-color: rgb(227,197,222); }
td.TdClassName
{
border-color: #E3C5DE;
}
.TagClassName
{
border-color: #E3C5DE;
}
</style>