Shades of French Lilac #ECBDE7
Tints of French Lilac #ECBDE7
RGB
CMYK
RGB Variations
Color information
#ECBDE7 (or 0xECBDE7) is known color: French Lilac. HEX triplet: EC, BD and E7. RGB value is (236,189,231). Sum of RGB (Red+Green+Blue) = 236+189+231=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDE7 is #134218. Grayscale: #CFCFCF. Windows color (decimal): -1262105 or 15187436. OLE color: 15187436.
HSL color Cylindrical-coordinate representation of color #ECBDE7: hue angle of 306.38º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBDE7 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 231 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.07 |
| HSL | 306.38º | 0.55% | 0.83% | - |
| HSV(B) | 306.38º | 0.2% | 0.93% | - |
| XYZ | 67.21 | 60 | 83.64 | - |
| YUV | 207.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 231 | 0 | 0.20 | 0.02 | 0.07 | 306.38 | 0.55 | 0.83 |
| Hex | EC | BD | E7 | 0 | 14 | 2 | 7 | 132 | 37 | 53 |
| Octal | 354 | 275 | 347 | 0 | 24 | 2 | 7 | 462 | 67 | 123 |
| Binary | 11101100 | 10111101 | 11100111 | 0 | 10100 | 10 | 111 | 100110010 | 110111 | 1010011 |
Color Harmonies of #ECBDE7
Complementary color
Monochromatic Colors of #ECBDE7
Black with #ECBDE7
Text Example
Text Example
White with #ECBDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDE7; }
p { color: rgb(236,189,231); }
H1.HeaderClassName
{
color: #ECBDE7;
}
.AnyTagClassName
{
color: #ECBDE7;
}
</style>
background-color css
<style>
a { background-color: #ECBDE7; }
a { background-color: rgb(236,189,231); }
div.DivClassName
{
background-color: #ECBDE7;
}
.BgClassName
{
background-color: #ECBDE7;
}
</style>
border-color css
<style>
span { border-color: #ECBDE7; }
span { border-color: rgb(236,189,231); }
td.TdClassName
{
border-color: #ECBDE7;
}
.TagClassName
{
border-color: #ECBDE7;
}
</style>