Shades of French Lilac #ECBFE1
Tints of French Lilac #ECBFE1
RGB
CMYK
RGB Variations
Color information
#ECBFE1 (or 0xECBFE1) is known color: French Lilac. HEX triplet: EC, BF and E1. RGB value is (236,191,225). Sum of RGB (Red+Green+Blue) = 236+191+225=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFE1 is #13401E. Grayscale: #D0D0D0. Windows color (decimal): -1261599 or 14794732. OLE color: 14794732.
HSL color Cylindrical-coordinate representation of color #ECBFE1: hue angle of 314.67º 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 #ECBFE1 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 225 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.07 |
| HSL | 314.67º | 0.54% | 0.84% | - |
| HSV(B) | 314.67º | 0.19% | 0.93% | - |
| XYZ | 66.81 | 60.53 | 79.4 | - |
| YUV | 208.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 225 | 0 | 0.19 | 0.05 | 0.07 | 314.67 | 0.54 | 0.84 |
| Hex | EC | BF | E1 | 0 | 13 | 5 | 7 | 13B | 36 | 54 |
| Octal | 354 | 277 | 341 | 0 | 23 | 5 | 7 | 473 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11100001 | 0 | 10011 | 101 | 111 | 100111011 | 110110 | 1010100 |
Color Harmonies of #ECBFE1
Complementary color
Monochromatic Colors of #ECBFE1
Black with #ECBFE1
Text Example
Text Example
White with #ECBFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFE1; }
p { color: rgb(236,191,225); }
H1.HeaderClassName
{
color: #ECBFE1;
}
.AnyTagClassName
{
color: #ECBFE1;
}
</style>
background-color css
<style>
a { background-color: #ECBFE1; }
a { background-color: rgb(236,191,225); }
div.DivClassName
{
background-color: #ECBFE1;
}
.BgClassName
{
background-color: #ECBFE1;
}
</style>
border-color css
<style>
span { border-color: #ECBFE1; }
span { border-color: rgb(236,191,225); }
td.TdClassName
{
border-color: #ECBFE1;
}
.TagClassName
{
border-color: #ECBFE1;
}
</style>