Shades of French Lilac #E8AADC
Tints of French Lilac #E8AADC
RGB
CMYK
RGB Variations
Color information
#E8AADC (or 0xE8AADC) is known color: French Lilac. HEX triplet: E8, AA and DC. RGB value is (232,170,220). Sum of RGB (Red+Green+Blue) = 232+170+220=622 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.30% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AADC is #175523. Grayscale: #C2C2C2. Windows color (decimal): -1529124 or 14461672. OLE color: 14461672.
HSL color Cylindrical-coordinate representation of color #E8AADC: hue angle of 311.61º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8AADC is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 220 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.09 |
| HSL | 311.61º | 0.57% | 0.79% | - |
| HSV(B) | 311.61º | 0.27% | 0.91% | - |
| XYZ | 60.57 | 51.07 | 74.38 | - |
| YUV | 194.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 220 | 0 | 0.27 | 0.05 | 0.09 | 311.61 | 0.57 | 0.79 |
| Hex | E8 | AA | DC | 0 | 1B | 5 | 9 | 138 | 39 | 4F |
| Octal | 350 | 252 | 334 | 0 | 33 | 5 | 11 | 470 | 71 | 117 |
| Binary | 11101000 | 10101010 | 11011100 | 0 | 11011 | 101 | 1001 | 100111000 | 111001 | 1001111 |
Color Harmonies of #E8AADC
Complementary color
Monochromatic Colors of #E8AADC
Black with #E8AADC
Text Example
Text Example
White with #E8AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AADC; }
p { color: rgb(232,170,220); }
H1.HeaderClassName
{
color: #E8AADC;
}
.AnyTagClassName
{
color: #E8AADC;
}
</style>
background-color css
<style>
a { background-color: #E8AADC; }
a { background-color: rgb(232,170,220); }
div.DivClassName
{
background-color: #E8AADC;
}
.BgClassName
{
background-color: #E8AADC;
}
</style>
border-color css
<style>
span { border-color: #E8AADC; }
span { border-color: rgb(232,170,220); }
td.TdClassName
{
border-color: #E8AADC;
}
.TagClassName
{
border-color: #E8AADC;
}
</style>