Shades of French Lilac #E5B2D4
Tints of French Lilac #E5B2D4
RGB
CMYK
RGB Variations
Color information
#E5B2D4 (or 0xE5B2D4) is known color: French Lilac. HEX triplet: E5, B2 and D4. RGB value is (229,178,212). Sum of RGB (Red+Green+Blue) = 229+178+212=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B2D4 is #1A4D2B. Grayscale: #C5C5C5. Windows color (decimal): -1723692 or 13939429. OLE color: 13939429.
HSL color Cylindrical-coordinate representation of color #E5B2D4: hue angle of 320º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5B2D4 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 178 | 212 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.10 |
| HSL | 320º | 0.5% | 0.8% | - |
| HSV(B) | 320º | 0.22% | 0.9% | - |
| XYZ | 60.12 | 53.25 | 69.4 | - |
| YUV | 197.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 178 | 212 | 0 | 0.22 | 0.07 | 0.10 | 320 | 0.5 | 0.8 |
| Hex | E5 | B2 | D4 | 0 | 16 | 7 | A | 140 | 32 | 50 |
| Octal | 345 | 262 | 324 | 0 | 26 | 7 | 12 | 500 | 62 | 120 |
| Binary | 11100101 | 10110010 | 11010100 | 0 | 10110 | 111 | 1010 | 101000000 | 110010 | 1010000 |
Color Harmonies of #E5B2D4
Complementary color
Monochromatic Colors of #E5B2D4
Black with #E5B2D4
Text Example
Text Example
White with #E5B2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B2D4; }
p { color: rgb(229,178,212); }
H1.HeaderClassName
{
color: #E5B2D4;
}
.AnyTagClassName
{
color: #E5B2D4;
}
</style>
background-color css
<style>
a { background-color: #E5B2D4; }
a { background-color: rgb(229,178,212); }
div.DivClassName
{
background-color: #E5B2D4;
}
.BgClassName
{
background-color: #E5B2D4;
}
</style>
border-color css
<style>
span { border-color: #E5B2D4; }
span { border-color: rgb(229,178,212); }
td.TdClassName
{
border-color: #E5B2D4;
}
.TagClassName
{
border-color: #E5B2D4;
}
</style>