Shades of French Lilac #E1C7DD
Tints of French Lilac #E1C7DD
RGB
CMYK
RGB Variations
Color information
#E1C7DD (or 0xE1C7DD) is known color: French Lilac. HEX triplet: E1, C7 and DD. RGB value is (225,199,221). Sum of RGB (Red+Green+Blue) = 225+199+221=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 199 (78.12% from 255 or 30.85% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C7DD is #1E3822. Grayscale: #D1D1D1. Windows color (decimal): -1980451 or 14534625. OLE color: 14534625.
HSL color Cylindrical-coordinate representation of color #E1C7DD: hue angle of 309.23º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1C7DD is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 221 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.12 |
| HSL | 309.23º | 0.3% | 0.83% | - |
| HSV(B) | 309.23º | 0.12% | 0.88% | - |
| XYZ | 64.53 | 62.07 | 76.99 | - |
| YUV | 209.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 221 | 0 | 0.12 | 0.02 | 0.12 | 309.23 | 0.3 | 0.83 |
| Hex | E1 | C7 | DD | 0 | C | 2 | C | 135 | 1E | 53 |
| Octal | 341 | 307 | 335 | 0 | 14 | 2 | 14 | 465 | 36 | 123 |
| Binary | 11100001 | 11000111 | 11011101 | 0 | 1100 | 10 | 1100 | 100110101 | 11110 | 1010011 |
Color Harmonies of #E1C7DD
Complementary color
Monochromatic Colors of #E1C7DD
Black with #E1C7DD
Text Example
Text Example
White with #E1C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C7DD; }
p { color: rgb(225,199,221); }
H1.HeaderClassName
{
color: #E1C7DD;
}
.AnyTagClassName
{
color: #E1C7DD;
}
</style>
background-color css
<style>
a { background-color: #E1C7DD; }
a { background-color: rgb(225,199,221); }
div.DivClassName
{
background-color: #E1C7DD;
}
.BgClassName
{
background-color: #E1C7DD;
}
</style>
border-color css
<style>
span { border-color: #E1C7DD; }
span { border-color: rgb(225,199,221); }
td.TdClassName
{
border-color: #E1C7DD;
}
.TagClassName
{
border-color: #E1C7DD;
}
</style>