Shades of French Lilac #E3C0DE
Tints of French Lilac #E3C0DE
RGB
CMYK
RGB Variations
Color information
#E3C0DE (or 0xE3C0DE) is known color: French Lilac. HEX triplet: E3, C0 and DE. RGB value is (227,192,222). Sum of RGB (Red+Green+Blue) = 227+192+222=641 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.41% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C0DE is #1C3F21. Grayscale: #CDCDCD. Windows color (decimal): -1851170 or 14598371. OLE color: 14598371.
HSL color Cylindrical-coordinate representation of color #E3C0DE: hue angle of 308.57º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E3C0DE is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 192 | 222 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.11 |
| HSL | 308.57º | 0.38% | 0.82% | - |
| HSV(B) | 308.57º | 0.15% | 0.89% | - |
| XYZ | 63.71 | 59.3 | 77.2 | - |
| YUV | 205.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 192 | 222 | 0 | 0.15 | 0.02 | 0.11 | 308.57 | 0.38 | 0.82 |
| Hex | E3 | C0 | DE | 0 | F | 2 | B | 135 | 26 | 52 |
| Octal | 343 | 300 | 336 | 0 | 17 | 2 | 13 | 465 | 46 | 122 |
| Binary | 11100011 | 11000000 | 11011110 | 0 | 1111 | 10 | 1011 | 100110101 | 100110 | 1010010 |
Color Harmonies of #E3C0DE
Complementary color
Monochromatic Colors of #E3C0DE
Black with #E3C0DE
Text Example
Text Example
White with #E3C0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C0DE; }
p { color: rgb(227,192,222); }
H1.HeaderClassName
{
color: #E3C0DE;
}
.AnyTagClassName
{
color: #E3C0DE;
}
</style>
background-color css
<style>
a { background-color: #E3C0DE; }
a { background-color: rgb(227,192,222); }
div.DivClassName
{
background-color: #E3C0DE;
}
.BgClassName
{
background-color: #E3C0DE;
}
</style>
border-color css
<style>
span { border-color: #E3C0DE; }
span { border-color: rgb(227,192,222); }
td.TdClassName
{
border-color: #E3C0DE;
}
.TagClassName
{
border-color: #E3C0DE;
}
</style>