Shades of French Lilac #ECB5DB
Tints of French Lilac #ECB5DB
RGB
CMYK
RGB Variations
Color information
#ECB5DB (or 0xECB5DB) is known color: French Lilac. HEX triplet: EC, B5 and DB. RGB value is (236,181,219). Sum of RGB (Red+Green+Blue) = 236+181+219=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5DB is #134A24. Grayscale: #C9C9C9. Windows color (decimal): -1264165 or 14398956. OLE color: 14398956.
HSL color Cylindrical-coordinate representation of color #ECB5DB: hue angle of 318.55º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB5DB is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 219 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.07 |
| HSL | 318.55º | 0.59% | 0.82% | - |
| HSV(B) | 318.55º | 0.23% | 0.93% | - |
| XYZ | 63.9 | 56 | 74.46 | - |
| YUV | 201.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 219 | 0 | 0.23 | 0.07 | 0.07 | 318.55 | 0.59 | 0.82 |
| Hex | EC | B5 | DB | 0 | 17 | 7 | 7 | 13F | 3B | 52 |
| Octal | 354 | 265 | 333 | 0 | 27 | 7 | 7 | 477 | 73 | 122 |
| Binary | 11101100 | 10110101 | 11011011 | 0 | 10111 | 111 | 111 | 100111111 | 111011 | 1010010 |
Color Harmonies of #ECB5DB
Complementary color
Monochromatic Colors of #ECB5DB
Black with #ECB5DB
Text Example
Text Example
White with #ECB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5DB; }
p { color: rgb(236,181,219); }
H1.HeaderClassName
{
color: #ECB5DB;
}
.AnyTagClassName
{
color: #ECB5DB;
}
</style>
background-color css
<style>
a { background-color: #ECB5DB; }
a { background-color: rgb(236,181,219); }
div.DivClassName
{
background-color: #ECB5DB;
}
.BgClassName
{
background-color: #ECB5DB;
}
</style>
border-color css
<style>
span { border-color: #ECB5DB; }
span { border-color: rgb(236,181,219); }
td.TdClassName
{
border-color: #ECB5DB;
}
.TagClassName
{
border-color: #ECB5DB;
}
</style>