Shades of French Lilac #E6C5DC
Tints of French Lilac #E6C5DC
RGB
CMYK
RGB Variations
Color information
#E6C5DC (or 0xE6C5DC) is known color: French Lilac. HEX triplet: E6, C5 and DC. RGB value is (230,197,220). Sum of RGB (Red+Green+Blue) = 230+197+220=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C5DC is #193A23. Grayscale: #D1D1D1. Windows color (decimal): -1653284 or 14468582. OLE color: 14468582.
HSL color Cylindrical-coordinate representation of color #E6C5DC: hue angle of 318.18º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6C5DC is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 220 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.10 |
| HSL | 318.18º | 0.4% | 0.84% | - |
| HSV(B) | 318.18º | 0.14% | 0.9% | - |
| XYZ | 65.52 | 61.92 | 76.21 | - |
| YUV | 209.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 220 | 0 | 0.14 | 0.04 | 0.10 | 318.18 | 0.4 | 0.84 |
| Hex | E6 | C5 | DC | 0 | E | 4 | A | 13E | 28 | 54 |
| Octal | 346 | 305 | 334 | 0 | 16 | 4 | 12 | 476 | 50 | 124 |
| Binary | 11100110 | 11000101 | 11011100 | 0 | 1110 | 100 | 1010 | 100111110 | 101000 | 1010100 |
Color Harmonies of #E6C5DC
Complementary color
Monochromatic Colors of #E6C5DC
Black with #E6C5DC
Text Example
Text Example
White with #E6C5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C5DC; }
p { color: rgb(230,197,220); }
H1.HeaderClassName
{
color: #E6C5DC;
}
.AnyTagClassName
{
color: #E6C5DC;
}
</style>
background-color css
<style>
a { background-color: #E6C5DC; }
a { background-color: rgb(230,197,220); }
div.DivClassName
{
background-color: #E6C5DC;
}
.BgClassName
{
background-color: #E6C5DC;
}
</style>
border-color css
<style>
span { border-color: #E6C5DC; }
span { border-color: rgb(230,197,220); }
td.TdClassName
{
border-color: #E6C5DC;
}
.TagClassName
{
border-color: #E6C5DC;
}
</style>