Shades of French Lilac #E2ABDC
Tints of French Lilac #E2ABDC
RGB
CMYK
RGB Variations
Color information
#E2ABDC (or 0xE2ABDC) is known color: French Lilac. HEX triplet: E2, AB and DC. RGB value is (226,171,220). Sum of RGB (Red+Green+Blue) = 226+171+220=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABDC is #1D5423. Grayscale: #C0C0C0. Windows color (decimal): -1922084 or 14461922. OLE color: 14461922.
HSL color Cylindrical-coordinate representation of color #E2ABDC: hue angle of 306.55º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ABDC is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 220 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.11 |
| HSL | 306.55º | 0.49% | 0.78% | - |
| HSV(B) | 306.55º | 0.24% | 0.89% | - |
| XYZ | 58.85 | 50.46 | 74.35 | - |
| YUV | 193.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 220 | 0 | 0.24 | 0.03 | 0.11 | 306.55 | 0.49 | 0.78 |
| Hex | E2 | AB | DC | 0 | 18 | 3 | B | 133 | 31 | 4E |
| Octal | 342 | 253 | 334 | 0 | 30 | 3 | 13 | 463 | 61 | 116 |
| Binary | 11100010 | 10101011 | 11011100 | 0 | 11000 | 11 | 1011 | 100110011 | 110001 | 1001110 |
Color Harmonies of #E2ABDC
Complementary color
Monochromatic Colors of #E2ABDC
Black with #E2ABDC
Text Example
Text Example
White with #E2ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ABDC; }
p { color: rgb(226,171,220); }
H1.HeaderClassName
{
color: #E2ABDC;
}
.AnyTagClassName
{
color: #E2ABDC;
}
</style>
background-color css
<style>
a { background-color: #E2ABDC; }
a { background-color: rgb(226,171,220); }
div.DivClassName
{
background-color: #E2ABDC;
}
.BgClassName
{
background-color: #E2ABDC;
}
</style>
border-color css
<style>
span { border-color: #E2ABDC; }
span { border-color: rgb(226,171,220); }
td.TdClassName
{
border-color: #E2ABDC;
}
.TagClassName
{
border-color: #E2ABDC;
}
</style>