Shades of French Lilac #E8C1DC
Tints of French Lilac #E8C1DC
RGB
CMYK
RGB Variations
Color information
#E8C1DC (or 0xE8C1DC) is known color: French Lilac. HEX triplet: E8, C1 and DC. RGB value is (232,193,220). Sum of RGB (Red+Green+Blue) = 232+193+220=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 193 (75.78% from 255 or 29.92% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C1DC is #173E23. Grayscale: #CFCFCF. Windows color (decimal): -1523236 or 14467560. OLE color: 14467560.
HSL color Cylindrical-coordinate representation of color #E8C1DC: hue angle of 318.46º degrees, saturation: 0.46, 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 #E8C1DC is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 193 | 220 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.09 |
| HSL | 318.46º | 0.46% | 0.83% | - |
| HSV(B) | 318.46º | 0.17% | 0.91% | - |
| XYZ | 65.27 | 60.46 | 75.94 | - |
| YUV | 207.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 193 | 220 | 0 | 0.17 | 0.05 | 0.09 | 318.46 | 0.46 | 0.83 |
| Hex | E8 | C1 | DC | 0 | 11 | 5 | 9 | 13E | 2E | 53 |
| Octal | 350 | 301 | 334 | 0 | 21 | 5 | 11 | 476 | 56 | 123 |
| Binary | 11101000 | 11000001 | 11011100 | 0 | 10001 | 101 | 1001 | 100111110 | 101110 | 1010011 |
Color Harmonies of #E8C1DC
Complementary color
Monochromatic Colors of #E8C1DC
Black with #E8C1DC
Text Example
Text Example
White with #E8C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C1DC; }
p { color: rgb(232,193,220); }
H1.HeaderClassName
{
color: #E8C1DC;
}
.AnyTagClassName
{
color: #E8C1DC;
}
</style>
background-color css
<style>
a { background-color: #E8C1DC; }
a { background-color: rgb(232,193,220); }
div.DivClassName
{
background-color: #E8C1DC;
}
.BgClassName
{
background-color: #E8C1DC;
}
</style>
border-color css
<style>
span { border-color: #E8C1DC; }
span { border-color: rgb(232,193,220); }
td.TdClassName
{
border-color: #E8C1DC;
}
.TagClassName
{
border-color: #E8C1DC;
}
</style>