Shades of French Lilac #E5CDE0
Tints of French Lilac #E5CDE0
RGB
CMYK
RGB Variations
Color information
#E5CDE0 (or 0xE5CDE0) is known color: French Lilac. HEX triplet: E5, CD and E0. RGB value is (229,205,224). Sum of RGB (Red+Green+Blue) = 229+205+224=658 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.80% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDE0 is #1A321F. Grayscale: #D6D6D6. Windows color (decimal): -1716768 or 14732773. OLE color: 14732773.
HSL color Cylindrical-coordinate representation of color #E5CDE0: hue angle of 312.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CDE0 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 224 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.10 |
| HSL | 312.5º | 0.32% | 0.85% | - |
| HSV(B) | 312.5º | 0.1% | 0.9% | - |
| XYZ | 67.6 | 65.7 | 79.64 | - |
| YUV | 214.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 224 | 0 | 0.10 | 0.02 | 0.10 | 312.5 | 0.32 | 0.85 |
| Hex | E5 | CD | E0 | 0 | A | 2 | A | 138 | 20 | 55 |
| Octal | 345 | 315 | 340 | 0 | 12 | 2 | 12 | 470 | 40 | 125 |
| Binary | 11100101 | 11001101 | 11100000 | 0 | 1010 | 10 | 1010 | 100111000 | 100000 | 1010101 |
Color Harmonies of #E5CDE0
Complementary color
Monochromatic Colors of #E5CDE0
Black with #E5CDE0
Text Example
Text Example
White with #E5CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDE0; }
p { color: rgb(229,205,224); }
H1.HeaderClassName
{
color: #E5CDE0;
}
.AnyTagClassName
{
color: #E5CDE0;
}
</style>
background-color css
<style>
a { background-color: #E5CDE0; }
a { background-color: rgb(229,205,224); }
div.DivClassName
{
background-color: #E5CDE0;
}
.BgClassName
{
background-color: #E5CDE0;
}
</style>
border-color css
<style>
span { border-color: #E5CDE0; }
span { border-color: rgb(229,205,224); }
td.TdClassName
{
border-color: #E5CDE0;
}
.TagClassName
{
border-color: #E5CDE0;
}
</style>