Shades of French Lilac #EBC2DF
Tints of French Lilac #EBC2DF
RGB
CMYK
RGB Variations
Color information
#EBC2DF (or 0xEBC2DF) is known color: French Lilac. HEX triplet: EB, C2 and DF. RGB value is (235,194,223). Sum of RGB (Red+Green+Blue) = 235+194+223=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2DF is #143D20. Grayscale: #D1D1D1. Windows color (decimal): -1326369 or 14664427. OLE color: 14664427.
HSL color Cylindrical-coordinate representation of color #EBC2DF: hue angle of 317.56º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC2DF is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 223 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.08 |
| HSL | 317.56º | 0.51% | 0.84% | - |
| HSV(B) | 317.56º | 0.17% | 0.92% | - |
| XYZ | 66.87 | 61.57 | 78.17 | - |
| YUV | 209.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 223 | 0 | 0.17 | 0.05 | 0.08 | 317.56 | 0.51 | 0.84 |
| Hex | EB | C2 | DF | 0 | 11 | 5 | 8 | 13E | 33 | 54 |
| Octal | 353 | 302 | 337 | 0 | 21 | 5 | 10 | 476 | 63 | 124 |
| Binary | 11101011 | 11000010 | 11011111 | 0 | 10001 | 101 | 1000 | 100111110 | 110011 | 1010100 |
Color Harmonies of #EBC2DF
Complementary color
Monochromatic Colors of #EBC2DF
Black with #EBC2DF
Text Example
Text Example
White with #EBC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2DF; }
p { color: rgb(235,194,223); }
H1.HeaderClassName
{
color: #EBC2DF;
}
.AnyTagClassName
{
color: #EBC2DF;
}
</style>
background-color css
<style>
a { background-color: #EBC2DF; }
a { background-color: rgb(235,194,223); }
div.DivClassName
{
background-color: #EBC2DF;
}
.BgClassName
{
background-color: #EBC2DF;
}
</style>
border-color css
<style>
span { border-color: #EBC2DF; }
span { border-color: rgb(235,194,223); }
td.TdClassName
{
border-color: #EBC2DF;
}
.TagClassName
{
border-color: #EBC2DF;
}
</style>