Shades of French Lilac #E1C6DA
Tints of French Lilac #E1C6DA
RGB
CMYK
RGB Variations
Color information
#E1C6DA (or 0xE1C6DA) is known color: French Lilac. HEX triplet: E1, C6 and DA. RGB value is (225,198,218). Sum of RGB (Red+Green+Blue) = 225+198+218=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C6DA is #1E3925. Grayscale: #D0D0D0. Windows color (decimal): -1980710 or 14337761. OLE color: 14337761.
HSL color Cylindrical-coordinate representation of color #E1C6DA: hue angle of 315.56º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1C6DA is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 198 | 218 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.12 |
| HSL | 315.56º | 0.31% | 0.83% | - |
| HSV(B) | 315.56º | 0.12% | 0.88% | - |
| XYZ | 63.9 | 61.46 | 74.82 | - |
| YUV | 208.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 218 | 0 | 0.12 | 0.03 | 0.12 | 315.56 | 0.31 | 0.83 |
| Hex | E1 | C6 | DA | 0 | C | 3 | C | 13C | 1F | 53 |
| Octal | 341 | 306 | 332 | 0 | 14 | 3 | 14 | 474 | 37 | 123 |
| Binary | 11100001 | 11000110 | 11011010 | 0 | 1100 | 11 | 1100 | 100111100 | 11111 | 1010011 |
Color Harmonies of #E1C6DA
Complementary color
Monochromatic Colors of #E1C6DA
Black with #E1C6DA
Text Example
Text Example
White with #E1C6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C6DA; }
p { color: rgb(225,198,218); }
H1.HeaderClassName
{
color: #E1C6DA;
}
.AnyTagClassName
{
color: #E1C6DA;
}
</style>
background-color css
<style>
a { background-color: #E1C6DA; }
a { background-color: rgb(225,198,218); }
div.DivClassName
{
background-color: #E1C6DA;
}
.BgClassName
{
background-color: #E1C6DA;
}
</style>
border-color css
<style>
span { border-color: #E1C6DA; }
span { border-color: rgb(225,198,218); }
td.TdClassName
{
border-color: #E1C6DA;
}
.TagClassName
{
border-color: #E1C6DA;
}
</style>