Shades of French Lilac #E1C8DA
Tints of French Lilac #E1C8DA
RGB
CMYK
RGB Variations
Color information
#E1C8DA (or 0xE1C8DA) is known color: French Lilac. HEX triplet: E1, C8 and DA. RGB value is (225,200,218). Sum of RGB (Red+Green+Blue) = 225+200+218=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8DA is #1E3725. Grayscale: #D1D1D1. Windows color (decimal): -1980198 or 14338273. OLE color: 14338273.
HSL color Cylindrical-coordinate representation of color #E1C8DA: hue angle of 316.8º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1C8DA is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 218 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.12 |
| HSL | 316.8º | 0.29% | 0.83% | - |
| HSV(B) | 316.8º | 0.11% | 0.88% | - |
| XYZ | 64.36 | 62.38 | 74.98 | - |
| YUV | 209.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 218 | 0 | 0.11 | 0.03 | 0.12 | 316.8 | 0.29 | 0.83 |
| Hex | E1 | C8 | DA | 0 | B | 3 | C | 13D | 1D | 53 |
| Octal | 341 | 310 | 332 | 0 | 13 | 3 | 14 | 475 | 35 | 123 |
| Binary | 11100001 | 11001000 | 11011010 | 0 | 1011 | 11 | 1100 | 100111101 | 11101 | 1010011 |
Color Harmonies of #E1C8DA
Complementary color
Monochromatic Colors of #E1C8DA
Black with #E1C8DA
Text Example
Text Example
White with #E1C8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C8DA; }
p { color: rgb(225,200,218); }
H1.HeaderClassName
{
color: #E1C8DA;
}
.AnyTagClassName
{
color: #E1C8DA;
}
</style>
background-color css
<style>
a { background-color: #E1C8DA; }
a { background-color: rgb(225,200,218); }
div.DivClassName
{
background-color: #E1C8DA;
}
.BgClassName
{
background-color: #E1C8DA;
}
</style>
border-color css
<style>
span { border-color: #E1C8DA; }
span { border-color: rgb(225,200,218); }
td.TdClassName
{
border-color: #E1C8DA;
}
.TagClassName
{
border-color: #E1C8DA;
}
</style>