Shades of French Lilac #E2ADDC
Tints of French Lilac #E2ADDC
RGB
CMYK
RGB Variations
Color information
#E2ADDC (or 0xE2ADDC) is known color: French Lilac. HEX triplet: E2, AD and DC. RGB value is (226,173,220). Sum of RGB (Red+Green+Blue) = 226+173+220=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ADDC is #1D5223. Grayscale: #C2C2C2. Windows color (decimal): -1921572 or 14462434. OLE color: 14462434.
HSL color Cylindrical-coordinate representation of color #E2ADDC: hue angle of 306.79º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2ADDC is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 173 | 220 | - |
CMYK | 0 | 0.23 | 0.03 | 0.11 |
HSL | 306.79º | 0.48% | 0.78% | - |
HSV(B) | 306.79º | 0.23% | 0.89% | - |
XYZ | 59.23 | 51.22 | 74.48 | - |
YUV | 194.21 | 142.56 | 150.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 173 | 220 | 0 | 0.23 | 0.03 | 0.11 | 306.79 | 0.48 | 0.78 |
Hex | E2 | AD | DC | 0 | 17 | 3 | B | 133 | 30 | 4E |
Octal | 342 | 255 | 334 | 0 | 27 | 3 | 13 | 463 | 60 | 116 |
Binary | 11100010 | 10101101 | 11011100 | 0 | 10111 | 11 | 1011 | 100110011 | 110000 | 1001110 |
Color Harmonies of #E2ADDC
Complementary color
Monochromatic Colors of #E2ADDC
Black with #E2ADDC
Text Example
Text Example
White with #E2ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADDC; }
p { color: rgb(226,173,220); }
H1.HeaderClassName
{
color: #E2ADDC;
}
.AnyTagClassName
{
color: #E2ADDC;
}
</style>
background-color css
<style>
a { background-color: #E2ADDC; }
a { background-color: rgb(226,173,220); }
div.DivClassName
{
background-color: #E2ADDC;
}
.BgClassName
{
background-color: #E2ADDC;
}
</style>
border-color css
<style>
span { border-color: #E2ADDC; }
span { border-color: rgb(226,173,220); }
td.TdClassName
{
border-color: #E2ADDC;
}
.TagClassName
{
border-color: #E2ADDC;
}
</style>