Shades of French Lilac #E6AADE
Tints of French Lilac #E6AADE
RGB
CMYK
RGB Variations
Color information
#E6AADE (or 0xE6AADE) is known color: French Lilac. HEX triplet: E6, AA and DE. RGB value is (230,170,222). Sum of RGB (Red+Green+Blue) = 230+170+222=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AADE is #195521. Grayscale: #C1C1C1. Windows color (decimal): -1660194 or 14592742. OLE color: 14592742.
HSL color Cylindrical-coordinate representation of color #E6AADE: hue angle of 308º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6AADE is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 222 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.10 |
| HSL | 308º | 0.55% | 0.78% | - |
| HSV(B) | 308º | 0.26% | 0.9% | - |
| XYZ | 60.19 | 50.85 | 75.75 | - |
| YUV | 193.87 | 143.88 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 222 | 0 | 0.26 | 0.03 | 0.10 | 308 | 0.55 | 0.78 |
| Hex | E6 | AA | DE | 0 | 1A | 3 | A | 134 | 37 | 4E |
| Octal | 346 | 252 | 336 | 0 | 32 | 3 | 12 | 464 | 67 | 116 |
| Binary | 11100110 | 10101010 | 11011110 | 0 | 11010 | 11 | 1010 | 100110100 | 110111 | 1001110 |
Color Harmonies of #E6AADE
Complementary color
Monochromatic Colors of #E6AADE
Black with #E6AADE
Text Example
Text Example
White with #E6AADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AADE; }
p { color: rgb(230,170,222); }
H1.HeaderClassName
{
color: #E6AADE;
}
.AnyTagClassName
{
color: #E6AADE;
}
</style>
background-color css
<style>
a { background-color: #E6AADE; }
a { background-color: rgb(230,170,222); }
div.DivClassName
{
background-color: #E6AADE;
}
.BgClassName
{
background-color: #E6AADE;
}
</style>
border-color css
<style>
span { border-color: #E6AADE; }
span { border-color: rgb(230,170,222); }
td.TdClassName
{
border-color: #E6AADE;
}
.TagClassName
{
border-color: #E6AADE;
}
</style>