Shades of French Lilac #E0ADD6
Tints of French Lilac #E0ADD6
RGB
CMYK
RGB Variations
Color information
#E0ADD6 (or 0xE0ADD6) is known color: French Lilac. HEX triplet: E0, AD and D6. RGB value is (224,173,214). Sum of RGB (Red+Green+Blue) = 224+173+214=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ADD6 is #1F5229. Grayscale: #C0C0C0. Windows color (decimal): -2052650 or 14069216. OLE color: 14069216.
HSL color Cylindrical-coordinate representation of color #E0ADD6: hue angle of 311.76º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0ADD6 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 214 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.12 |
| HSL | 311.76º | 0.45% | 0.78% | - |
| HSV(B) | 311.76º | 0.23% | 0.88% | - |
| XYZ | 57.82 | 50.59 | 70.34 | - |
| YUV | 192.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 214 | 0 | 0.23 | 0.04 | 0.12 | 311.76 | 0.45 | 0.78 |
| Hex | E0 | AD | D6 | 0 | 17 | 4 | C | 138 | 2D | 4E |
| Octal | 340 | 255 | 326 | 0 | 27 | 4 | 14 | 470 | 55 | 116 |
| Binary | 11100000 | 10101101 | 11010110 | 0 | 10111 | 100 | 1100 | 100111000 | 101101 | 1001110 |
Color Harmonies of #E0ADD6
Complementary color
Monochromatic Colors of #E0ADD6
Black with #E0ADD6
Text Example
Text Example
White with #E0ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ADD6; }
p { color: rgb(224,173,214); }
H1.HeaderClassName
{
color: #E0ADD6;
}
.AnyTagClassName
{
color: #E0ADD6;
}
</style>
background-color css
<style>
a { background-color: #E0ADD6; }
a { background-color: rgb(224,173,214); }
div.DivClassName
{
background-color: #E0ADD6;
}
.BgClassName
{
background-color: #E0ADD6;
}
</style>
border-color css
<style>
span { border-color: #E0ADD6; }
span { border-color: rgb(224,173,214); }
td.TdClassName
{
border-color: #E0ADD6;
}
.TagClassName
{
border-color: #E0ADD6;
}
</style>