Shades of French Lilac #ECB1DF
Tints of French Lilac #ECB1DF
RGB
CMYK
RGB Variations
Color information
#ECB1DF (or 0xECB1DF) is known color: French Lilac. HEX triplet: EC, B1 and DF. RGB value is (236,177,223). Sum of RGB (Red+Green+Blue) = 236+177+223=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1DF is #134E20. Grayscale: #C7C7C7. Windows color (decimal): -1265185 or 14660076. OLE color: 14660076.
HSL color Cylindrical-coordinate representation of color #ECB1DF: hue angle of 313.22º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB1DF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 223 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.07 |
| HSL | 313.22º | 0.61% | 0.81% | - |
| HSV(B) | 313.22º | 0.25% | 0.93% | - |
| XYZ | 63.63 | 54.6 | 77 | - |
| YUV | 199.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 223 | 0 | 0.25 | 0.06 | 0.07 | 313.22 | 0.61 | 0.81 |
| Hex | EC | B1 | DF | 0 | 19 | 6 | 7 | 139 | 3D | 51 |
| Octal | 354 | 261 | 337 | 0 | 31 | 6 | 7 | 471 | 75 | 121 |
| Binary | 11101100 | 10110001 | 11011111 | 0 | 11001 | 110 | 111 | 100111001 | 111101 | 1010001 |
Color Harmonies of #ECB1DF
Complementary color
Monochromatic Colors of #ECB1DF
Black with #ECB1DF
Text Example
Text Example
White with #ECB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1DF; }
p { color: rgb(236,177,223); }
H1.HeaderClassName
{
color: #ECB1DF;
}
.AnyTagClassName
{
color: #ECB1DF;
}
</style>
background-color css
<style>
a { background-color: #ECB1DF; }
a { background-color: rgb(236,177,223); }
div.DivClassName
{
background-color: #ECB1DF;
}
.BgClassName
{
background-color: #ECB1DF;
}
</style>
border-color css
<style>
span { border-color: #ECB1DF; }
span { border-color: rgb(236,177,223); }
td.TdClassName
{
border-color: #ECB1DF;
}
.TagClassName
{
border-color: #ECB1DF;
}
</style>