Shades of French Lilac #E0C9DC
Tints of French Lilac #E0C9DC
RGB
CMYK
RGB Variations
Color information
#E0C9DC (or 0xE0C9DC) is known color: French Lilac. HEX triplet: E0, C9 and DC. RGB value is (224,201,220). Sum of RGB (Red+Green+Blue) = 224+201+220=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C9DC is #1F3623. Grayscale: #D1D1D1. Windows color (decimal): -2045476 or 14469600. OLE color: 14469600.
HSL color Cylindrical-coordinate representation of color #E0C9DC: hue angle of 310.43º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0C9DC is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 220 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.12 |
| HSL | 310.43º | 0.27% | 0.83% | - |
| HSV(B) | 310.43º | 0.1% | 0.88% | - |
| XYZ | 64.55 | 62.79 | 76.43 | - |
| YUV | 210.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 220 | 0 | 0.10 | 0.02 | 0.12 | 310.43 | 0.27 | 0.83 |
| Hex | E0 | C9 | DC | 0 | A | 2 | C | 136 | 1B | 53 |
| Octal | 340 | 311 | 334 | 0 | 12 | 2 | 14 | 466 | 33 | 123 |
| Binary | 11100000 | 11001001 | 11011100 | 0 | 1010 | 10 | 1100 | 100110110 | 11011 | 1010011 |
Color Harmonies of #E0C9DC
Complementary color
Monochromatic Colors of #E0C9DC
Black with #E0C9DC
Text Example
Text Example
White with #E0C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C9DC; }
p { color: rgb(224,201,220); }
H1.HeaderClassName
{
color: #E0C9DC;
}
.AnyTagClassName
{
color: #E0C9DC;
}
</style>
background-color css
<style>
a { background-color: #E0C9DC; }
a { background-color: rgb(224,201,220); }
div.DivClassName
{
background-color: #E0C9DC;
}
.BgClassName
{
background-color: #E0C9DC;
}
</style>
border-color css
<style>
span { border-color: #E0C9DC; }
span { border-color: rgb(224,201,220); }
td.TdClassName
{
border-color: #E0C9DC;
}
.TagClassName
{
border-color: #E0C9DC;
}
</style>