Shades of French Lilac #E7C0DF
Tints of French Lilac #E7C0DF
RGB
CMYK
RGB Variations
Color information
#E7C0DF (or 0xE7C0DF) is known color: French Lilac. HEX triplet: E7, C0 and DF. RGB value is (231,192,223). Sum of RGB (Red+Green+Blue) = 231+192+223=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C0DF is #183F20. Grayscale: #CFCFCF. Windows color (decimal): -1589025 or 14663911. OLE color: 14663911.
HSL color Cylindrical-coordinate representation of color #E7C0DF: hue angle of 312.31º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7C0DF is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 223 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.09 |
| HSL | 312.31º | 0.45% | 0.83% | - |
| HSV(B) | 312.31º | 0.17% | 0.91% | - |
| XYZ | 65.12 | 60.02 | 77.96 | - |
| YUV | 207.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 223 | 0 | 0.17 | 0.03 | 0.09 | 312.31 | 0.45 | 0.83 |
| Hex | E7 | C0 | DF | 0 | 11 | 3 | 9 | 138 | 2D | 53 |
| Octal | 347 | 300 | 337 | 0 | 21 | 3 | 11 | 470 | 55 | 123 |
| Binary | 11100111 | 11000000 | 11011111 | 0 | 10001 | 11 | 1001 | 100111000 | 101101 | 1010011 |
Color Harmonies of #E7C0DF
Complementary color
Monochromatic Colors of #E7C0DF
Black with #E7C0DF
Text Example
Text Example
White with #E7C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C0DF; }
p { color: rgb(231,192,223); }
H1.HeaderClassName
{
color: #E7C0DF;
}
.AnyTagClassName
{
color: #E7C0DF;
}
</style>
background-color css
<style>
a { background-color: #E7C0DF; }
a { background-color: rgb(231,192,223); }
div.DivClassName
{
background-color: #E7C0DF;
}
.BgClassName
{
background-color: #E7C0DF;
}
</style>
border-color css
<style>
span { border-color: #E7C0DF; }
span { border-color: rgb(231,192,223); }
td.TdClassName
{
border-color: #E7C0DF;
}
.TagClassName
{
border-color: #E7C0DF;
}
</style>