Shades of French Lilac #E3AADB
Tints of French Lilac #E3AADB
RGB
CMYK
RGB Variations
Color information
#E3AADB (or 0xE3AADB) is known color: French Lilac. HEX triplet: E3, AA and DB. RGB value is (227,170,219). Sum of RGB (Red+Green+Blue) = 227+170+219=616 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.85% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AADB is #1C5524. Grayscale: #C0C0C0. Windows color (decimal): -1856805 or 14396131. OLE color: 14396131.
HSL color Cylindrical-coordinate representation of color #E3AADB: hue angle of 308.42º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3AADB is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 170 | 219 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.11 |
| HSL | 308.42º | 0.5% | 0.78% | - |
| HSV(B) | 308.42º | 0.25% | 0.89% | - |
| XYZ | 58.84 | 50.19 | 73.61 | - |
| YUV | 192.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 170 | 219 | 0 | 0.25 | 0.04 | 0.11 | 308.42 | 0.5 | 0.78 |
| Hex | E3 | AA | DB | 0 | 19 | 4 | B | 134 | 32 | 4E |
| Octal | 343 | 252 | 333 | 0 | 31 | 4 | 13 | 464 | 62 | 116 |
| Binary | 11100011 | 10101010 | 11011011 | 0 | 11001 | 100 | 1011 | 100110100 | 110010 | 1001110 |
Color Harmonies of #E3AADB
Complementary color
Monochromatic Colors of #E3AADB
Black with #E3AADB
Text Example
Text Example
White with #E3AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AADB; }
p { color: rgb(227,170,219); }
H1.HeaderClassName
{
color: #E3AADB;
}
.AnyTagClassName
{
color: #E3AADB;
}
</style>
background-color css
<style>
a { background-color: #E3AADB; }
a { background-color: rgb(227,170,219); }
div.DivClassName
{
background-color: #E3AADB;
}
.BgClassName
{
background-color: #E3AADB;
}
</style>
border-color css
<style>
span { border-color: #E3AADB; }
span { border-color: rgb(227,170,219); }
td.TdClassName
{
border-color: #E3AADB;
}
.TagClassName
{
border-color: #E3AADB;
}
</style>