Shades of French Lilac #ECB2D9
Tints of French Lilac #ECB2D9
RGB
CMYK
RGB Variations
Color information
#ECB2D9 (or 0xECB2D9) is known color: French Lilac. HEX triplet: EC, B2 and D9. RGB value is (236,178,217). Sum of RGB (Red+Green+Blue) = 236+178+217=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 178 (69.92% from 255 or 28.21% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2D9 is #134D26. Grayscale: #C7C7C7. Windows color (decimal): -1264935 or 14267116. OLE color: 14267116.
HSL color Cylindrical-coordinate representation of color #ECB2D9: hue angle of 319.66º 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 #ECB2D9 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 217 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.07 |
| HSL | 319.66º | 0.6% | 0.81% | - |
| HSV(B) | 319.66º | 0.25% | 0.93% | - |
| XYZ | 63.04 | 54.68 | 72.88 | - |
| YUV | 199.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 217 | 0 | 0.25 | 0.08 | 0.07 | 319.66 | 0.6 | 0.81 |
| Hex | EC | B2 | D9 | 0 | 19 | 8 | 7 | 140 | 3C | 51 |
| Octal | 354 | 262 | 331 | 0 | 31 | 10 | 7 | 500 | 74 | 121 |
| Binary | 11101100 | 10110010 | 11011001 | 0 | 11001 | 1000 | 111 | 101000000 | 111100 | 1010001 |
Color Harmonies of #ECB2D9
Complementary color
Monochromatic Colors of #ECB2D9
Black with #ECB2D9
Text Example
Text Example
White with #ECB2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2D9; }
p { color: rgb(236,178,217); }
H1.HeaderClassName
{
color: #ECB2D9;
}
.AnyTagClassName
{
color: #ECB2D9;
}
</style>
background-color css
<style>
a { background-color: #ECB2D9; }
a { background-color: rgb(236,178,217); }
div.DivClassName
{
background-color: #ECB2D9;
}
.BgClassName
{
background-color: #ECB2D9;
}
</style>
border-color css
<style>
span { border-color: #ECB2D9; }
span { border-color: rgb(236,178,217); }
td.TdClassName
{
border-color: #ECB2D9;
}
.TagClassName
{
border-color: #ECB2D9;
}
</style>