Shades of French Lilac #ECBBE5
Tints of French Lilac #ECBBE5
RGB
CMYK
RGB Variations
Color information
#ECBBE5 (or 0xECBBE5) is known color: French Lilac. HEX triplet: EC, BB and E5. RGB value is (236,187,229). Sum of RGB (Red+Green+Blue) = 236+187+229=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBE5 is #13441A. Grayscale: #CECECE. Windows color (decimal): -1262619 or 15055852. OLE color: 15055852.
HSL color Cylindrical-coordinate representation of color #ECBBE5: hue angle of 308.57º degrees, saturation: 0.56, 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 #ECBBE5 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 229 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.07 |
| HSL | 308.57º | 0.56% | 0.83% | - |
| HSV(B) | 308.57º | 0.21% | 0.93% | - |
| XYZ | 66.51 | 59.03 | 82.02 | - |
| YUV | 206.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 229 | 0 | 0.21 | 0.03 | 0.07 | 308.57 | 0.56 | 0.83 |
| Hex | EC | BB | E5 | 0 | 15 | 3 | 7 | 135 | 38 | 53 |
| Octal | 354 | 273 | 345 | 0 | 25 | 3 | 7 | 465 | 70 | 123 |
| Binary | 11101100 | 10111011 | 11100101 | 0 | 10101 | 11 | 111 | 100110101 | 111000 | 1010011 |
Color Harmonies of #ECBBE5
Complementary color
Monochromatic Colors of #ECBBE5
Black with #ECBBE5
Text Example
Text Example
White with #ECBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBE5; }
p { color: rgb(236,187,229); }
H1.HeaderClassName
{
color: #ECBBE5;
}
.AnyTagClassName
{
color: #ECBBE5;
}
</style>
background-color css
<style>
a { background-color: #ECBBE5; }
a { background-color: rgb(236,187,229); }
div.DivClassName
{
background-color: #ECBBE5;
}
.BgClassName
{
background-color: #ECBBE5;
}
</style>
border-color css
<style>
span { border-color: #ECBBE5; }
span { border-color: rgb(236,187,229); }
td.TdClassName
{
border-color: #ECBBE5;
}
.TagClassName
{
border-color: #ECBBE5;
}
</style>