Shades of French Lilac #ECBFE5
Tints of French Lilac #ECBFE5
RGB
CMYK
RGB Variations
Color information
#ECBFE5 (or 0xECBFE5) is known color: French Lilac. HEX triplet: EC, BF and E5. RGB value is (236,191,229). Sum of RGB (Red+Green+Blue) = 236+191+229=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFE5 is #13401A. Grayscale: #D0D0D0. Windows color (decimal): -1261595 or 15056876. OLE color: 15056876.
HSL color Cylindrical-coordinate representation of color #ECBFE5: hue angle of 309.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBFE5 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 229 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.07 |
| HSL | 309.33º | 0.54% | 0.84% | - |
| HSV(B) | 309.33º | 0.19% | 0.93% | - |
| XYZ | 67.37 | 60.75 | 82.3 | - |
| YUV | 208.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 229 | 0 | 0.19 | 0.03 | 0.07 | 309.33 | 0.54 | 0.84 |
| Hex | EC | BF | E5 | 0 | 13 | 3 | 7 | 135 | 36 | 54 |
| Octal | 354 | 277 | 345 | 0 | 23 | 3 | 7 | 465 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11100101 | 0 | 10011 | 11 | 111 | 100110101 | 110110 | 1010100 |
Color Harmonies of #ECBFE5
Complementary color
Monochromatic Colors of #ECBFE5
Black with #ECBFE5
Text Example
Text Example
White with #ECBFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFE5; }
p { color: rgb(236,191,229); }
H1.HeaderClassName
{
color: #ECBFE5;
}
.AnyTagClassName
{
color: #ECBFE5;
}
</style>
background-color css
<style>
a { background-color: #ECBFE5; }
a { background-color: rgb(236,191,229); }
div.DivClassName
{
background-color: #ECBFE5;
}
.BgClassName
{
background-color: #ECBFE5;
}
</style>
border-color css
<style>
span { border-color: #ECBFE5; }
span { border-color: rgb(236,191,229); }
td.TdClassName
{
border-color: #ECBFE5;
}
.TagClassName
{
border-color: #ECBFE5;
}
</style>