Shades of French Lilac #E5B5D5
Tints of French Lilac #E5B5D5
RGB
CMYK
RGB Variations
Color information
#E5B5D5 (or 0xE5B5D5) is known color: French Lilac. HEX triplet: E5, B5 and D5. RGB value is (229,181,213). Sum of RGB (Red+Green+Blue) = 229+181+213=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B5D5 is #1A4A2A. Grayscale: #C6C6C6. Windows color (decimal): -1722923 or 14005733. OLE color: 14005733.
HSL color Cylindrical-coordinate representation of color #E5B5D5: hue angle of 320º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5B5D5 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 181 | 213 | - |
CMYK | 0 | 0.21 | 0.07 | 0.10 |
HSL | 320º | 0.48% | 0.8% | - |
HSV(B) | 320º | 0.21% | 0.9% | - |
XYZ | 60.85 | 54.51 | 70.27 | - |
YUV | 199 | 135.9 | 149.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 181 | 213 | 0 | 0.21 | 0.07 | 0.10 | 320 | 0.48 | 0.8 |
Hex | E5 | B5 | D5 | 0 | 15 | 7 | A | 140 | 30 | 50 |
Octal | 345 | 265 | 325 | 0 | 25 | 7 | 12 | 500 | 60 | 120 |
Binary | 11100101 | 10110101 | 11010101 | 0 | 10101 | 111 | 1010 | 101000000 | 110000 | 1010000 |
Color Harmonies of #E5B5D5
Complementary color
Monochromatic Colors of #E5B5D5
Black with #E5B5D5
Text Example
Text Example
White with #E5B5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B5D5; }
p { color: rgb(229,181,213); }
H1.HeaderClassName
{
color: #E5B5D5;
}
.AnyTagClassName
{
color: #E5B5D5;
}
</style>
background-color css
<style>
a { background-color: #E5B5D5; }
a { background-color: rgb(229,181,213); }
div.DivClassName
{
background-color: #E5B5D5;
}
.BgClassName
{
background-color: #E5B5D5;
}
</style>
border-color css
<style>
span { border-color: #E5B5D5; }
span { border-color: rgb(229,181,213); }
td.TdClassName
{
border-color: #E5B5D5;
}
.TagClassName
{
border-color: #E5B5D5;
}
</style>