Shades of French Lilac #ECBDDF
Tints of French Lilac #ECBDDF
RGB
CMYK
RGB Variations
Color information
#ECBDDF (or 0xECBDDF) is known color: French Lilac. HEX triplet: EC, BD and DF. RGB value is (236,189,223). Sum of RGB (Red+Green+Blue) = 236+189+223=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDDF is #134220. Grayscale: #CECECE. Windows color (decimal): -1262113 or 14663148. OLE color: 14663148.
HSL color Cylindrical-coordinate representation of color #ECBDDF: hue angle of 316.6º 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 #ECBDDF is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 223 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.07 |
| HSL | 316.6º | 0.55% | 0.83% | - |
| HSV(B) | 316.6º | 0.2% | 0.93% | - |
| XYZ | 66.11 | 59.56 | 77.82 | - |
| YUV | 206.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 223 | 0 | 0.20 | 0.06 | 0.07 | 316.6 | 0.55 | 0.83 |
| Hex | EC | BD | DF | 0 | 14 | 6 | 7 | 13D | 37 | 53 |
| Octal | 354 | 275 | 337 | 0 | 24 | 6 | 7 | 475 | 67 | 123 |
| Binary | 11101100 | 10111101 | 11011111 | 0 | 10100 | 110 | 111 | 100111101 | 110111 | 1010011 |
Color Harmonies of #ECBDDF
Complementary color
Monochromatic Colors of #ECBDDF
Black with #ECBDDF
Text Example
Text Example
White with #ECBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDDF; }
p { color: rgb(236,189,223); }
H1.HeaderClassName
{
color: #ECBDDF;
}
.AnyTagClassName
{
color: #ECBDDF;
}
</style>
background-color css
<style>
a { background-color: #ECBDDF; }
a { background-color: rgb(236,189,223); }
div.DivClassName
{
background-color: #ECBDDF;
}
.BgClassName
{
background-color: #ECBDDF;
}
</style>
border-color css
<style>
span { border-color: #ECBDDF; }
span { border-color: rgb(236,189,223); }
td.TdClassName
{
border-color: #ECBDDF;
}
.TagClassName
{
border-color: #ECBDDF;
}
</style>