Shades of French Lilac #ECB3DB
Tints of French Lilac #ECB3DB
RGB
CMYK
RGB Variations
Color information
#ECB3DB (or 0xECB3DB) is known color: French Lilac. HEX triplet: EC, B3 and DB. RGB value is (236,179,219). Sum of RGB (Red+Green+Blue) = 236+179+219=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3DB is #134C24. Grayscale: #C8C8C8. Windows color (decimal): -1264677 or 14398444. OLE color: 14398444.
HSL color Cylindrical-coordinate representation of color #ECB3DB: hue angle of 317.89º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB3DB is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 219 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.07 |
| HSL | 317.89º | 0.6% | 0.81% | - |
| HSV(B) | 317.89º | 0.24% | 0.93% | - |
| XYZ | 63.5 | 55.19 | 74.32 | - |
| YUV | 200.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 219 | 0 | 0.24 | 0.07 | 0.07 | 317.89 | 0.6 | 0.81 |
| Hex | EC | B3 | DB | 0 | 18 | 7 | 7 | 13E | 3C | 51 |
| Octal | 354 | 263 | 333 | 0 | 30 | 7 | 7 | 476 | 74 | 121 |
| Binary | 11101100 | 10110011 | 11011011 | 0 | 11000 | 111 | 111 | 100111110 | 111100 | 1010001 |
Color Harmonies of #ECB3DB
Complementary color
Monochromatic Colors of #ECB3DB
Black with #ECB3DB
Text Example
Text Example
White with #ECB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3DB; }
p { color: rgb(236,179,219); }
H1.HeaderClassName
{
color: #ECB3DB;
}
.AnyTagClassName
{
color: #ECB3DB;
}
</style>
background-color css
<style>
a { background-color: #ECB3DB; }
a { background-color: rgb(236,179,219); }
div.DivClassName
{
background-color: #ECB3DB;
}
.BgClassName
{
background-color: #ECB3DB;
}
</style>
border-color css
<style>
span { border-color: #ECB3DB; }
span { border-color: rgb(236,179,219); }
td.TdClassName
{
border-color: #ECB3DB;
}
.TagClassName
{
border-color: #ECB3DB;
}
</style>