Shades of French Lilac #E5C5DD
Tints of French Lilac #E5C5DD
RGB
CMYK
RGB Variations
Color information
#E5C5DD (or 0xE5C5DD) is known color: French Lilac. HEX triplet: E5, C5 and DD. RGB value is (229,197,221). Sum of RGB (Red+Green+Blue) = 229+197+221=647 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.39% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C5DD is #1A3A22. Grayscale: #D1D1D1. Windows color (decimal): -1718819 or 14534117. OLE color: 14534117.
HSL color Cylindrical-coordinate representation of color #E5C5DD: hue angle of 315º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5C5DD is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 221 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.10 |
| HSL | 315º | 0.38% | 0.84% | - |
| HSV(B) | 315º | 0.14% | 0.9% | - |
| XYZ | 65.33 | 61.81 | 76.89 | - |
| YUV | 209.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 221 | 0 | 0.14 | 0.03 | 0.10 | 315 | 0.38 | 0.84 |
| Hex | E5 | C5 | DD | 0 | E | 3 | A | 13B | 26 | 54 |
| Octal | 345 | 305 | 335 | 0 | 16 | 3 | 12 | 473 | 46 | 124 |
| Binary | 11100101 | 11000101 | 11011101 | 0 | 1110 | 11 | 1010 | 100111011 | 100110 | 1010100 |
Color Harmonies of #E5C5DD
Complementary color
Monochromatic Colors of #E5C5DD
Black with #E5C5DD
Text Example
Text Example
White with #E5C5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C5DD; }
p { color: rgb(229,197,221); }
H1.HeaderClassName
{
color: #E5C5DD;
}
.AnyTagClassName
{
color: #E5C5DD;
}
</style>
background-color css
<style>
a { background-color: #E5C5DD; }
a { background-color: rgb(229,197,221); }
div.DivClassName
{
background-color: #E5C5DD;
}
.BgClassName
{
background-color: #E5C5DD;
}
</style>
border-color css
<style>
span { border-color: #E5C5DD; }
span { border-color: rgb(229,197,221); }
td.TdClassName
{
border-color: #E5C5DD;
}
.TagClassName
{
border-color: #E5C5DD;
}
</style>