Shades of French Lilac #ECBDE4
Tints of French Lilac #ECBDE4
RGB
CMYK
RGB Variations
Color information
#ECBDE4 (or 0xECBDE4) is known color: French Lilac. HEX triplet: EC, BD and E4. RGB value is (236,189,228). Sum of RGB (Red+Green+Blue) = 236+189+228=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDE4 is #13421B. Grayscale: #CFCFCF. Windows color (decimal): -1262108 or 14990828. OLE color: 14990828.
HSL color Cylindrical-coordinate representation of color #ECBDE4: hue angle of 310.21º 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 #ECBDE4 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 228 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.07 |
| HSL | 310.21º | 0.55% | 0.83% | - |
| HSV(B) | 310.21º | 0.2% | 0.93% | - |
| XYZ | 66.79 | 59.83 | 81.43 | - |
| YUV | 207.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 228 | 0 | 0.20 | 0.03 | 0.07 | 310.21 | 0.55 | 0.83 |
| Hex | EC | BD | E4 | 0 | 14 | 3 | 7 | 136 | 37 | 53 |
| Octal | 354 | 275 | 344 | 0 | 24 | 3 | 7 | 466 | 67 | 123 |
| Binary | 11101100 | 10111101 | 11100100 | 0 | 10100 | 11 | 111 | 100110110 | 110111 | 1010011 |
Color Harmonies of #ECBDE4
Complementary color
Monochromatic Colors of #ECBDE4
Black with #ECBDE4
Text Example
Text Example
White with #ECBDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDE4; }
p { color: rgb(236,189,228); }
H1.HeaderClassName
{
color: #ECBDE4;
}
.AnyTagClassName
{
color: #ECBDE4;
}
</style>
background-color css
<style>
a { background-color: #ECBDE4; }
a { background-color: rgb(236,189,228); }
div.DivClassName
{
background-color: #ECBDE4;
}
.BgClassName
{
background-color: #ECBDE4;
}
</style>
border-color css
<style>
span { border-color: #ECBDE4; }
span { border-color: rgb(236,189,228); }
td.TdClassName
{
border-color: #ECBDE4;
}
.TagClassName
{
border-color: #ECBDE4;
}
</style>