Shades of French Lilac #E5AFDB
Tints of French Lilac #E5AFDB
RGB
CMYK
RGB Variations
Color information
#E5AFDB (or 0xE5AFDB) is known color: French Lilac. HEX triplet: E5, AF and DB. RGB value is (229,175,219). Sum of RGB (Red+Green+Blue) = 229+175+219=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFDB is #1A5024. Grayscale: #C4C4C4. Windows color (decimal): -1724453 or 14397413. OLE color: 14397413.
HSL color Cylindrical-coordinate representation of color #E5AFDB: hue angle of 311.11º 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 #E5AFDB is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 219 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.10 |
| HSL | 311.11º | 0.51% | 0.79% | - |
| HSV(B) | 311.11º | 0.24% | 0.9% | - |
| XYZ | 60.43 | 52.43 | 73.95 | - |
| YUV | 196.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 219 | 0 | 0.24 | 0.04 | 0.10 | 311.11 | 0.51 | 0.79 |
| Hex | E5 | AF | DB | 0 | 18 | 4 | A | 137 | 33 | 4F |
| Octal | 345 | 257 | 333 | 0 | 30 | 4 | 12 | 467 | 63 | 117 |
| Binary | 11100101 | 10101111 | 11011011 | 0 | 11000 | 100 | 1010 | 100110111 | 110011 | 1001111 |
Color Harmonies of #E5AFDB
Complementary color
Monochromatic Colors of #E5AFDB
Black with #E5AFDB
Text Example
Text Example
White with #E5AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFDB; }
p { color: rgb(229,175,219); }
H1.HeaderClassName
{
color: #E5AFDB;
}
.AnyTagClassName
{
color: #E5AFDB;
}
</style>
background-color css
<style>
a { background-color: #E5AFDB; }
a { background-color: rgb(229,175,219); }
div.DivClassName
{
background-color: #E5AFDB;
}
.BgClassName
{
background-color: #E5AFDB;
}
</style>
border-color css
<style>
span { border-color: #E5AFDB; }
span { border-color: rgb(229,175,219); }
td.TdClassName
{
border-color: #E5AFDB;
}
.TagClassName
{
border-color: #E5AFDB;
}
</style>