Shades of French Lilac #E5B5DA
Tints of French Lilac #E5B5DA
RGB
CMYK
RGB Variations
Color information
#E5B5DA (or 0xE5B5DA) is known color: French Lilac. HEX triplet: E5, B5 and DA. RGB value is (229,181,218). Sum of RGB (Red+Green+Blue) = 229+181+218=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B5DA is #1A4A25. Grayscale: #C7C7C7. Windows color (decimal): -1722918 or 14333413. OLE color: 14333413.
HSL color Cylindrical-coordinate representation of color #E5B5DA: hue angle of 313.75º 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 #E5B5DA is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 181 | 218 | - |
CMYK | 0 | 0.21 | 0.05 | 0.10 |
HSL | 313.75º | 0.48% | 0.8% | - |
HSV(B) | 313.75º | 0.21% | 0.9% | - |
XYZ | 61.49 | 54.77 | 73.66 | - |
YUV | 199.57 | 138.4 | 148.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 181 | 218 | 0 | 0.21 | 0.05 | 0.10 | 313.75 | 0.48 | 0.8 |
Hex | E5 | B5 | DA | 0 | 15 | 5 | A | 13A | 30 | 50 |
Octal | 345 | 265 | 332 | 0 | 25 | 5 | 12 | 472 | 60 | 120 |
Binary | 11100101 | 10110101 | 11011010 | 0 | 10101 | 101 | 1010 | 100111010 | 110000 | 1010000 |
Color Harmonies of #E5B5DA
Complementary color
Monochromatic Colors of #E5B5DA
Black with #E5B5DA
Text Example
Text Example
White with #E5B5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B5DA; }
p { color: rgb(229,181,218); }
H1.HeaderClassName
{
color: #E5B5DA;
}
.AnyTagClassName
{
color: #E5B5DA;
}
</style>
background-color css
<style>
a { background-color: #E5B5DA; }
a { background-color: rgb(229,181,218); }
div.DivClassName
{
background-color: #E5B5DA;
}
.BgClassName
{
background-color: #E5B5DA;
}
</style>
border-color css
<style>
span { border-color: #E5B5DA; }
span { border-color: rgb(229,181,218); }
td.TdClassName
{
border-color: #E5B5DA;
}
.TagClassName
{
border-color: #E5B5DA;
}
</style>