Shades of French Lilac #E1C4DC
Tints of French Lilac #E1C4DC
RGB
CMYK
RGB Variations
Color information
#E1C4DC (or 0xE1C4DC) is known color: French Lilac. HEX triplet: E1, C4 and DC. RGB value is (225,196,220). Sum of RGB (Red+Green+Blue) = 225+196+220=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C4DC is #1E3B23. Grayscale: #CFCFCF. Windows color (decimal): -1981220 or 14468321. OLE color: 14468321.
HSL color Cylindrical-coordinate representation of color #E1C4DC: hue angle of 310.34º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1C4DC is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 196 | 220 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.12 |
| HSL | 310.34º | 0.33% | 0.83% | - |
| HSV(B) | 310.34º | 0.13% | 0.88% | - |
| XYZ | 63.71 | 60.65 | 76.06 | - |
| YUV | 207.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 196 | 220 | 0 | 0.13 | 0.02 | 0.12 | 310.34 | 0.33 | 0.83 |
| Hex | E1 | C4 | DC | 0 | D | 2 | C | 136 | 21 | 53 |
| Octal | 341 | 304 | 334 | 0 | 15 | 2 | 14 | 466 | 41 | 123 |
| Binary | 11100001 | 11000100 | 11011100 | 0 | 1101 | 10 | 1100 | 100110110 | 100001 | 1010011 |
Color Harmonies of #E1C4DC
Complementary color
Monochromatic Colors of #E1C4DC
Black with #E1C4DC
Text Example
Text Example
White with #E1C4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C4DC; }
p { color: rgb(225,196,220); }
H1.HeaderClassName
{
color: #E1C4DC;
}
.AnyTagClassName
{
color: #E1C4DC;
}
</style>
background-color css
<style>
a { background-color: #E1C4DC; }
a { background-color: rgb(225,196,220); }
div.DivClassName
{
background-color: #E1C4DC;
}
.BgClassName
{
background-color: #E1C4DC;
}
</style>
border-color css
<style>
span { border-color: #E1C4DC; }
span { border-color: rgb(225,196,220); }
td.TdClassName
{
border-color: #E1C4DC;
}
.TagClassName
{
border-color: #E1C4DC;
}
</style>