Shades of French Lilac #ECBFDE
Tints of French Lilac #ECBFDE
RGB
CMYK
RGB Variations
Color information
#ECBFDE (or 0xECBFDE) is known color: French Lilac. HEX triplet: EC, BF and DE. RGB value is (236,191,222). Sum of RGB (Red+Green+Blue) = 236+191+222=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFDE is #134021. Grayscale: #CFCFCF. Windows color (decimal): -1261602 or 14598124. OLE color: 14598124.
HSL color Cylindrical-coordinate representation of color #ECBFDE: hue angle of 318.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 #ECBFDE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 222 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.07 |
| HSL | 318.67º | 0.54% | 0.84% | - |
| HSV(B) | 318.67º | 0.19% | 0.93% | - |
| XYZ | 66.41 | 60.37 | 77.26 | - |
| YUV | 207.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 222 | 0 | 0.19 | 0.06 | 0.07 | 318.67 | 0.54 | 0.84 |
| Hex | EC | BF | DE | 0 | 13 | 6 | 7 | 13F | 36 | 54 |
| Octal | 354 | 277 | 336 | 0 | 23 | 6 | 7 | 477 | 66 | 124 |
| Binary | 11101100 | 10111111 | 11011110 | 0 | 10011 | 110 | 111 | 100111111 | 110110 | 1010100 |
Color Harmonies of #ECBFDE
Complementary color
Monochromatic Colors of #ECBFDE
Black with #ECBFDE
Text Example
Text Example
White with #ECBFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBFDE; }
p { color: rgb(236,191,222); }
H1.HeaderClassName
{
color: #ECBFDE;
}
.AnyTagClassName
{
color: #ECBFDE;
}
</style>
background-color css
<style>
a { background-color: #ECBFDE; }
a { background-color: rgb(236,191,222); }
div.DivClassName
{
background-color: #ECBFDE;
}
.BgClassName
{
background-color: #ECBFDE;
}
</style>
border-color css
<style>
span { border-color: #ECBFDE; }
span { border-color: rgb(236,191,222); }
td.TdClassName
{
border-color: #ECBFDE;
}
.TagClassName
{
border-color: #ECBFDE;
}
</style>