Shades of French Lilac #ECB3DD
Tints of French Lilac #ECB3DD
RGB
CMYK
RGB Variations
Color information
#ECB3DD (or 0xECB3DD) is known color: French Lilac. HEX triplet: EC, B3 and DD. RGB value is (236,179,221). Sum of RGB (Red+Green+Blue) = 236+179+221=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 179 (70.31% from 255 or 28.14% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3DD is #134C22. Grayscale: #C8C8C8. Windows color (decimal): -1264675 or 14529516. OLE color: 14529516.
HSL color Cylindrical-coordinate representation of color #ECB3DD: hue angle of 315.79º 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 #ECB3DD is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 221 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.07 |
| HSL | 315.79º | 0.6% | 0.81% | - |
| HSV(B) | 315.79º | 0.24% | 0.93% | - |
| XYZ | 63.76 | 55.29 | 75.72 | - |
| YUV | 200.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 221 | 0 | 0.24 | 0.06 | 0.07 | 315.79 | 0.6 | 0.81 |
| Hex | EC | B3 | DD | 0 | 18 | 6 | 7 | 13C | 3C | 51 |
| Octal | 354 | 263 | 335 | 0 | 30 | 6 | 7 | 474 | 74 | 121 |
| Binary | 11101100 | 10110011 | 11011101 | 0 | 11000 | 110 | 111 | 100111100 | 111100 | 1010001 |
Color Harmonies of #ECB3DD
Complementary color
Monochromatic Colors of #ECB3DD
Black with #ECB3DD
Text Example
Text Example
White with #ECB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3DD; }
p { color: rgb(236,179,221); }
H1.HeaderClassName
{
color: #ECB3DD;
}
.AnyTagClassName
{
color: #ECB3DD;
}
</style>
background-color css
<style>
a { background-color: #ECB3DD; }
a { background-color: rgb(236,179,221); }
div.DivClassName
{
background-color: #ECB3DD;
}
.BgClassName
{
background-color: #ECB3DD;
}
</style>
border-color css
<style>
span { border-color: #ECB3DD; }
span { border-color: rgb(236,179,221); }
td.TdClassName
{
border-color: #ECB3DD;
}
.TagClassName
{
border-color: #ECB3DD;
}
</style>