Shades of French Lilac #ECBAED
Tints of French Lilac #ECBAED
RGB
CMYK
RGB Variations
Color information
#ECBAED (or 0xECBAED) is known color: French Lilac. HEX triplet: EC, BA and ED. RGB value is (236,186,237). Sum of RGB (Red+Green+Blue) = 236+186+237=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECBAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAED is #134512. Grayscale: #CECECE. Windows color (decimal): -1262867 or 15579884. OLE color: 15579884.
HSL color Cylindrical-coordinate representation of color #ECBAED: hue angle of 298.82º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECBAED is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 237 | - |
| CMYK | 0.00 | 0.22 | 0 | 0.07 |
| HSL | 298.82º | 0.59% | 0.83% | - |
| HSV(B) | 298.82º | 0.22% | 0.93% | - |
| XYZ | 67.44 | 59.07 | 87.97 | - |
| YUV | 206.76 | 145.07 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 237 | 0.00 | 0.22 | 0 | 0.07 | 298.82 | 0.59 | 0.83 |
| Hex | EC | BA | ED | 0 | 16 | 0 | 7 | 12B | 3B | 53 |
| Octal | 354 | 272 | 355 | 0 | 26 | 0 | 7 | 453 | 73 | 123 |
| Binary | 11101100 | 10111010 | 11101101 | 0 | 10110 | 0 | 111 | 100101011 | 111011 | 1010011 |
Color Harmonies of #ECBAED
Complementary color
Monochromatic Colors of #ECBAED
Black with #ECBAED
Text Example
Text Example
White with #ECBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAED; }
p { color: rgb(236,186,237); }
H1.HeaderClassName
{
color: #ECBAED;
}
.AnyTagClassName
{
color: #ECBAED;
}
</style>
background-color css
<style>
a { background-color: #ECBAED; }
a { background-color: rgb(236,186,237); }
div.DivClassName
{
background-color: #ECBAED;
}
.BgClassName
{
background-color: #ECBAED;
}
</style>
border-color css
<style>
span { border-color: #ECBAED; }
span { border-color: rgb(236,186,237); }
td.TdClassName
{
border-color: #ECBAED;
}
.TagClassName
{
border-color: #ECBAED;
}
</style>