Shades of French Lilac #E6AEDC
Tints of French Lilac #E6AEDC
RGB
CMYK
RGB Variations
Color information
#E6AEDC (or 0xE6AEDC) is known color: French Lilac. HEX triplet: E6, AE and DC. RGB value is (230,174,220). Sum of RGB (Red+Green+Blue) = 230+174+220=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AEDC is #195123. Grayscale: #C3C3C3. Windows color (decimal): -1659172 or 14462694. OLE color: 14462694.
HSL color Cylindrical-coordinate representation of color #E6AEDC: hue angle of 310.71º degrees, saturation: 0.53, 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 #E6AEDC is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 174 | 220 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.10 |
| HSL | 310.71º | 0.53% | 0.79% | - |
| HSV(B) | 310.71º | 0.24% | 0.9% | - |
| XYZ | 60.69 | 52.26 | 74.6 | - |
| YUV | 195.99 | 141.55 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 220 | 0 | 0.24 | 0.04 | 0.10 | 310.71 | 0.53 | 0.79 |
| Hex | E6 | AE | DC | 0 | 18 | 4 | A | 137 | 35 | 4F |
| Octal | 346 | 256 | 334 | 0 | 30 | 4 | 12 | 467 | 65 | 117 |
| Binary | 11100110 | 10101110 | 11011100 | 0 | 11000 | 100 | 1010 | 100110111 | 110101 | 1001111 |
Color Harmonies of #E6AEDC
Complementary color
Monochromatic Colors of #E6AEDC
Black with #E6AEDC
Text Example
Text Example
White with #E6AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AEDC; }
p { color: rgb(230,174,220); }
H1.HeaderClassName
{
color: #E6AEDC;
}
.AnyTagClassName
{
color: #E6AEDC;
}
</style>
background-color css
<style>
a { background-color: #E6AEDC; }
a { background-color: rgb(230,174,220); }
div.DivClassName
{
background-color: #E6AEDC;
}
.BgClassName
{
background-color: #E6AEDC;
}
</style>
border-color css
<style>
span { border-color: #E6AEDC; }
span { border-color: rgb(230,174,220); }
td.TdClassName
{
border-color: #E6AEDC;
}
.TagClassName
{
border-color: #E6AEDC;
}
</style>