Shades of French Lilac #E5C7DC
Tints of French Lilac #E5C7DC
RGB
CMYK
RGB Variations
Color information
#E5C7DC (or 0xE5C7DC) is known color: French Lilac. HEX triplet: E5, C7 and DC. RGB value is (229,199,220). Sum of RGB (Red+Green+Blue) = 229+199+220=648 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.34% from 648); Green value is 199 (78.12% from 255 or 30.71% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C7DC is #1A3823. Grayscale: #D2D2D2. Windows color (decimal): -1718308 or 14469093. OLE color: 14469093.
HSL color Cylindrical-coordinate representation of color #E5C7DC: hue angle of 318º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5C7DC is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 220 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.10 |
| HSL | 318º | 0.37% | 0.84% | - |
| HSV(B) | 318º | 0.13% | 0.9% | - |
| XYZ | 65.65 | 62.67 | 76.35 | - |
| YUV | 210.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 220 | 0 | 0.13 | 0.04 | 0.10 | 318 | 0.37 | 0.84 |
| Hex | E5 | C7 | DC | 0 | D | 4 | A | 13E | 25 | 54 |
| Octal | 345 | 307 | 334 | 0 | 15 | 4 | 12 | 476 | 45 | 124 |
| Binary | 11100101 | 11000111 | 11011100 | 0 | 1101 | 100 | 1010 | 100111110 | 100101 | 1010100 |
Color Harmonies of #E5C7DC
Complementary color
Monochromatic Colors of #E5C7DC
Black with #E5C7DC
Text Example
Text Example
White with #E5C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C7DC; }
p { color: rgb(229,199,220); }
H1.HeaderClassName
{
color: #E5C7DC;
}
.AnyTagClassName
{
color: #E5C7DC;
}
</style>
background-color css
<style>
a { background-color: #E5C7DC; }
a { background-color: rgb(229,199,220); }
div.DivClassName
{
background-color: #E5C7DC;
}
.BgClassName
{
background-color: #E5C7DC;
}
</style>
border-color css
<style>
span { border-color: #E5C7DC; }
span { border-color: rgb(229,199,220); }
td.TdClassName
{
border-color: #E5C7DC;
}
.TagClassName
{
border-color: #E5C7DC;
}
</style>