Shades of French Lilac #E2B2D2
Tints of French Lilac #E2B2D2
RGB
CMYK
RGB Variations
Color information
#E2B2D2 (or 0xE2B2D2) is known color: French Lilac. HEX triplet: E2, B2 and D2. RGB value is (226,178,210). Sum of RGB (Red+Green+Blue) = 226+178+210=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B2D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B2D2 is #1D4D2D. Grayscale: #C3C3C3. Windows color (decimal): -1920302 or 13808354. OLE color: 13808354.
HSL color Cylindrical-coordinate representation of color #E2B2D2: hue angle of 320º 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 #E2B2D2 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 210 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.11 |
| HSL | 320º | 0.45% | 0.79% | - |
| HSV(B) | 320º | 0.21% | 0.89% | - |
| XYZ | 58.92 | 52.66 | 68.03 | - |
| YUV | 196 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 210 | 0 | 0.21 | 0.07 | 0.11 | 320 | 0.45 | 0.79 |
| Hex | E2 | B2 | D2 | 0 | 15 | 7 | B | 140 | 2D | 4F |
| Octal | 342 | 262 | 322 | 0 | 25 | 7 | 13 | 500 | 55 | 117 |
| Binary | 11100010 | 10110010 | 11010010 | 0 | 10101 | 111 | 1011 | 101000000 | 101101 | 1001111 |
Color Harmonies of #E2B2D2
Complementary color
Monochromatic Colors of #E2B2D2
Black with #E2B2D2
Text Example
Text Example
White with #E2B2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B2D2; }
p { color: rgb(226,178,210); }
H1.HeaderClassName
{
color: #E2B2D2;
}
.AnyTagClassName
{
color: #E2B2D2;
}
</style>
background-color css
<style>
a { background-color: #E2B2D2; }
a { background-color: rgb(226,178,210); }
div.DivClassName
{
background-color: #E2B2D2;
}
.BgClassName
{
background-color: #E2B2D2;
}
</style>
border-color css
<style>
span { border-color: #E2B2D2; }
span { border-color: rgb(226,178,210); }
td.TdClassName
{
border-color: #E2B2D2;
}
.TagClassName
{
border-color: #E2B2D2;
}
</style>