Shades of French Lilac #E1C3DC
Tints of French Lilac #E1C3DC
RGB
CMYK
RGB Variations
Color information
#E1C3DC (or 0xE1C3DC) is known color: French Lilac. HEX triplet: E1, C3 and DC. RGB value is (225,195,220). Sum of RGB (Red+Green+Blue) = 225+195+220=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 195 (76.56% from 255 or 30.47% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C3DC is #1E3C23. Grayscale: #CECECE. Windows color (decimal): -1981476 or 14468065. OLE color: 14468065.
HSL color Cylindrical-coordinate representation of color #E1C3DC: hue angle of 310º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1C3DC is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 195 | 220 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.12 |
| HSL | 310º | 0.33% | 0.82% | - |
| HSV(B) | 310º | 0.13% | 0.88% | - |
| XYZ | 63.48 | 60.21 | 75.98 | - |
| YUV | 206.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 220 | 0 | 0.13 | 0.02 | 0.12 | 310 | 0.33 | 0.82 |
| Hex | E1 | C3 | DC | 0 | D | 2 | C | 136 | 21 | 52 |
| Octal | 341 | 303 | 334 | 0 | 15 | 2 | 14 | 466 | 41 | 122 |
| Binary | 11100001 | 11000011 | 11011100 | 0 | 1101 | 10 | 1100 | 100110110 | 100001 | 1010010 |
Color Harmonies of #E1C3DC
Complementary color
Monochromatic Colors of #E1C3DC
Black with #E1C3DC
Text Example
Text Example
White with #E1C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C3DC; }
p { color: rgb(225,195,220); }
H1.HeaderClassName
{
color: #E1C3DC;
}
.AnyTagClassName
{
color: #E1C3DC;
}
</style>
background-color css
<style>
a { background-color: #E1C3DC; }
a { background-color: rgb(225,195,220); }
div.DivClassName
{
background-color: #E1C3DC;
}
.BgClassName
{
background-color: #E1C3DC;
}
</style>
border-color css
<style>
span { border-color: #E1C3DC; }
span { border-color: rgb(225,195,220); }
td.TdClassName
{
border-color: #E1C3DC;
}
.TagClassName
{
border-color: #E1C3DC;
}
</style>