Shades of French Lilac #E6C7DC
Tints of French Lilac #E6C7DC
RGB
CMYK
RGB Variations
Color information
#E6C7DC (or 0xE6C7DC) is known color: French Lilac. HEX triplet: E6, C7 and DC. RGB value is (230,199,220). Sum of RGB (Red+Green+Blue) = 230+199+220=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 199 (78.12% from 255 or 30.66% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C7DC is #193823. Grayscale: #D2D2D2. Windows color (decimal): -1652772 or 14469094. OLE color: 14469094.
HSL color Cylindrical-coordinate representation of color #E6C7DC: hue angle of 319.35º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6C7DC is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 199 | 220 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.10 |
| HSL | 319.35º | 0.38% | 0.84% | - |
| HSV(B) | 319.35º | 0.13% | 0.9% | - |
| XYZ | 65.97 | 62.84 | 76.36 | - |
| YUV | 210.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 220 | 0 | 0.13 | 0.04 | 0.10 | 319.35 | 0.38 | 0.84 |
| Hex | E6 | C7 | DC | 0 | D | 4 | A | 13F | 26 | 54 |
| Octal | 346 | 307 | 334 | 0 | 15 | 4 | 12 | 477 | 46 | 124 |
| Binary | 11100110 | 11000111 | 11011100 | 0 | 1101 | 100 | 1010 | 100111111 | 100110 | 1010100 |
Color Harmonies of #E6C7DC
Complementary color
Monochromatic Colors of #E6C7DC
Black with #E6C7DC
Text Example
Text Example
White with #E6C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C7DC; }
p { color: rgb(230,199,220); }
H1.HeaderClassName
{
color: #E6C7DC;
}
.AnyTagClassName
{
color: #E6C7DC;
}
</style>
background-color css
<style>
a { background-color: #E6C7DC; }
a { background-color: rgb(230,199,220); }
div.DivClassName
{
background-color: #E6C7DC;
}
.BgClassName
{
background-color: #E6C7DC;
}
</style>
border-color css
<style>
span { border-color: #E6C7DC; }
span { border-color: rgb(230,199,220); }
td.TdClassName
{
border-color: #E6C7DC;
}
.TagClassName
{
border-color: #E6C7DC;
}
</style>