Shades of French Lilac #E5C5E1
Tints of French Lilac #E5C5E1
RGB
CMYK
RGB Variations
Color information
#E5C5E1 (or 0xE5C5E1) is known color: French Lilac. HEX triplet: E5, C5 and E1. RGB value is (229,197,225). Sum of RGB (Red+Green+Blue) = 229+197+225=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C5E1 is #1A3A1E. Grayscale: #D1D1D1. Windows color (decimal): -1718815 or 14796261. OLE color: 14796261.
HSL color Cylindrical-coordinate representation of color #E5C5E1: hue angle of 307.5º 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 #E5C5E1 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 197 | 225 | - |
CMYK | 0 | 0.14 | 0.02 | 0.10 |
HSL | 307.5º | 0.38% | 0.84% | - |
HSV(B) | 307.5º | 0.14% | 0.9% | - |
XYZ | 65.87 | 62.03 | 79.73 | - |
YUV | 209.76 | 136.6 | 141.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 197 | 225 | 0 | 0.14 | 0.02 | 0.10 | 307.5 | 0.38 | 0.84 |
Hex | E5 | C5 | E1 | 0 | E | 2 | A | 134 | 26 | 54 |
Octal | 345 | 305 | 341 | 0 | 16 | 2 | 12 | 464 | 46 | 124 |
Binary | 11100101 | 11000101 | 11100001 | 0 | 1110 | 10 | 1010 | 100110100 | 100110 | 1010100 |
Color Harmonies of #E5C5E1
Complementary color
Monochromatic Colors of #E5C5E1
Black with #E5C5E1
Text Example
Text Example
White with #E5C5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C5E1; }
p { color: rgb(229,197,225); }
H1.HeaderClassName
{
color: #E5C5E1;
}
.AnyTagClassName
{
color: #E5C5E1;
}
</style>
background-color css
<style>
a { background-color: #E5C5E1; }
a { background-color: rgb(229,197,225); }
div.DivClassName
{
background-color: #E5C5E1;
}
.BgClassName
{
background-color: #E5C5E1;
}
</style>
border-color css
<style>
span { border-color: #E5C5E1; }
span { border-color: rgb(229,197,225); }
td.TdClassName
{
border-color: #E5C5E1;
}
.TagClassName
{
border-color: #E5C5E1;
}
</style>