Shades of French Lilac #ECB7DF
Tints of French Lilac #ECB7DF
RGB
CMYK
RGB Variations
Color information
#ECB7DF (or 0xECB7DF) is known color: French Lilac. HEX triplet: EC, B7 and DF. RGB value is (236,183,223). Sum of RGB (Red+Green+Blue) = 236+183+223=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 183 (71.88% from 255 or 28.50% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7DF is #134820. Grayscale: #CBCBCB. Windows color (decimal): -1263649 or 14661612. OLE color: 14661612.
HSL color Cylindrical-coordinate representation of color #ECB7DF: hue angle of 314.72º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB7DF is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 223 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.07 |
| HSL | 314.72º | 0.58% | 0.82% | - |
| HSV(B) | 314.72º | 0.22% | 0.93% | - |
| XYZ | 64.84 | 57.03 | 77.4 | - |
| YUV | 203.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 223 | 0 | 0.22 | 0.06 | 0.07 | 314.72 | 0.58 | 0.82 |
| Hex | EC | B7 | DF | 0 | 16 | 6 | 7 | 13B | 3A | 52 |
| Octal | 354 | 267 | 337 | 0 | 26 | 6 | 7 | 473 | 72 | 122 |
| Binary | 11101100 | 10110111 | 11011111 | 0 | 10110 | 110 | 111 | 100111011 | 111010 | 1010010 |
Color Harmonies of #ECB7DF
Complementary color
Monochromatic Colors of #ECB7DF
Black with #ECB7DF
Text Example
Text Example
White with #ECB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7DF; }
p { color: rgb(236,183,223); }
H1.HeaderClassName
{
color: #ECB7DF;
}
.AnyTagClassName
{
color: #ECB7DF;
}
</style>
background-color css
<style>
a { background-color: #ECB7DF; }
a { background-color: rgb(236,183,223); }
div.DivClassName
{
background-color: #ECB7DF;
}
.BgClassName
{
background-color: #ECB7DF;
}
</style>
border-color css
<style>
span { border-color: #ECB7DF; }
span { border-color: rgb(236,183,223); }
td.TdClassName
{
border-color: #ECB7DF;
}
.TagClassName
{
border-color: #ECB7DF;
}
</style>