Shades of French Lilac #E2B2DC
Tints of French Lilac #E2B2DC
RGB
CMYK
RGB Variations
Color information
#E2B2DC (or 0xE2B2DC) is known color: French Lilac. HEX triplet: E2, B2 and DC. RGB value is (226,178,220). Sum of RGB (Red+Green+Blue) = 226+178+220=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B2DC is #1D4D23. Grayscale: #C5C5C5. Windows color (decimal): -1920292 or 14463714. OLE color: 14463714.
HSL color Cylindrical-coordinate representation of color #E2B2DC: hue angle of 307.5º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2B2DC is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 220 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.11 |
| HSL | 307.5º | 0.45% | 0.79% | - |
| HSV(B) | 307.5º | 0.21% | 0.89% | - |
| XYZ | 60.2 | 53.18 | 74.8 | - |
| YUV | 197.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 220 | 0 | 0.21 | 0.03 | 0.11 | 307.5 | 0.45 | 0.79 |
| Hex | E2 | B2 | DC | 0 | 15 | 3 | B | 134 | 2D | 4F |
| Octal | 342 | 262 | 334 | 0 | 25 | 3 | 13 | 464 | 55 | 117 |
| Binary | 11100010 | 10110010 | 11011100 | 0 | 10101 | 11 | 1011 | 100110100 | 101101 | 1001111 |
Color Harmonies of #E2B2DC
Complementary color
Monochromatic Colors of #E2B2DC
Black with #E2B2DC
Text Example
Text Example
White with #E2B2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B2DC; }
p { color: rgb(226,178,220); }
H1.HeaderClassName
{
color: #E2B2DC;
}
.AnyTagClassName
{
color: #E2B2DC;
}
</style>
background-color css
<style>
a { background-color: #E2B2DC; }
a { background-color: rgb(226,178,220); }
div.DivClassName
{
background-color: #E2B2DC;
}
.BgClassName
{
background-color: #E2B2DC;
}
</style>
border-color css
<style>
span { border-color: #E2B2DC; }
span { border-color: rgb(226,178,220); }
td.TdClassName
{
border-color: #E2B2DC;
}
.TagClassName
{
border-color: #E2B2DC;
}
</style>