Shades of French Lilac #ECB2DB
Tints of French Lilac #ECB2DB
RGB
CMYK
RGB Variations
Color information
#ECB2DB (or 0xECB2DB) is known color: French Lilac. HEX triplet: EC, B2 and DB. RGB value is (236,178,219). Sum of RGB (Red+Green+Blue) = 236+178+219=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 178 (69.92% from 255 or 28.12% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2DB is #134D24. Grayscale: #C7C7C7. Windows color (decimal): -1264933 or 14398188. OLE color: 14398188.
HSL color Cylindrical-coordinate representation of color #ECB2DB: hue angle of 317.59º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB2DB is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 219 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.07 |
| HSL | 317.59º | 0.6% | 0.81% | - |
| HSV(B) | 317.59º | 0.25% | 0.93% | - |
| XYZ | 63.3 | 54.79 | 74.26 | - |
| YUV | 200.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 219 | 0 | 0.25 | 0.07 | 0.07 | 317.59 | 0.6 | 0.81 |
| Hex | EC | B2 | DB | 0 | 19 | 7 | 7 | 13E | 3C | 51 |
| Octal | 354 | 262 | 333 | 0 | 31 | 7 | 7 | 476 | 74 | 121 |
| Binary | 11101100 | 10110010 | 11011011 | 0 | 11001 | 111 | 111 | 100111110 | 111100 | 1010001 |
Color Harmonies of #ECB2DB
Complementary color
Monochromatic Colors of #ECB2DB
Black with #ECB2DB
Text Example
Text Example
White with #ECB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2DB; }
p { color: rgb(236,178,219); }
H1.HeaderClassName
{
color: #ECB2DB;
}
.AnyTagClassName
{
color: #ECB2DB;
}
</style>
background-color css
<style>
a { background-color: #ECB2DB; }
a { background-color: rgb(236,178,219); }
div.DivClassName
{
background-color: #ECB2DB;
}
.BgClassName
{
background-color: #ECB2DB;
}
</style>
border-color css
<style>
span { border-color: #ECB2DB; }
span { border-color: rgb(236,178,219); }
td.TdClassName
{
border-color: #ECB2DB;
}
.TagClassName
{
border-color: #ECB2DB;
}
</style>