Shades of French Lilac #E5ADDB
Tints of French Lilac #E5ADDB
RGB
CMYK
RGB Variations
Color information
#E5ADDB (or 0xE5ADDB) is known color: French Lilac. HEX triplet: E5, AD and DB. RGB value is (229,173,219). Sum of RGB (Red+Green+Blue) = 229+173+219=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ADDB is #1A5224. Grayscale: #C2C2C2. Windows color (decimal): -1724965 or 14396901. OLE color: 14396901.
HSL color Cylindrical-coordinate representation of color #E5ADDB: hue angle of 310.71º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5ADDB is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 219 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.10 |
| HSL | 310.71º | 0.52% | 0.79% | - |
| HSV(B) | 310.71º | 0.24% | 0.9% | - |
| XYZ | 60.04 | 51.66 | 73.82 | - |
| YUV | 194.99 | 141.55 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 219 | 0 | 0.24 | 0.04 | 0.10 | 310.71 | 0.52 | 0.79 |
| Hex | E5 | AD | DB | 0 | 18 | 4 | A | 137 | 34 | 4F |
| Octal | 345 | 255 | 333 | 0 | 30 | 4 | 12 | 467 | 64 | 117 |
| Binary | 11100101 | 10101101 | 11011011 | 0 | 11000 | 100 | 1010 | 100110111 | 110100 | 1001111 |
Color Harmonies of #E5ADDB
Complementary color
Monochromatic Colors of #E5ADDB
Black with #E5ADDB
Text Example
Text Example
White with #E5ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADDB; }
p { color: rgb(229,173,219); }
H1.HeaderClassName
{
color: #E5ADDB;
}
.AnyTagClassName
{
color: #E5ADDB;
}
</style>
background-color css
<style>
a { background-color: #E5ADDB; }
a { background-color: rgb(229,173,219); }
div.DivClassName
{
background-color: #E5ADDB;
}
.BgClassName
{
background-color: #E5ADDB;
}
</style>
border-color css
<style>
span { border-color: #E5ADDB; }
span { border-color: rgb(229,173,219); }
td.TdClassName
{
border-color: #E5ADDB;
}
.TagClassName
{
border-color: #E5ADDB;
}
</style>