Shades of French Lilac #E7C5DC
Tints of French Lilac #E7C5DC
RGB
CMYK
RGB Variations
Color information
#E7C5DC (or 0xE7C5DC) is known color: French Lilac. HEX triplet: E7, C5 and DC. RGB value is (231,197,220). Sum of RGB (Red+Green+Blue) = 231+197+220=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C5DC is #183A23. Grayscale: #D1D1D1. Windows color (decimal): -1587748 or 14468583. OLE color: 14468583.
HSL color Cylindrical-coordinate representation of color #E7C5DC: hue angle of 319.41º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7C5DC is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 197 | 220 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.09 |
| HSL | 319.41º | 0.41% | 0.84% | - |
| HSV(B) | 319.41º | 0.15% | 0.91% | - |
| XYZ | 65.84 | 62.09 | 76.22 | - |
| YUV | 209.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 197 | 220 | 0 | 0.15 | 0.05 | 0.09 | 319.41 | 0.41 | 0.84 |
| Hex | E7 | C5 | DC | 0 | F | 5 | 9 | 13F | 29 | 54 |
| Octal | 347 | 305 | 334 | 0 | 17 | 5 | 11 | 477 | 51 | 124 |
| Binary | 11100111 | 11000101 | 11011100 | 0 | 1111 | 101 | 1001 | 100111111 | 101001 | 1010100 |
Color Harmonies of #E7C5DC
Complementary color
Monochromatic Colors of #E7C5DC
Black with #E7C5DC
Text Example
Text Example
White with #E7C5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C5DC; }
p { color: rgb(231,197,220); }
H1.HeaderClassName
{
color: #E7C5DC;
}
.AnyTagClassName
{
color: #E7C5DC;
}
</style>
background-color css
<style>
a { background-color: #E7C5DC; }
a { background-color: rgb(231,197,220); }
div.DivClassName
{
background-color: #E7C5DC;
}
.BgClassName
{
background-color: #E7C5DC;
}
</style>
border-color css
<style>
span { border-color: #E7C5DC; }
span { border-color: rgb(231,197,220); }
td.TdClassName
{
border-color: #E7C5DC;
}
.TagClassName
{
border-color: #E7C5DC;
}
</style>