Shades of French Lilac #E7C7DE
Tints of French Lilac #E7C7DE
RGB
CMYK
RGB Variations
Color information
#E7C7DE (or 0xE7C7DE) is known color: French Lilac. HEX triplet: E7, C7 and DE. RGB value is (231,199,222). Sum of RGB (Red+Green+Blue) = 231+199+222=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C7DE is #183821. Grayscale: #D3D3D3. Windows color (decimal): -1587234 or 14600167. OLE color: 14600167.
HSL color Cylindrical-coordinate representation of color #E7C7DE: hue angle of 316.88º degrees, saturation: 0.4, 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 #E7C7DE is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 199 | 222 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.09 |
| HSL | 316.88º | 0.4% | 0.84% | - |
| HSV(B) | 316.88º | 0.14% | 0.91% | - |
| XYZ | 66.56 | 63.11 | 77.78 | - |
| YUV | 211.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 199 | 222 | 0 | 0.14 | 0.04 | 0.09 | 316.88 | 0.4 | 0.84 |
| Hex | E7 | C7 | DE | 0 | E | 4 | 9 | 13D | 28 | 54 |
| Octal | 347 | 307 | 336 | 0 | 16 | 4 | 11 | 475 | 50 | 124 |
| Binary | 11100111 | 11000111 | 11011110 | 0 | 1110 | 100 | 1001 | 100111101 | 101000 | 1010100 |
Color Harmonies of #E7C7DE
Complementary color
Monochromatic Colors of #E7C7DE
Black with #E7C7DE
Text Example
Text Example
White with #E7C7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C7DE; }
p { color: rgb(231,199,222); }
H1.HeaderClassName
{
color: #E7C7DE;
}
.AnyTagClassName
{
color: #E7C7DE;
}
</style>
background-color css
<style>
a { background-color: #E7C7DE; }
a { background-color: rgb(231,199,222); }
div.DivClassName
{
background-color: #E7C7DE;
}
.BgClassName
{
background-color: #E7C7DE;
}
</style>
border-color css
<style>
span { border-color: #E7C7DE; }
span { border-color: rgb(231,199,222); }
td.TdClassName
{
border-color: #E7C7DE;
}
.TagClassName
{
border-color: #E7C7DE;
}
</style>