Shades of French Lilac #E5C4DC
Tints of French Lilac #E5C4DC
RGB
CMYK
RGB Variations
Color information
#E5C4DC (or 0xE5C4DC) is known color: French Lilac. HEX triplet: E5, C4 and DC. RGB value is (229,196,220). Sum of RGB (Red+Green+Blue) = 229+196+220=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C4DC is #1A3B23. Grayscale: #D0D0D0. Windows color (decimal): -1719076 or 14468325. OLE color: 14468325.
HSL color Cylindrical-coordinate representation of color #E5C4DC: hue angle of 316.36º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5C4DC is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 220 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.10 |
| HSL | 316.36º | 0.39% | 0.83% | - |
| HSV(B) | 316.36º | 0.14% | 0.9% | - |
| XYZ | 64.97 | 61.31 | 76.12 | - |
| YUV | 208.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 220 | 0 | 0.14 | 0.04 | 0.10 | 316.36 | 0.39 | 0.83 |
| Hex | E5 | C4 | DC | 0 | E | 4 | A | 13C | 27 | 53 |
| Octal | 345 | 304 | 334 | 0 | 16 | 4 | 12 | 474 | 47 | 123 |
| Binary | 11100101 | 11000100 | 11011100 | 0 | 1110 | 100 | 1010 | 100111100 | 100111 | 1010011 |
Color Harmonies of #E5C4DC
Complementary color
Monochromatic Colors of #E5C4DC
Black with #E5C4DC
Text Example
Text Example
White with #E5C4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C4DC; }
p { color: rgb(229,196,220); }
H1.HeaderClassName
{
color: #E5C4DC;
}
.AnyTagClassName
{
color: #E5C4DC;
}
</style>
background-color css
<style>
a { background-color: #E5C4DC; }
a { background-color: rgb(229,196,220); }
div.DivClassName
{
background-color: #E5C4DC;
}
.BgClassName
{
background-color: #E5C4DC;
}
</style>
border-color css
<style>
span { border-color: #E5C4DC; }
span { border-color: rgb(229,196,220); }
td.TdClassName
{
border-color: #E5C4DC;
}
.TagClassName
{
border-color: #E5C4DC;
}
</style>