Shades of French Lilac #E5AFDD
Tints of French Lilac #E5AFDD
RGB
CMYK
RGB Variations
Color information
#E5AFDD (or 0xE5AFDD) is known color: French Lilac. HEX triplet: E5, AF and DD. RGB value is (229,175,221). Sum of RGB (Red+Green+Blue) = 229+175+221=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFDD is #1A5022. Grayscale: #C4C4C4. Windows color (decimal): -1724451 or 14528485. OLE color: 14528485.
HSL color Cylindrical-coordinate representation of color #E5AFDD: hue angle of 308.89º degrees, saturation: 0.51, 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 #E5AFDD is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 221 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.10 |
| HSL | 308.89º | 0.51% | 0.79% | - |
| HSV(B) | 308.89º | 0.24% | 0.9% | - |
| XYZ | 60.69 | 52.54 | 75.35 | - |
| YUV | 196.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 221 | 0 | 0.24 | 0.03 | 0.10 | 308.89 | 0.51 | 0.79 |
| Hex | E5 | AF | DD | 0 | 18 | 3 | A | 135 | 33 | 4F |
| Octal | 345 | 257 | 335 | 0 | 30 | 3 | 12 | 465 | 63 | 117 |
| Binary | 11100101 | 10101111 | 11011101 | 0 | 11000 | 11 | 1010 | 100110101 | 110011 | 1001111 |
Color Harmonies of #E5AFDD
Complementary color
Monochromatic Colors of #E5AFDD
Black with #E5AFDD
Text Example
Text Example
White with #E5AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFDD; }
p { color: rgb(229,175,221); }
H1.HeaderClassName
{
color: #E5AFDD;
}
.AnyTagClassName
{
color: #E5AFDD;
}
</style>
background-color css
<style>
a { background-color: #E5AFDD; }
a { background-color: rgb(229,175,221); }
div.DivClassName
{
background-color: #E5AFDD;
}
.BgClassName
{
background-color: #E5AFDD;
}
</style>
border-color css
<style>
span { border-color: #E5AFDD; }
span { border-color: rgb(229,175,221); }
td.TdClassName
{
border-color: #E5AFDD;
}
.TagClassName
{
border-color: #E5AFDD;
}
</style>