Shades of French Lilac #E1CEDC
Tints of French Lilac #E1CEDC
RGB
CMYK
RGB Variations
Color information
#E1CEDC (or 0xE1CEDC) is known color: French Lilac. HEX triplet: E1, CE and DC. RGB value is (225,206,220). Sum of RGB (Red+Green+Blue) = 225+206+220=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CEDC is #1E3123. Grayscale: #D5D5D5. Windows color (decimal): -1978660 or 14470881. OLE color: 14470881.
HSL color Cylindrical-coordinate representation of color #E1CEDC: hue angle of 315.79º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1CEDC is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 220 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.12 |
| HSL | 315.79º | 0.24% | 0.85% | - |
| HSV(B) | 315.79º | 0.08% | 0.88% | - |
| XYZ | 66.04 | 65.32 | 76.84 | - |
| YUV | 213.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 220 | 0 | 0.08 | 0.02 | 0.12 | 315.79 | 0.24 | 0.85 |
| Hex | E1 | CE | DC | 0 | 8 | 2 | C | 13C | 18 | 55 |
| Octal | 341 | 316 | 334 | 0 | 10 | 2 | 14 | 474 | 30 | 125 |
| Binary | 11100001 | 11001110 | 11011100 | 0 | 1000 | 10 | 1100 | 100111100 | 11000 | 1010101 |
Color Harmonies of #E1CEDC
Complementary color
Monochromatic Colors of #E1CEDC
Black with #E1CEDC
Text Example
Text Example
White with #E1CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEDC; }
p { color: rgb(225,206,220); }
H1.HeaderClassName
{
color: #E1CEDC;
}
.AnyTagClassName
{
color: #E1CEDC;
}
</style>
background-color css
<style>
a { background-color: #E1CEDC; }
a { background-color: rgb(225,206,220); }
div.DivClassName
{
background-color: #E1CEDC;
}
.BgClassName
{
background-color: #E1CEDC;
}
</style>
border-color css
<style>
span { border-color: #E1CEDC; }
span { border-color: rgb(225,206,220); }
td.TdClassName
{
border-color: #E1CEDC;
}
.TagClassName
{
border-color: #E1CEDC;
}
</style>