Shades of French Lilac #ECBBED
Tints of French Lilac #ECBBED
RGB
CMYK
RGB Variations
Color information
#ECBBED (or 0xECBBED) is known color: French Lilac. HEX triplet: EC, BB and ED. RGB value is (236,187,237). Sum of RGB (Red+Green+Blue) = 236+187+237=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECBBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBBED is #134412. Grayscale: #CFCFCF. Windows color (decimal): -1262611 or 15580140. OLE color: 15580140.
HSL color Cylindrical-coordinate representation of color #ECBBED: hue angle of 298.8º degrees, saturation: 0.58, 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 #ECBBED is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 237 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.07 |
| HSL | 298.8º | 0.58% | 0.83% | - |
| HSV(B) | 298.8º | 0.21% | 0.93% | - |
| XYZ | 67.65 | 59.49 | 88.04 | - |
| YUV | 207.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 237 | 0.00 | 0.21 | 0 | 0.07 | 298.8 | 0.58 | 0.83 |
| Hex | EC | BB | ED | 0 | 15 | 0 | 7 | 12B | 3A | 53 |
| Octal | 354 | 273 | 355 | 0 | 25 | 0 | 7 | 453 | 72 | 123 |
| Binary | 11101100 | 10111011 | 11101101 | 0 | 10101 | 0 | 111 | 100101011 | 111010 | 1010011 |
Color Harmonies of #ECBBED
Complementary color
Monochromatic Colors of #ECBBED
Black with #ECBBED
Text Example
Text Example
White with #ECBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBED; }
p { color: rgb(236,187,237); }
H1.HeaderClassName
{
color: #ECBBED;
}
.AnyTagClassName
{
color: #ECBBED;
}
</style>
background-color css
<style>
a { background-color: #ECBBED; }
a { background-color: rgb(236,187,237); }
div.DivClassName
{
background-color: #ECBBED;
}
.BgClassName
{
background-color: #ECBBED;
}
</style>
border-color css
<style>
span { border-color: #ECBBED; }
span { border-color: rgb(236,187,237); }
td.TdClassName
{
border-color: #ECBBED;
}
.TagClassName
{
border-color: #ECBBED;
}
</style>