Shades of French Lilac #E7C4DC
Tints of French Lilac #E7C4DC
RGB
CMYK
RGB Variations
Color information
#E7C4DC (or 0xE7C4DC) is known color: French Lilac. HEX triplet: E7, C4 and DC. RGB value is (231,196,220). Sum of RGB (Red+Green+Blue) = 231+196+220=647 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.70% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C4DC is #183B23. Grayscale: #D1D1D1. Windows color (decimal): -1588004 or 14468327. OLE color: 14468327.
HSL color Cylindrical-coordinate representation of color #E7C4DC: hue angle of 318.86º degrees, saturation: 0.42, 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 #E7C4DC is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 196 | 220 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.09 |
| HSL | 318.86º | 0.42% | 0.84% | - |
| HSV(B) | 318.86º | 0.15% | 0.91% | - |
| XYZ | 65.61 | 61.64 | 76.15 | - |
| YUV | 209.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 196 | 220 | 0 | 0.15 | 0.05 | 0.09 | 318.86 | 0.42 | 0.84 |
| Hex | E7 | C4 | DC | 0 | F | 5 | 9 | 13F | 2A | 54 |
| Octal | 347 | 304 | 334 | 0 | 17 | 5 | 11 | 477 | 52 | 124 |
| Binary | 11100111 | 11000100 | 11011100 | 0 | 1111 | 101 | 1001 | 100111111 | 101010 | 1010100 |
Color Harmonies of #E7C4DC
Complementary color
Monochromatic Colors of #E7C4DC
Black with #E7C4DC
Text Example
Text Example
White with #E7C4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C4DC; }
p { color: rgb(231,196,220); }
H1.HeaderClassName
{
color: #E7C4DC;
}
.AnyTagClassName
{
color: #E7C4DC;
}
</style>
background-color css
<style>
a { background-color: #E7C4DC; }
a { background-color: rgb(231,196,220); }
div.DivClassName
{
background-color: #E7C4DC;
}
.BgClassName
{
background-color: #E7C4DC;
}
</style>
border-color css
<style>
span { border-color: #E7C4DC; }
span { border-color: rgb(231,196,220); }
td.TdClassName
{
border-color: #E7C4DC;
}
.TagClassName
{
border-color: #E7C4DC;
}
</style>