Shades of French Lilac #E2B2D3
Tints of French Lilac #E2B2D3
RGB
CMYK
RGB Variations
Color information
#E2B2D3 (or 0xE2B2D3) is known color: French Lilac. HEX triplet: E2, B2 and D3. RGB value is (226,178,211). Sum of RGB (Red+Green+Blue) = 226+178+211=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B2D3 is #1D4D2C. Grayscale: #C4C4C4. Windows color (decimal): -1920301 or 13873890. OLE color: 13873890.
HSL color Cylindrical-coordinate representation of color #E2B2D3: hue angle of 318.75º 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 #E2B2D3 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 211 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.11 |
| HSL | 318.75º | 0.45% | 0.79% | - |
| HSV(B) | 318.75º | 0.21% | 0.89% | - |
| XYZ | 59.04 | 52.71 | 68.69 | - |
| YUV | 196.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 211 | 0 | 0.21 | 0.07 | 0.11 | 318.75 | 0.45 | 0.79 |
| Hex | E2 | B2 | D3 | 0 | 15 | 7 | B | 13F | 2D | 4F |
| Octal | 342 | 262 | 323 | 0 | 25 | 7 | 13 | 477 | 55 | 117 |
| Binary | 11100010 | 10110010 | 11010011 | 0 | 10101 | 111 | 1011 | 100111111 | 101101 | 1001111 |
Color Harmonies of #E2B2D3
Complementary color
Monochromatic Colors of #E2B2D3
Black with #E2B2D3
Text Example
Text Example
White with #E2B2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B2D3; }
p { color: rgb(226,178,211); }
H1.HeaderClassName
{
color: #E2B2D3;
}
.AnyTagClassName
{
color: #E2B2D3;
}
</style>
background-color css
<style>
a { background-color: #E2B2D3; }
a { background-color: rgb(226,178,211); }
div.DivClassName
{
background-color: #E2B2D3;
}
.BgClassName
{
background-color: #E2B2D3;
}
</style>
border-color css
<style>
span { border-color: #E2B2D3; }
span { border-color: rgb(226,178,211); }
td.TdClassName
{
border-color: #E2B2D3;
}
.TagClassName
{
border-color: #E2B2D3;
}
</style>