Shades of French Lilac #E5C7DD
Tints of French Lilac #E5C7DD
RGB
CMYK
RGB Variations
Color information
#E5C7DD (or 0xE5C7DD) is known color: French Lilac. HEX triplet: E5, C7 and DD. RGB value is (229,199,221). Sum of RGB (Red+Green+Blue) = 229+199+221=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 199 (78.12% from 255 or 30.66% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C7DD is #1A3822. Grayscale: #D2D2D2. Windows color (decimal): -1718307 or 14534629. OLE color: 14534629.
HSL color Cylindrical-coordinate representation of color #E5C7DD: hue angle of 316º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5C7DD is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 221 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.10 |
| HSL | 316º | 0.37% | 0.84% | - |
| HSV(B) | 316º | 0.13% | 0.9% | - |
| XYZ | 65.79 | 62.73 | 77.05 | - |
| YUV | 210.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 221 | 0 | 0.13 | 0.03 | 0.10 | 316 | 0.37 | 0.84 |
| Hex | E5 | C7 | DD | 0 | D | 3 | A | 13C | 25 | 54 |
| Octal | 345 | 307 | 335 | 0 | 15 | 3 | 12 | 474 | 45 | 124 |
| Binary | 11100101 | 11000111 | 11011101 | 0 | 1101 | 11 | 1010 | 100111100 | 100101 | 1010100 |
Color Harmonies of #E5C7DD
Complementary color
Monochromatic Colors of #E5C7DD
Black with #E5C7DD
Text Example
Text Example
White with #E5C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C7DD; }
p { color: rgb(229,199,221); }
H1.HeaderClassName
{
color: #E5C7DD;
}
.AnyTagClassName
{
color: #E5C7DD;
}
</style>
background-color css
<style>
a { background-color: #E5C7DD; }
a { background-color: rgb(229,199,221); }
div.DivClassName
{
background-color: #E5C7DD;
}
.BgClassName
{
background-color: #E5C7DD;
}
</style>
border-color css
<style>
span { border-color: #E5C7DD; }
span { border-color: rgb(229,199,221); }
td.TdClassName
{
border-color: #E5C7DD;
}
.TagClassName
{
border-color: #E5C7DD;
}
</style>