Shades of French Lilac #E0C9DB
Tints of French Lilac #E0C9DB
RGB
CMYK
RGB Variations
Color information
#E0C9DB (or 0xE0C9DB) is known color: French Lilac. HEX triplet: E0, C9 and DB. RGB value is (224,201,219). Sum of RGB (Red+Green+Blue) = 224+201+219=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C9DB is #1F3624. Grayscale: #D1D1D1. Windows color (decimal): -2045477 or 14404064. OLE color: 14404064.
HSL color Cylindrical-coordinate representation of color #E0C9DB: hue angle of 313.04º 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 #E0C9DB is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 219 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.12 |
| HSL | 313.04º | 0.27% | 0.83% | - |
| HSV(B) | 313.04º | 0.1% | 0.88% | - |
| XYZ | 64.41 | 62.74 | 75.73 | - |
| YUV | 209.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 219 | 0 | 0.10 | 0.02 | 0.12 | 313.04 | 0.27 | 0.83 |
| Hex | E0 | C9 | DB | 0 | A | 2 | C | 139 | 1B | 53 |
| Octal | 340 | 311 | 333 | 0 | 12 | 2 | 14 | 471 | 33 | 123 |
| Binary | 11100000 | 11001001 | 11011011 | 0 | 1010 | 10 | 1100 | 100111001 | 11011 | 1010011 |
Color Harmonies of #E0C9DB
Complementary color
Monochromatic Colors of #E0C9DB
Black with #E0C9DB
Text Example
Text Example
White with #E0C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C9DB; }
p { color: rgb(224,201,219); }
H1.HeaderClassName
{
color: #E0C9DB;
}
.AnyTagClassName
{
color: #E0C9DB;
}
</style>
background-color css
<style>
a { background-color: #E0C9DB; }
a { background-color: rgb(224,201,219); }
div.DivClassName
{
background-color: #E0C9DB;
}
.BgClassName
{
background-color: #E0C9DB;
}
</style>
border-color css
<style>
span { border-color: #E0C9DB; }
span { border-color: rgb(224,201,219); }
td.TdClassName
{
border-color: #E0C9DB;
}
.TagClassName
{
border-color: #E0C9DB;
}
</style>