Shades of French Lilac #ECBFE9
Tints of French Lilac #ECBFE9
RGB
CMYK
RGB Variations
Color information
#ECBFE9 (or 0xECBFE9) is known color: French Lilac. HEX triplet: EC, BF and E9. RGB value is (236,191,233). Sum of RGB (Red+Green+Blue) = 236+191+233=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBFE9 is #134016. Grayscale: #D1D1D1. Windows color (decimal): -1261591 or 15319020. OLE color: 15319020.
HSL color Cylindrical-coordinate representation of color #ECBFE9: hue angle of 304º 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 #ECBFE9 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 233 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.07 |
| HSL | 304º | 0.54% | 0.84% | - |
| HSV(B) | 304º | 0.19% | 0.93% | - |
| XYZ | 67.93 | 60.98 | 85.28 | - |
| YUV | 209.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 233 | 0 | 0.19 | 0.01 | 0.07 | 304 | 0.54 | 0.84 |
| Hex | EC | BF | E9 | 0 | 13 | 1 | 7 | 130 | 36 | 54 |
| Octal | 354 | 277 | 351 | 0 | 23 | 1 | 7 | 460 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11101001 | 0 | 10011 | 1 | 111 | 100110000 | 110110 | 1010100 |
Color Harmonies of #ECBFE9
Complementary color
Monochromatic Colors of #ECBFE9
Black with #ECBFE9
Text Example
Text Example
White with #ECBFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFE9; }
p { color: rgb(236,191,233); }
H1.HeaderClassName
{
color: #ECBFE9;
}
.AnyTagClassName
{
color: #ECBFE9;
}
</style>
background-color css
<style>
a { background-color: #ECBFE9; }
a { background-color: rgb(236,191,233); }
div.DivClassName
{
background-color: #ECBFE9;
}
.BgClassName
{
background-color: #ECBFE9;
}
</style>
border-color css
<style>
span { border-color: #ECBFE9; }
span { border-color: rgb(236,191,233); }
td.TdClassName
{
border-color: #ECBFE9;
}
.TagClassName
{
border-color: #ECBFE9;
}
</style>