Shades of French Lilac #ECBADF
Tints of French Lilac #ECBADF
RGB
CMYK
RGB Variations
Color information
#ECBADF (or 0xECBADF) is known color: French Lilac. HEX triplet: EC, BA and DF. RGB value is (236,186,223). Sum of RGB (Red+Green+Blue) = 236+186+223=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBADF is #134520. Grayscale: #CDCDCD. Windows color (decimal): -1262881 or 14662380. OLE color: 14662380.
HSL color Cylindrical-coordinate representation of color #ECBADF: hue angle of 315.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBADF is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 223 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.07 |
| HSL | 315.6º | 0.57% | 0.83% | - |
| HSV(B) | 315.6º | 0.21% | 0.93% | - |
| XYZ | 65.47 | 58.28 | 77.61 | - |
| YUV | 205.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 223 | 0 | 0.21 | 0.06 | 0.07 | 315.6 | 0.57 | 0.83 |
| Hex | EC | BA | DF | 0 | 15 | 6 | 7 | 13C | 39 | 53 |
| Octal | 354 | 272 | 337 | 0 | 25 | 6 | 7 | 474 | 71 | 123 |
| Binary | 11101100 | 10111010 | 11011111 | 0 | 10101 | 110 | 111 | 100111100 | 111001 | 1010011 |
Color Harmonies of #ECBADF
Complementary color
Monochromatic Colors of #ECBADF
Black with #ECBADF
Text Example
Text Example
White with #ECBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBADF; }
p { color: rgb(236,186,223); }
H1.HeaderClassName
{
color: #ECBADF;
}
.AnyTagClassName
{
color: #ECBADF;
}
</style>
background-color css
<style>
a { background-color: #ECBADF; }
a { background-color: rgb(236,186,223); }
div.DivClassName
{
background-color: #ECBADF;
}
.BgClassName
{
background-color: #ECBADF;
}
</style>
border-color css
<style>
span { border-color: #ECBADF; }
span { border-color: rgb(236,186,223); }
td.TdClassName
{
border-color: #ECBADF;
}
.TagClassName
{
border-color: #ECBADF;
}
</style>