Shades of French Lilac #ECBAE8
Tints of French Lilac #ECBAE8
RGB
CMYK
RGB Variations
Color information
#ECBAE8 (or 0xECBAE8) is known color: French Lilac. HEX triplet: EC, BA and E8. RGB value is (236,186,232). Sum of RGB (Red+Green+Blue) = 236+186+232=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAE8 is #134517. Grayscale: #CECECE. Windows color (decimal): -1262872 or 15252204. OLE color: 15252204.
HSL color Cylindrical-coordinate representation of color #ECBAE8: hue angle of 304.8º 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 #ECBAE8 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 232 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.07 |
| HSL | 304.8º | 0.57% | 0.83% | - |
| HSV(B) | 304.8º | 0.21% | 0.93% | - |
| XYZ | 66.72 | 58.78 | 84.17 | - |
| YUV | 206.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 232 | 0 | 0.21 | 0.02 | 0.07 | 304.8 | 0.57 | 0.83 |
| Hex | EC | BA | E8 | 0 | 15 | 2 | 7 | 131 | 39 | 53 |
| Octal | 354 | 272 | 350 | 0 | 25 | 2 | 7 | 461 | 71 | 123 |
| Binary | 11101100 | 10111010 | 11101000 | 0 | 10101 | 10 | 111 | 100110001 | 111001 | 1010011 |
Color Harmonies of #ECBAE8
Complementary color
Monochromatic Colors of #ECBAE8
Black with #ECBAE8
Text Example
Text Example
White with #ECBAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAE8; }
p { color: rgb(236,186,232); }
H1.HeaderClassName
{
color: #ECBAE8;
}
.AnyTagClassName
{
color: #ECBAE8;
}
</style>
background-color css
<style>
a { background-color: #ECBAE8; }
a { background-color: rgb(236,186,232); }
div.DivClassName
{
background-color: #ECBAE8;
}
.BgClassName
{
background-color: #ECBAE8;
}
</style>
border-color css
<style>
span { border-color: #ECBAE8; }
span { border-color: rgb(236,186,232); }
td.TdClassName
{
border-color: #ECBAE8;
}
.TagClassName
{
border-color: #ECBAE8;
}
</style>