Shades of French Lilac #E2B3D3
Tints of French Lilac #E2B3D3
RGB
CMYK
RGB Variations
Color information
#E2B3D3 (or 0xE2B3D3) is known color: French Lilac. HEX triplet: E2, B3 and D3. RGB value is (226,179,211). Sum of RGB (Red+Green+Blue) = 226+179+211=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B3D3 is #1D4C2C. Grayscale: #C4C4C4. Windows color (decimal): -1920045 or 13874146. OLE color: 13874146.
HSL color Cylindrical-coordinate representation of color #E2B3D3: hue angle of 319.15º 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 #E2B3D3 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 211 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.11 |
| HSL | 319.15º | 0.45% | 0.79% | - |
| HSV(B) | 319.15º | 0.21% | 0.89% | - |
| XYZ | 59.24 | 53.11 | 68.76 | - |
| YUV | 196.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 211 | 0 | 0.21 | 0.07 | 0.11 | 319.15 | 0.45 | 0.79 |
| Hex | E2 | B3 | D3 | 0 | 15 | 7 | B | 13F | 2D | 4F |
| Octal | 342 | 263 | 323 | 0 | 25 | 7 | 13 | 477 | 55 | 117 |
| Binary | 11100010 | 10110011 | 11010011 | 0 | 10101 | 111 | 1011 | 100111111 | 101101 | 1001111 |
Color Harmonies of #E2B3D3
Complementary color
Monochromatic Colors of #E2B3D3
Black with #E2B3D3
Text Example
Text Example
White with #E2B3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B3D3; }
p { color: rgb(226,179,211); }
H1.HeaderClassName
{
color: #E2B3D3;
}
.AnyTagClassName
{
color: #E2B3D3;
}
</style>
background-color css
<style>
a { background-color: #E2B3D3; }
a { background-color: rgb(226,179,211); }
div.DivClassName
{
background-color: #E2B3D3;
}
.BgClassName
{
background-color: #E2B3D3;
}
</style>
border-color css
<style>
span { border-color: #E2B3D3; }
span { border-color: rgb(226,179,211); }
td.TdClassName
{
border-color: #E2B3D3;
}
.TagClassName
{
border-color: #E2B3D3;
}
</style>