Shades of French Lilac #ECB7DA
Tints of French Lilac #ECB7DA
RGB
CMYK
RGB Variations
Color information
#ECB7DA (or 0xECB7DA) is known color: French Lilac. HEX triplet: EC, B7 and DA. RGB value is (236,183,218). Sum of RGB (Red+Green+Blue) = 236+183+218=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 183 (71.88% from 255 or 28.73% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7DA is #134825. Grayscale: #CACACA. Windows color (decimal): -1263654 or 14333932. OLE color: 14333932.
HSL color Cylindrical-coordinate representation of color #ECB7DA: hue angle of 320.38º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB7DA is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 218 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.07 |
| HSL | 320.38º | 0.58% | 0.82% | - |
| HSV(B) | 320.38º | 0.22% | 0.93% | - |
| XYZ | 64.18 | 56.76 | 73.9 | - |
| YUV | 202.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 218 | 0 | 0.22 | 0.08 | 0.07 | 320.38 | 0.58 | 0.82 |
| Hex | EC | B7 | DA | 0 | 16 | 8 | 7 | 140 | 3A | 52 |
| Octal | 354 | 267 | 332 | 0 | 26 | 10 | 7 | 500 | 72 | 122 |
| Binary | 11101100 | 10110111 | 11011010 | 0 | 10110 | 1000 | 111 | 101000000 | 111010 | 1010010 |
Color Harmonies of #ECB7DA
Complementary color
Monochromatic Colors of #ECB7DA
Black with #ECB7DA
Text Example
Text Example
White with #ECB7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7DA; }
p { color: rgb(236,183,218); }
H1.HeaderClassName
{
color: #ECB7DA;
}
.AnyTagClassName
{
color: #ECB7DA;
}
</style>
background-color css
<style>
a { background-color: #ECB7DA; }
a { background-color: rgb(236,183,218); }
div.DivClassName
{
background-color: #ECB7DA;
}
.BgClassName
{
background-color: #ECB7DA;
}
</style>
border-color css
<style>
span { border-color: #ECB7DA; }
span { border-color: rgb(236,183,218); }
td.TdClassName
{
border-color: #ECB7DA;
}
.TagClassName
{
border-color: #ECB7DA;
}
</style>