Shades of French Lilac #E2AADB
Tints of French Lilac #E2AADB
RGB
CMYK
RGB Variations
Color information
#E2AADB (or 0xE2AADB) is known color: French Lilac. HEX triplet: E2, AA and DB. RGB value is (226,170,219). Sum of RGB (Red+Green+Blue) = 226+170+219=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AADB is #1D5524. Grayscale: #C0C0C0. Windows color (decimal): -1922341 or 14396130. OLE color: 14396130.
HSL color Cylindrical-coordinate representation of color #E2AADB: hue angle of 307.5º degrees, saturation: 0.49, 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 #E2AADB is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 219 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.11 |
| HSL | 307.5º | 0.49% | 0.78% | - |
| HSV(B) | 307.5º | 0.25% | 0.89% | - |
| XYZ | 58.52 | 50.03 | 73.59 | - |
| YUV | 192.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 219 | 0 | 0.25 | 0.03 | 0.11 | 307.5 | 0.49 | 0.78 |
| Hex | E2 | AA | DB | 0 | 19 | 3 | B | 134 | 31 | 4E |
| Octal | 342 | 252 | 333 | 0 | 31 | 3 | 13 | 464 | 61 | 116 |
| Binary | 11100010 | 10101010 | 11011011 | 0 | 11001 | 11 | 1011 | 100110100 | 110001 | 1001110 |
Color Harmonies of #E2AADB
Complementary color
Monochromatic Colors of #E2AADB
Black with #E2AADB
Text Example
Text Example
White with #E2AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AADB; }
p { color: rgb(226,170,219); }
H1.HeaderClassName
{
color: #E2AADB;
}
.AnyTagClassName
{
color: #E2AADB;
}
</style>
background-color css
<style>
a { background-color: #E2AADB; }
a { background-color: rgb(226,170,219); }
div.DivClassName
{
background-color: #E2AADB;
}
.BgClassName
{
background-color: #E2AADB;
}
</style>
border-color css
<style>
span { border-color: #E2AADB; }
span { border-color: rgb(226,170,219); }
td.TdClassName
{
border-color: #E2AADB;
}
.TagClassName
{
border-color: #E2AADB;
}
</style>