Shades of French Lilac #E7C6DE
Tints of French Lilac #E7C6DE
RGB
CMYK
RGB Variations
Color information
#E7C6DE (or 0xE7C6DE) is known color: French Lilac. HEX triplet: E7, C6 and DE. RGB value is (231,198,222). Sum of RGB (Red+Green+Blue) = 231+198+222=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6DE is #183921. Grayscale: #D2D2D2. Windows color (decimal): -1587490 or 14599911. OLE color: 14599911.
HSL color Cylindrical-coordinate representation of color #E7C6DE: hue angle of 316.36º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7C6DE is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 222 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.09 |
| HSL | 316.36º | 0.41% | 0.84% | - |
| HSV(B) | 316.36º | 0.14% | 0.91% | - |
| XYZ | 66.33 | 62.65 | 77.7 | - |
| YUV | 210.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 222 | 0 | 0.14 | 0.04 | 0.09 | 316.36 | 0.41 | 0.84 |
| Hex | E7 | C6 | DE | 0 | E | 4 | 9 | 13C | 29 | 54 |
| Octal | 347 | 306 | 336 | 0 | 16 | 4 | 11 | 474 | 51 | 124 |
| Binary | 11100111 | 11000110 | 11011110 | 0 | 1110 | 100 | 1001 | 100111100 | 101001 | 1010100 |
Color Harmonies of #E7C6DE
Complementary color
Monochromatic Colors of #E7C6DE
Black with #E7C6DE
Text Example
Text Example
White with #E7C6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C6DE; }
p { color: rgb(231,198,222); }
H1.HeaderClassName
{
color: #E7C6DE;
}
.AnyTagClassName
{
color: #E7C6DE;
}
</style>
background-color css
<style>
a { background-color: #E7C6DE; }
a { background-color: rgb(231,198,222); }
div.DivClassName
{
background-color: #E7C6DE;
}
.BgClassName
{
background-color: #E7C6DE;
}
</style>
border-color css
<style>
span { border-color: #E7C6DE; }
span { border-color: rgb(231,198,222); }
td.TdClassName
{
border-color: #E7C6DE;
}
.TagClassName
{
border-color: #E7C6DE;
}
</style>