Shades of French Lilac #E6C2DB
Tints of French Lilac #E6C2DB
RGB
CMYK
RGB Variations
Color information
#E6C2DB (or 0xE6C2DB) is known color: French Lilac. HEX triplet: E6, C2 and DB. RGB value is (230,194,219). Sum of RGB (Red+Green+Blue) = 230+194+219=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C2DB is #193D24. Grayscale: #CFCFCF. Windows color (decimal): -1654053 or 14402278. OLE color: 14402278.
HSL color Cylindrical-coordinate representation of color #E6C2DB: hue angle of 318.33º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6C2DB is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 194 | 219 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.10 |
| HSL | 318.33º | 0.42% | 0.83% | - |
| HSV(B) | 318.33º | 0.16% | 0.9% | - |
| XYZ | 64.71 | 60.52 | 75.29 | - |
| YUV | 207.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 194 | 219 | 0 | 0.16 | 0.05 | 0.10 | 318.33 | 0.42 | 0.83 |
| Hex | E6 | C2 | DB | 0 | 10 | 5 | A | 13E | 2A | 53 |
| Octal | 346 | 302 | 333 | 0 | 20 | 5 | 12 | 476 | 52 | 123 |
| Binary | 11100110 | 11000010 | 11011011 | 0 | 10000 | 101 | 1010 | 100111110 | 101010 | 1010011 |
Color Harmonies of #E6C2DB
Complementary color
Monochromatic Colors of #E6C2DB
Black with #E6C2DB
Text Example
Text Example
White with #E6C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C2DB; }
p { color: rgb(230,194,219); }
H1.HeaderClassName
{
color: #E6C2DB;
}
.AnyTagClassName
{
color: #E6C2DB;
}
</style>
background-color css
<style>
a { background-color: #E6C2DB; }
a { background-color: rgb(230,194,219); }
div.DivClassName
{
background-color: #E6C2DB;
}
.BgClassName
{
background-color: #E6C2DB;
}
</style>
border-color css
<style>
span { border-color: #E6C2DB; }
span { border-color: rgb(230,194,219); }
td.TdClassName
{
border-color: #E6C2DB;
}
.TagClassName
{
border-color: #E6C2DB;
}
</style>