Shades of French Lilac #E9C0DC
Tints of French Lilac #E9C0DC
RGB
CMYK
RGB Variations
Color information
#E9C0DC (or 0xE9C0DC) is known color: French Lilac. HEX triplet: E9, C0 and DC. RGB value is (233,192,220). Sum of RGB (Red+Green+Blue) = 233+192+220=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C0DC is #163F23. Grayscale: #CFCFCF. Windows color (decimal): -1457956 or 14467305. OLE color: 14467305.
HSL color Cylindrical-coordinate representation of color #E9C0DC: hue angle of 319.02º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9C0DC is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 220 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.09 |
| HSL | 319.02º | 0.48% | 0.83% | - |
| HSV(B) | 319.02º | 0.18% | 0.91% | - |
| XYZ | 65.37 | 60.19 | 75.88 | - |
| YUV | 207.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 220 | 0 | 0.18 | 0.06 | 0.09 | 319.02 | 0.48 | 0.83 |
| Hex | E9 | C0 | DC | 0 | 12 | 6 | 9 | 13F | 30 | 53 |
| Octal | 351 | 300 | 334 | 0 | 22 | 6 | 11 | 477 | 60 | 123 |
| Binary | 11101001 | 11000000 | 11011100 | 0 | 10010 | 110 | 1001 | 100111111 | 110000 | 1010011 |
Color Harmonies of #E9C0DC
Complementary color
Monochromatic Colors of #E9C0DC
Black with #E9C0DC
Text Example
Text Example
White with #E9C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C0DC; }
p { color: rgb(233,192,220); }
H1.HeaderClassName
{
color: #E9C0DC;
}
.AnyTagClassName
{
color: #E9C0DC;
}
</style>
background-color css
<style>
a { background-color: #E9C0DC; }
a { background-color: rgb(233,192,220); }
div.DivClassName
{
background-color: #E9C0DC;
}
.BgClassName
{
background-color: #E9C0DC;
}
</style>
border-color css
<style>
span { border-color: #E9C0DC; }
span { border-color: rgb(233,192,220); }
td.TdClassName
{
border-color: #E9C0DC;
}
.TagClassName
{
border-color: #E9C0DC;
}
</style>