Shades of French Lilac #E1C1DE
Tints of French Lilac #E1C1DE
RGB
CMYK
RGB Variations
Color information
#E1C1DE (or 0xE1C1DE) is known color: French Lilac. HEX triplet: E1, C1 and DE. RGB value is (225,193,222). Sum of RGB (Red+Green+Blue) = 225+193+222=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 193 (75.78% from 255 or 30.16% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C1DE is #1E3E21. Grayscale: #CDCDCD. Windows color (decimal): -1981986 or 14598625. OLE color: 14598625.
HSL color Cylindrical-coordinate representation of color #E1C1DE: hue angle of 305.62º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1C1DE is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 222 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.12 |
| HSL | 305.63º | 0.35% | 0.82% | - |
| HSV(B) | 305.63º | 0.14% | 0.88% | - |
| XYZ | 63.31 | 59.42 | 77.24 | - |
| YUV | 205.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 222 | 0 | 0.14 | 0.01 | 0.12 | 305.63 | 0.35 | 0.82 |
| Hex | E1 | C1 | DE | 0 | E | 1 | C | 132 | 23 | 52 |
| Octal | 341 | 301 | 336 | 0 | 16 | 1 | 14 | 462 | 43 | 122 |
| Binary | 11100001 | 11000001 | 11011110 | 0 | 1110 | 1 | 1100 | 100110010 | 100011 | 1010010 |
Color Harmonies of #E1C1DE
Complementary color
Monochromatic Colors of #E1C1DE
Black with #E1C1DE
Text Example
Text Example
White with #E1C1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C1DE; }
p { color: rgb(225,193,222); }
H1.HeaderClassName
{
color: #E1C1DE;
}
.AnyTagClassName
{
color: #E1C1DE;
}
</style>
background-color css
<style>
a { background-color: #E1C1DE; }
a { background-color: rgb(225,193,222); }
div.DivClassName
{
background-color: #E1C1DE;
}
.BgClassName
{
background-color: #E1C1DE;
}
</style>
border-color css
<style>
span { border-color: #E1C1DE; }
span { border-color: rgb(225,193,222); }
td.TdClassName
{
border-color: #E1C1DE;
}
.TagClassName
{
border-color: #E1C1DE;
}
</style>