Shades of French Lilac #E1ADDC
Tints of French Lilac #E1ADDC
RGB
CMYK
RGB Variations
Color information
#E1ADDC (or 0xE1ADDC) is known color: French Lilac. HEX triplet: E1, AD and DC. RGB value is (225,173,220). Sum of RGB (Red+Green+Blue) = 225+173+220=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ADDC is #1E5223. Grayscale: #C1C1C1. Windows color (decimal): -1987108 or 14462433. OLE color: 14462433.
HSL color Cylindrical-coordinate representation of color #E1ADDC: hue angle of 305.77º degrees, saturation: 0.46, 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 #E1ADDC is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 220 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.12 |
| HSL | 305.77º | 0.46% | 0.78% | - |
| HSV(B) | 305.77º | 0.23% | 0.88% | - |
| XYZ | 58.91 | 51.06 | 74.46 | - |
| YUV | 193.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 220 | 0 | 0.23 | 0.02 | 0.12 | 305.77 | 0.46 | 0.78 |
| Hex | E1 | AD | DC | 0 | 17 | 2 | C | 132 | 2E | 4E |
| Octal | 341 | 255 | 334 | 0 | 27 | 2 | 14 | 462 | 56 | 116 |
| Binary | 11100001 | 10101101 | 11011100 | 0 | 10111 | 10 | 1100 | 100110010 | 101110 | 1001110 |
Color Harmonies of #E1ADDC
Complementary color
Monochromatic Colors of #E1ADDC
Black with #E1ADDC
Text Example
Text Example
White with #E1ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADDC; }
p { color: rgb(225,173,220); }
H1.HeaderClassName
{
color: #E1ADDC;
}
.AnyTagClassName
{
color: #E1ADDC;
}
</style>
background-color css
<style>
a { background-color: #E1ADDC; }
a { background-color: rgb(225,173,220); }
div.DivClassName
{
background-color: #E1ADDC;
}
.BgClassName
{
background-color: #E1ADDC;
}
</style>
border-color css
<style>
span { border-color: #E1ADDC; }
span { border-color: rgb(225,173,220); }
td.TdClassName
{
border-color: #E1ADDC;
}
.TagClassName
{
border-color: #E1ADDC;
}
</style>