Shades of French Lilac #ECB0DA
Tints of French Lilac #ECB0DA
RGB
CMYK
RGB Variations
Color information
#ECB0DA (or 0xECB0DA) is known color: French Lilac. HEX triplet: EC, B0 and DA. RGB value is (236,176,218). Sum of RGB (Red+Green+Blue) = 236+176+218=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0DA is #134F25. Grayscale: #C6C6C6. Windows color (decimal): -1265446 or 14332140. OLE color: 14332140.
HSL color Cylindrical-coordinate representation of color #ECB0DA: hue angle of 318º degrees, saturation: 0.61, 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 #ECB0DA is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 218 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.07 |
| HSL | 318º | 0.61% | 0.81% | - |
| HSV(B) | 318º | 0.25% | 0.93% | - |
| XYZ | 62.77 | 53.95 | 73.43 | - |
| YUV | 198.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 218 | 0 | 0.25 | 0.08 | 0.07 | 318 | 0.61 | 0.81 |
| Hex | EC | B0 | DA | 0 | 19 | 8 | 7 | 13E | 3D | 51 |
| Octal | 354 | 260 | 332 | 0 | 31 | 10 | 7 | 476 | 75 | 121 |
| Binary | 11101100 | 10110000 | 11011010 | 0 | 11001 | 1000 | 111 | 100111110 | 111101 | 1010001 |
Color Harmonies of #ECB0DA
Complementary color
Monochromatic Colors of #ECB0DA
Black with #ECB0DA
Text Example
Text Example
White with #ECB0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0DA; }
p { color: rgb(236,176,218); }
H1.HeaderClassName
{
color: #ECB0DA;
}
.AnyTagClassName
{
color: #ECB0DA;
}
</style>
background-color css
<style>
a { background-color: #ECB0DA; }
a { background-color: rgb(236,176,218); }
div.DivClassName
{
background-color: #ECB0DA;
}
.BgClassName
{
background-color: #ECB0DA;
}
</style>
border-color css
<style>
span { border-color: #ECB0DA; }
span { border-color: rgb(236,176,218); }
td.TdClassName
{
border-color: #ECB0DA;
}
.TagClassName
{
border-color: #ECB0DA;
}
</style>