Shades of French Lilac #E1C7DC
Tints of French Lilac #E1C7DC
RGB
CMYK
RGB Variations
Color information
#E1C7DC (or 0xE1C7DC) is known color: French Lilac. HEX triplet: E1, C7 and DC. RGB value is (225,199,220). Sum of RGB (Red+Green+Blue) = 225+199+220=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 199 (78.12% from 255 or 30.90% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C7DC is #1E3823. Grayscale: #D1D1D1. Windows color (decimal): -1980452 or 14469089. OLE color: 14469089.
HSL color Cylindrical-coordinate representation of color #E1C7DC: hue angle of 311.54º degrees, saturation: 0.3, 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 #E1C7DC is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 220 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.12 |
| HSL | 311.54º | 0.3% | 0.83% | - |
| HSV(B) | 311.54º | 0.12% | 0.88% | - |
| XYZ | 64.39 | 62.02 | 76.29 | - |
| YUV | 209.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 220 | 0 | 0.12 | 0.02 | 0.12 | 311.54 | 0.3 | 0.83 |
| Hex | E1 | C7 | DC | 0 | C | 2 | C | 138 | 1E | 53 |
| Octal | 341 | 307 | 334 | 0 | 14 | 2 | 14 | 470 | 36 | 123 |
| Binary | 11100001 | 11000111 | 11011100 | 0 | 1100 | 10 | 1100 | 100111000 | 11110 | 1010011 |
Color Harmonies of #E1C7DC
Complementary color
Monochromatic Colors of #E1C7DC
Black with #E1C7DC
Text Example
Text Example
White with #E1C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C7DC; }
p { color: rgb(225,199,220); }
H1.HeaderClassName
{
color: #E1C7DC;
}
.AnyTagClassName
{
color: #E1C7DC;
}
</style>
background-color css
<style>
a { background-color: #E1C7DC; }
a { background-color: rgb(225,199,220); }
div.DivClassName
{
background-color: #E1C7DC;
}
.BgClassName
{
background-color: #E1C7DC;
}
</style>
border-color css
<style>
span { border-color: #E1C7DC; }
span { border-color: rgb(225,199,220); }
td.TdClassName
{
border-color: #E1C7DC;
}
.TagClassName
{
border-color: #E1C7DC;
}
</style>