Shades of French Lilac #E1C1DB
Tints of French Lilac #E1C1DB
RGB
CMYK
RGB Variations
Color information
#E1C1DB (or 0xE1C1DB) is known color: French Lilac. HEX triplet: E1, C1 and DB. RGB value is (225,193,219). Sum of RGB (Red+Green+Blue) = 225+193+219=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C1DB is #1E3E24. Grayscale: #CDCDCD. Windows color (decimal): -1981989 or 14402017. OLE color: 14402017.
HSL color Cylindrical-coordinate representation of color #E1C1DB: hue angle of 311.25º 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 #E1C1DB is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 219 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.12 |
| HSL | 311.25º | 0.35% | 0.82% | - |
| HSV(B) | 311.25º | 0.14% | 0.88% | - |
| XYZ | 62.91 | 59.26 | 75.14 | - |
| YUV | 205.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 219 | 0 | 0.14 | 0.03 | 0.12 | 311.25 | 0.35 | 0.82 |
| Hex | E1 | C1 | DB | 0 | E | 3 | C | 137 | 23 | 52 |
| Octal | 341 | 301 | 333 | 0 | 16 | 3 | 14 | 467 | 43 | 122 |
| Binary | 11100001 | 11000001 | 11011011 | 0 | 1110 | 11 | 1100 | 100110111 | 100011 | 1010010 |
Color Harmonies of #E1C1DB
Complementary color
Monochromatic Colors of #E1C1DB
Black with #E1C1DB
Text Example
Text Example
White with #E1C1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C1DB; }
p { color: rgb(225,193,219); }
H1.HeaderClassName
{
color: #E1C1DB;
}
.AnyTagClassName
{
color: #E1C1DB;
}
</style>
background-color css
<style>
a { background-color: #E1C1DB; }
a { background-color: rgb(225,193,219); }
div.DivClassName
{
background-color: #E1C1DB;
}
.BgClassName
{
background-color: #E1C1DB;
}
</style>
border-color css
<style>
span { border-color: #E1C1DB; }
span { border-color: rgb(225,193,219); }
td.TdClassName
{
border-color: #E1C1DB;
}
.TagClassName
{
border-color: #E1C1DB;
}
</style>