Shades of French Lilac #E9C1DE
Tints of French Lilac #E9C1DE
RGB
CMYK
RGB Variations
Color information
#E9C1DE (or 0xE9C1DE) is known color: French Lilac. HEX triplet: E9, C1 and DE. RGB value is (233,193,222). Sum of RGB (Red+Green+Blue) = 233+193+222=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C1DE is #163E21. Grayscale: #D0D0D0. Windows color (decimal): -1457698 or 14598633. OLE color: 14598633.
HSL color Cylindrical-coordinate representation of color #E9C1DE: hue angle of 316.5º degrees, saturation: 0.48, 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 #E9C1DE is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 193 | 222 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.09 |
| HSL | 316.5º | 0.48% | 0.84% | - |
| HSV(B) | 316.5º | 0.17% | 0.91% | - |
| XYZ | 65.86 | 60.74 | 77.36 | - |
| YUV | 208.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 193 | 222 | 0 | 0.17 | 0.05 | 0.09 | 316.5 | 0.48 | 0.84 |
| Hex | E9 | C1 | DE | 0 | 11 | 5 | 9 | 13C | 30 | 54 |
| Octal | 351 | 301 | 336 | 0 | 21 | 5 | 11 | 474 | 60 | 124 |
| Binary | 11101001 | 11000001 | 11011110 | 0 | 10001 | 101 | 1001 | 100111100 | 110000 | 1010100 |
Color Harmonies of #E9C1DE
Complementary color
Monochromatic Colors of #E9C1DE
Black with #E9C1DE
Text Example
Text Example
White with #E9C1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C1DE; }
p { color: rgb(233,193,222); }
H1.HeaderClassName
{
color: #E9C1DE;
}
.AnyTagClassName
{
color: #E9C1DE;
}
</style>
background-color css
<style>
a { background-color: #E9C1DE; }
a { background-color: rgb(233,193,222); }
div.DivClassName
{
background-color: #E9C1DE;
}
.BgClassName
{
background-color: #E9C1DE;
}
</style>
border-color css
<style>
span { border-color: #E9C1DE; }
span { border-color: rgb(233,193,222); }
td.TdClassName
{
border-color: #E9C1DE;
}
.TagClassName
{
border-color: #E9C1DE;
}
</style>