Shades of French Lilac #E5ADDF
Tints of French Lilac #E5ADDF
RGB
CMYK
RGB Variations
Color information
#E5ADDF (or 0xE5ADDF) is known color: French Lilac. HEX triplet: E5, AD and DF. RGB value is (229,173,223). Sum of RGB (Red+Green+Blue) = 229+173+223=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ADDF is #1A5220. Grayscale: #C3C3C3. Windows color (decimal): -1724961 or 14659045. OLE color: 14659045.
HSL color Cylindrical-coordinate representation of color #E5ADDF: hue angle of 306.43º 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 #E5ADDF is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 223 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.10 |
| HSL | 306.43º | 0.52% | 0.79% | - |
| HSV(B) | 306.43º | 0.24% | 0.9% | - |
| XYZ | 60.58 | 51.87 | 76.63 | - |
| YUV | 195.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 223 | 0 | 0.24 | 0.03 | 0.10 | 306.43 | 0.52 | 0.79 |
| Hex | E5 | AD | DF | 0 | 18 | 3 | A | 132 | 34 | 4F |
| Octal | 345 | 255 | 337 | 0 | 30 | 3 | 12 | 462 | 64 | 117 |
| Binary | 11100101 | 10101101 | 11011111 | 0 | 11000 | 11 | 1010 | 100110010 | 110100 | 1001111 |
Color Harmonies of #E5ADDF
Complementary color
Monochromatic Colors of #E5ADDF
Black with #E5ADDF
Text Example
Text Example
White with #E5ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADDF; }
p { color: rgb(229,173,223); }
H1.HeaderClassName
{
color: #E5ADDF;
}
.AnyTagClassName
{
color: #E5ADDF;
}
</style>
background-color css
<style>
a { background-color: #E5ADDF; }
a { background-color: rgb(229,173,223); }
div.DivClassName
{
background-color: #E5ADDF;
}
.BgClassName
{
background-color: #E5ADDF;
}
</style>
border-color css
<style>
span { border-color: #E5ADDF; }
span { border-color: rgb(229,173,223); }
td.TdClassName
{
border-color: #E5ADDF;
}
.TagClassName
{
border-color: #E5ADDF;
}
</style>