Shades of French Lilac #E0CEDB
Tints of French Lilac #E0CEDB
RGB
CMYK
RGB Variations
Color information
#E0CEDB (or 0xE0CEDB) is known color: French Lilac. HEX triplet: E0, CE and DB. RGB value is (224,206,219). Sum of RGB (Red+Green+Blue) = 224+206+219=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CEDB is #1F3124. Grayscale: #D4D4D4. Windows color (decimal): -2044197 or 14405344. OLE color: 14405344.
HSL color Cylindrical-coordinate representation of color #E0CEDB: hue angle of 316.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CEDB is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 219 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.12 |
| HSL | 316.67º | 0.23% | 0.84% | - |
| HSV(B) | 316.67º | 0.08% | 0.88% | - |
| XYZ | 65.6 | 65.1 | 76.13 | - |
| YUV | 212.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 219 | 0 | 0.08 | 0.02 | 0.12 | 316.67 | 0.23 | 0.84 |
| Hex | E0 | CE | DB | 0 | 8 | 2 | C | 13D | 16 | 54 |
| Octal | 340 | 316 | 333 | 0 | 10 | 2 | 14 | 475 | 26 | 124 |
| Binary | 11100000 | 11001110 | 11011011 | 0 | 1000 | 10 | 1100 | 100111101 | 10110 | 1010100 |
Color Harmonies of #E0CEDB
Complementary color
Monochromatic Colors of #E0CEDB
Black with #E0CEDB
Text Example
Text Example
White with #E0CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEDB; }
p { color: rgb(224,206,219); }
H1.HeaderClassName
{
color: #E0CEDB;
}
.AnyTagClassName
{
color: #E0CEDB;
}
</style>
background-color css
<style>
a { background-color: #E0CEDB; }
a { background-color: rgb(224,206,219); }
div.DivClassName
{
background-color: #E0CEDB;
}
.BgClassName
{
background-color: #E0CEDB;
}
</style>
border-color css
<style>
span { border-color: #E0CEDB; }
span { border-color: rgb(224,206,219); }
td.TdClassName
{
border-color: #E0CEDB;
}
.TagClassName
{
border-color: #E0CEDB;
}
</style>