Shades of French Lilac #EBC1DF
Tints of French Lilac #EBC1DF
RGB
CMYK
RGB Variations
Color information
#EBC1DF (or 0xEBC1DF) is known color: French Lilac. HEX triplet: EB, C1 and DF. RGB value is (235,193,223). Sum of RGB (Red+Green+Blue) = 235+193+223=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1DF is #143E20. Grayscale: #D0D0D0. Windows color (decimal): -1326625 or 14664171. OLE color: 14664171.
HSL color Cylindrical-coordinate representation of color #EBC1DF: hue angle of 317.14º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC1DF is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 223 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.08 |
| HSL | 317.14º | 0.51% | 0.84% | - |
| HSV(B) | 317.14º | 0.18% | 0.92% | - |
| XYZ | 66.65 | 61.13 | 78.1 | - |
| YUV | 208.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 223 | 0 | 0.18 | 0.05 | 0.08 | 317.14 | 0.51 | 0.84 |
| Hex | EB | C1 | DF | 0 | 12 | 5 | 8 | 13D | 33 | 54 |
| Octal | 353 | 301 | 337 | 0 | 22 | 5 | 10 | 475 | 63 | 124 |
| Binary | 11101011 | 11000001 | 11011111 | 0 | 10010 | 101 | 1000 | 100111101 | 110011 | 1010100 |
Color Harmonies of #EBC1DF
Complementary color
Monochromatic Colors of #EBC1DF
Black with #EBC1DF
Text Example
Text Example
White with #EBC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC1DF; }
p { color: rgb(235,193,223); }
H1.HeaderClassName
{
color: #EBC1DF;
}
.AnyTagClassName
{
color: #EBC1DF;
}
</style>
background-color css
<style>
a { background-color: #EBC1DF; }
a { background-color: rgb(235,193,223); }
div.DivClassName
{
background-color: #EBC1DF;
}
.BgClassName
{
background-color: #EBC1DF;
}
</style>
border-color css
<style>
span { border-color: #EBC1DF; }
span { border-color: rgb(235,193,223); }
td.TdClassName
{
border-color: #EBC1DF;
}
.TagClassName
{
border-color: #EBC1DF;
}
</style>