Shades of French Lilac #E7C1DE
Tints of French Lilac #E7C1DE
RGB
CMYK
RGB Variations
Color information
#E7C1DE (or 0xE7C1DE) is known color: French Lilac. HEX triplet: E7, C1 and DE. RGB value is (231,193,222). Sum of RGB (Red+Green+Blue) = 231+193+222=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 193 (75.78% from 255 or 29.88% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C1DE is #183E21. Grayscale: #CFCFCF. Windows color (decimal): -1588770 or 14598631. OLE color: 14598631.
HSL color Cylindrical-coordinate representation of color #E7C1DE: hue angle of 314.21º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7C1DE is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 222 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.09 |
| HSL | 314.21º | 0.44% | 0.83% | - |
| HSV(B) | 314.21º | 0.16% | 0.91% | - |
| XYZ | 65.21 | 60.4 | 77.33 | - |
| YUV | 207.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 222 | 0 | 0.16 | 0.04 | 0.09 | 314.21 | 0.44 | 0.83 |
| Hex | E7 | C1 | DE | 0 | 10 | 4 | 9 | 13A | 2C | 53 |
| Octal | 347 | 301 | 336 | 0 | 20 | 4 | 11 | 472 | 54 | 123 |
| Binary | 11100111 | 11000001 | 11011110 | 0 | 10000 | 100 | 1001 | 100111010 | 101100 | 1010011 |
Color Harmonies of #E7C1DE
Complementary color
Monochromatic Colors of #E7C1DE
Black with #E7C1DE
Text Example
Text Example
White with #E7C1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C1DE; }
p { color: rgb(231,193,222); }
H1.HeaderClassName
{
color: #E7C1DE;
}
.AnyTagClassName
{
color: #E7C1DE;
}
</style>
background-color css
<style>
a { background-color: #E7C1DE; }
a { background-color: rgb(231,193,222); }
div.DivClassName
{
background-color: #E7C1DE;
}
.BgClassName
{
background-color: #E7C1DE;
}
</style>
border-color css
<style>
span { border-color: #E7C1DE; }
span { border-color: rgb(231,193,222); }
td.TdClassName
{
border-color: #E7C1DE;
}
.TagClassName
{
border-color: #E7C1DE;
}
</style>