Shades of French Lilac #E1C1DA
Tints of French Lilac #E1C1DA
RGB
CMYK
RGB Variations
Color information
#E1C1DA (or 0xE1C1DA) is known color: French Lilac. HEX triplet: E1, C1 and DA. RGB value is (225,193,218). Sum of RGB (Red+Green+Blue) = 225+193+218=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C1DA is #1E3E25. Grayscale: #CDCDCD. Windows color (decimal): -1981990 or 14336481. OLE color: 14336481.
HSL color Cylindrical-coordinate representation of color #E1C1DA: hue angle of 313.12º 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 #E1C1DA is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 218 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.12 |
| HSL | 313.13º | 0.35% | 0.82% | - |
| HSV(B) | 313.13º | 0.14% | 0.88% | - |
| XYZ | 62.78 | 59.21 | 74.45 | - |
| YUV | 205.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 218 | 0 | 0.14 | 0.03 | 0.12 | 313.13 | 0.35 | 0.82 |
| Hex | E1 | C1 | DA | 0 | E | 3 | C | 139 | 23 | 52 |
| Octal | 341 | 301 | 332 | 0 | 16 | 3 | 14 | 471 | 43 | 122 |
| Binary | 11100001 | 11000001 | 11011010 | 0 | 1110 | 11 | 1100 | 100111001 | 100011 | 1010010 |
Color Harmonies of #E1C1DA
Complementary color
Monochromatic Colors of #E1C1DA
Black with #E1C1DA
Text Example
Text Example
White with #E1C1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C1DA; }
p { color: rgb(225,193,218); }
H1.HeaderClassName
{
color: #E1C1DA;
}
.AnyTagClassName
{
color: #E1C1DA;
}
</style>
background-color css
<style>
a { background-color: #E1C1DA; }
a { background-color: rgb(225,193,218); }
div.DivClassName
{
background-color: #E1C1DA;
}
.BgClassName
{
background-color: #E1C1DA;
}
</style>
border-color css
<style>
span { border-color: #E1C1DA; }
span { border-color: rgb(225,193,218); }
td.TdClassName
{
border-color: #E1C1DA;
}
.TagClassName
{
border-color: #E1C1DA;
}
</style>