Shades of French Lilac #E1C0DD
Tints of French Lilac #E1C0DD
RGB
CMYK
RGB Variations
Color information
#E1C0DD (or 0xE1C0DD) is known color: French Lilac. HEX triplet: E1, C0 and DD. RGB value is (225,192,221). Sum of RGB (Red+Green+Blue) = 225+192+221=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0DD is #1E3F22. Grayscale: #CDCDCD. Windows color (decimal): -1982243 or 14532833. OLE color: 14532833.
HSL color Cylindrical-coordinate representation of color #E1C0DD: hue angle of 307.27º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1C0DD is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 221 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.12 |
| HSL | 307.27º | 0.35% | 0.82% | - |
| HSV(B) | 307.27º | 0.15% | 0.88% | - |
| XYZ | 62.95 | 58.93 | 76.46 | - |
| YUV | 205.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 221 | 0 | 0.15 | 0.02 | 0.12 | 307.27 | 0.35 | 0.82 |
| Hex | E1 | C0 | DD | 0 | F | 2 | C | 133 | 23 | 52 |
| Octal | 341 | 300 | 335 | 0 | 17 | 2 | 14 | 463 | 43 | 122 |
| Binary | 11100001 | 11000000 | 11011101 | 0 | 1111 | 10 | 1100 | 100110011 | 100011 | 1010010 |
Color Harmonies of #E1C0DD
Complementary color
Monochromatic Colors of #E1C0DD
Black with #E1C0DD
Text Example
Text Example
White with #E1C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C0DD; }
p { color: rgb(225,192,221); }
H1.HeaderClassName
{
color: #E1C0DD;
}
.AnyTagClassName
{
color: #E1C0DD;
}
</style>
background-color css
<style>
a { background-color: #E1C0DD; }
a { background-color: rgb(225,192,221); }
div.DivClassName
{
background-color: #E1C0DD;
}
.BgClassName
{
background-color: #E1C0DD;
}
</style>
border-color css
<style>
span { border-color: #E1C0DD; }
span { border-color: rgb(225,192,221); }
td.TdClassName
{
border-color: #E1C0DD;
}
.TagClassName
{
border-color: #E1C0DD;
}
</style>