Shades of French Lilac #E6C0DE
Tints of French Lilac #E6C0DE
RGB
CMYK
RGB Variations
Color information
#E6C0DE (or 0xE6C0DE) is known color: French Lilac. HEX triplet: E6, C0 and DE. RGB value is (230,192,222). Sum of RGB (Red+Green+Blue) = 230+192+222=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C0DE is #193F21. Grayscale: #CECECE. Windows color (decimal): -1654562 or 14598374. OLE color: 14598374.
HSL color Cylindrical-coordinate representation of color #E6C0DE: hue angle of 312.63º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6C0DE is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 222 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.10 |
| HSL | 312.63º | 0.43% | 0.83% | - |
| HSV(B) | 312.63º | 0.17% | 0.9% | - |
| XYZ | 64.67 | 59.8 | 77.24 | - |
| YUV | 206.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 222 | 0 | 0.17 | 0.03 | 0.10 | 312.63 | 0.43 | 0.83 |
| Hex | E6 | C0 | DE | 0 | 11 | 3 | A | 139 | 2B | 53 |
| Octal | 346 | 300 | 336 | 0 | 21 | 3 | 12 | 471 | 53 | 123 |
| Binary | 11100110 | 11000000 | 11011110 | 0 | 10001 | 11 | 1010 | 100111001 | 101011 | 1010011 |
Color Harmonies of #E6C0DE
Complementary color
Monochromatic Colors of #E6C0DE
Black with #E6C0DE
Text Example
Text Example
White with #E6C0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C0DE; }
p { color: rgb(230,192,222); }
H1.HeaderClassName
{
color: #E6C0DE;
}
.AnyTagClassName
{
color: #E6C0DE;
}
</style>
background-color css
<style>
a { background-color: #E6C0DE; }
a { background-color: rgb(230,192,222); }
div.DivClassName
{
background-color: #E6C0DE;
}
.BgClassName
{
background-color: #E6C0DE;
}
</style>
border-color css
<style>
span { border-color: #E6C0DE; }
span { border-color: rgb(230,192,222); }
td.TdClassName
{
border-color: #E6C0DE;
}
.TagClassName
{
border-color: #E6C0DE;
}
</style>