Shades of French Lilac #ECBAEB
Tints of French Lilac #ECBAEB
RGB
CMYK
RGB Variations
Color information
#ECBAEB (or 0xECBAEB) is known color: French Lilac. HEX triplet: EC, BA and EB. RGB value is (236,186,235). Sum of RGB (Red+Green+Blue) = 236+186+235=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAEB is #134514. Grayscale: #CECECE. Windows color (decimal): -1262869 or 15448812. OLE color: 15448812.
HSL color Cylindrical-coordinate representation of color #ECBAEB: hue angle of 301.2º 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 #ECBAEB is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 235 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.07 |
| HSL | 301.2º | 0.57% | 0.83% | - |
| HSV(B) | 301.2º | 0.21% | 0.93% | - |
| XYZ | 67.15 | 58.95 | 86.44 | - |
| YUV | 206.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 235 | 0 | 0.21 | 0.00 | 0.07 | 301.2 | 0.57 | 0.83 |
| Hex | EC | BA | EB | 0 | 15 | 0 | 7 | 12D | 39 | 53 |
| Octal | 354 | 272 | 353 | 0 | 25 | 0 | 7 | 455 | 71 | 123 |
| Binary | 11101100 | 10111010 | 11101011 | 0 | 10101 | 0 | 111 | 100101101 | 111001 | 1010011 |
Color Harmonies of #ECBAEB
Complementary color
Monochromatic Colors of #ECBAEB
Black with #ECBAEB
Text Example
Text Example
White with #ECBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAEB; }
p { color: rgb(236,186,235); }
H1.HeaderClassName
{
color: #ECBAEB;
}
.AnyTagClassName
{
color: #ECBAEB;
}
</style>
background-color css
<style>
a { background-color: #ECBAEB; }
a { background-color: rgb(236,186,235); }
div.DivClassName
{
background-color: #ECBAEB;
}
.BgClassName
{
background-color: #ECBAEB;
}
</style>
border-color css
<style>
span { border-color: #ECBAEB; }
span { border-color: rgb(236,186,235); }
td.TdClassName
{
border-color: #ECBAEB;
}
.TagClassName
{
border-color: #ECBAEB;
}
</style>