Shades of French Lilac #E9C2DC
Tints of French Lilac #E9C2DC
RGB
CMYK
RGB Variations
Color information
#E9C2DC (or 0xE9C2DC) is known color: French Lilac. HEX triplet: E9, C2 and DC. RGB value is (233,194,220). Sum of RGB (Red+Green+Blue) = 233+194+220=647 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.01% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C2DC is #163D23. Grayscale: #D0D0D0. Windows color (decimal): -1457444 or 14467817. OLE color: 14467817.
HSL color Cylindrical-coordinate representation of color #E9C2DC: hue angle of 320º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9C2DC is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 194 | 220 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.09 |
| HSL | 320º | 0.47% | 0.84% | - |
| HSV(B) | 320º | 0.17% | 0.91% | - |
| XYZ | 65.81 | 61.07 | 76.03 | - |
| YUV | 208.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 194 | 220 | 0 | 0.17 | 0.06 | 0.09 | 320 | 0.47 | 0.84 |
| Hex | E9 | C2 | DC | 0 | 11 | 6 | 9 | 140 | 2F | 54 |
| Octal | 351 | 302 | 334 | 0 | 21 | 6 | 11 | 500 | 57 | 124 |
| Binary | 11101001 | 11000010 | 11011100 | 0 | 10001 | 110 | 1001 | 101000000 | 101111 | 1010100 |
Color Harmonies of #E9C2DC
Complementary color
Monochromatic Colors of #E9C2DC
Black with #E9C2DC
Text Example
Text Example
White with #E9C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C2DC; }
p { color: rgb(233,194,220); }
H1.HeaderClassName
{
color: #E9C2DC;
}
.AnyTagClassName
{
color: #E9C2DC;
}
</style>
background-color css
<style>
a { background-color: #E9C2DC; }
a { background-color: rgb(233,194,220); }
div.DivClassName
{
background-color: #E9C2DC;
}
.BgClassName
{
background-color: #E9C2DC;
}
</style>
border-color css
<style>
span { border-color: #E9C2DC; }
span { border-color: rgb(233,194,220); }
td.TdClassName
{
border-color: #E9C2DC;
}
.TagClassName
{
border-color: #E9C2DC;
}
</style>