Shades of French Lilac #ECB4DB
Tints of French Lilac #ECB4DB
RGB
CMYK
RGB Variations
Color information
#ECB4DB (or 0xECB4DB) is known color: French Lilac. HEX triplet: EC, B4 and DB. RGB value is (236,180,219). Sum of RGB (Red+Green+Blue) = 236+180+219=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4DB is #134B24. Grayscale: #C9C9C9. Windows color (decimal): -1264421 or 14398700. OLE color: 14398700.
HSL color Cylindrical-coordinate representation of color #ECB4DB: hue angle of 318.21º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB4DB is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 219 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.07 |
| HSL | 318.21º | 0.6% | 0.82% | - |
| HSV(B) | 318.21º | 0.24% | 0.93% | - |
| XYZ | 63.7 | 55.59 | 74.39 | - |
| YUV | 201.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 219 | 0 | 0.24 | 0.07 | 0.07 | 318.21 | 0.6 | 0.82 |
| Hex | EC | B4 | DB | 0 | 18 | 7 | 7 | 13E | 3C | 52 |
| Octal | 354 | 264 | 333 | 0 | 30 | 7 | 7 | 476 | 74 | 122 |
| Binary | 11101100 | 10110100 | 11011011 | 0 | 11000 | 111 | 111 | 100111110 | 111100 | 1010010 |
Color Harmonies of #ECB4DB
Complementary color
Monochromatic Colors of #ECB4DB
Black with #ECB4DB
Text Example
Text Example
White with #ECB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4DB; }
p { color: rgb(236,180,219); }
H1.HeaderClassName
{
color: #ECB4DB;
}
.AnyTagClassName
{
color: #ECB4DB;
}
</style>
background-color css
<style>
a { background-color: #ECB4DB; }
a { background-color: rgb(236,180,219); }
div.DivClassName
{
background-color: #ECB4DB;
}
.BgClassName
{
background-color: #ECB4DB;
}
</style>
border-color css
<style>
span { border-color: #ECB4DB; }
span { border-color: rgb(236,180,219); }
td.TdClassName
{
border-color: #ECB4DB;
}
.TagClassName
{
border-color: #ECB4DB;
}
</style>