Shades of French Lilac #E0C6DB
Tints of French Lilac #E0C6DB
RGB
CMYK
RGB Variations
Color information
#E0C6DB (or 0xE0C6DB) is known color: French Lilac. HEX triplet: E0, C6 and DB. RGB value is (224,198,219). Sum of RGB (Red+Green+Blue) = 224+198+219=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C6DB is #1F3924. Grayscale: #D0D0D0. Windows color (decimal): -2046245 or 14403296. OLE color: 14403296.
HSL color Cylindrical-coordinate representation of color #E0C6DB: hue angle of 311.54º 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 #E0C6DB is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 198 | 219 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.12 |
| HSL | 311.54º | 0.3% | 0.83% | - |
| HSV(B) | 311.54º | 0.12% | 0.88% | - |
| XYZ | 63.72 | 61.35 | 75.5 | - |
| YUV | 208.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 198 | 219 | 0 | 0.12 | 0.02 | 0.12 | 311.54 | 0.3 | 0.83 |
| Hex | E0 | C6 | DB | 0 | C | 2 | C | 138 | 1E | 53 |
| Octal | 340 | 306 | 333 | 0 | 14 | 2 | 14 | 470 | 36 | 123 |
| Binary | 11100000 | 11000110 | 11011011 | 0 | 1100 | 10 | 1100 | 100111000 | 11110 | 1010011 |
Color Harmonies of #E0C6DB
Complementary color
Monochromatic Colors of #E0C6DB
Black with #E0C6DB
Text Example
Text Example
White with #E0C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C6DB; }
p { color: rgb(224,198,219); }
H1.HeaderClassName
{
color: #E0C6DB;
}
.AnyTagClassName
{
color: #E0C6DB;
}
</style>
background-color css
<style>
a { background-color: #E0C6DB; }
a { background-color: rgb(224,198,219); }
div.DivClassName
{
background-color: #E0C6DB;
}
.BgClassName
{
background-color: #E0C6DB;
}
</style>
border-color css
<style>
span { border-color: #E0C6DB; }
span { border-color: rgb(224,198,219); }
td.TdClassName
{
border-color: #E0C6DB;
}
.TagClassName
{
border-color: #E0C6DB;
}
</style>