Shades of French Lilac #E5CEE0
Tints of French Lilac #E5CEE0
RGB
CMYK
RGB Variations
Color information
#E5CEE0 (or 0xE5CEE0) is known color: French Lilac. HEX triplet: E5, CE and E0. RGB value is (229,206,224). Sum of RGB (Red+Green+Blue) = 229+206+224=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CEE0 is #1A311F. Grayscale: #D6D6D6. Windows color (decimal): -1716512 or 14733029. OLE color: 14733029.
HSL color Cylindrical-coordinate representation of color #E5CEE0: hue angle of 313.04º degrees, saturation: 0.31, 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 #E5CEE0 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 224 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.10 |
| HSL | 313.04º | 0.31% | 0.85% | - |
| HSV(B) | 313.04º | 0.1% | 0.9% | - |
| XYZ | 67.84 | 66.18 | 79.72 | - |
| YUV | 214.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 224 | 0 | 0.10 | 0.02 | 0.10 | 313.04 | 0.31 | 0.85 |
| Hex | E5 | CE | E0 | 0 | A | 2 | A | 139 | 1F | 55 |
| Octal | 345 | 316 | 340 | 0 | 12 | 2 | 12 | 471 | 37 | 125 |
| Binary | 11100101 | 11001110 | 11100000 | 0 | 1010 | 10 | 1010 | 100111001 | 11111 | 1010101 |
Color Harmonies of #E5CEE0
Complementary color
Monochromatic Colors of #E5CEE0
Black with #E5CEE0
Text Example
Text Example
White with #E5CEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CEE0; }
p { color: rgb(229,206,224); }
H1.HeaderClassName
{
color: #E5CEE0;
}
.AnyTagClassName
{
color: #E5CEE0;
}
</style>
background-color css
<style>
a { background-color: #E5CEE0; }
a { background-color: rgb(229,206,224); }
div.DivClassName
{
background-color: #E5CEE0;
}
.BgClassName
{
background-color: #E5CEE0;
}
</style>
border-color css
<style>
span { border-color: #E5CEE0; }
span { border-color: rgb(229,206,224); }
td.TdClassName
{
border-color: #E5CEE0;
}
.TagClassName
{
border-color: #E5CEE0;
}
</style>