Shades of French Lilac #EBACDC
Tints of French Lilac #EBACDC
RGB
CMYK
RGB Variations
Color information
#EBACDC (or 0xEBACDC) is known color: French Lilac. HEX triplet: EB, AC and DC. RGB value is (235,172,220). Sum of RGB (Red+Green+Blue) = 235+172+220=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACDC is #145323. Grayscale: #C4C4C4. Windows color (decimal): -1332004 or 14462187. OLE color: 14462187.
HSL color Cylindrical-coordinate representation of color #EBACDC: hue angle of 314.29º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBACDC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 220 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.08 |
| HSL | 314.29º | 0.61% | 0.8% | - |
| HSV(B) | 314.29º | 0.27% | 0.92% | - |
| XYZ | 61.93 | 52.33 | 74.55 | - |
| YUV | 196.31 | 141.37 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 220 | 0 | 0.27 | 0.06 | 0.08 | 314.29 | 0.61 | 0.8 |
| Hex | EB | AC | DC | 0 | 1B | 6 | 8 | 13A | 3D | 50 |
| Octal | 353 | 254 | 334 | 0 | 33 | 6 | 10 | 472 | 75 | 120 |
| Binary | 11101011 | 10101100 | 11011100 | 0 | 11011 | 110 | 1000 | 100111010 | 111101 | 1010000 |
Color Harmonies of #EBACDC
Complementary color
Monochromatic Colors of #EBACDC
Black with #EBACDC
Text Example
Text Example
White with #EBACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACDC; }
p { color: rgb(235,172,220); }
H1.HeaderClassName
{
color: #EBACDC;
}
.AnyTagClassName
{
color: #EBACDC;
}
</style>
background-color css
<style>
a { background-color: #EBACDC; }
a { background-color: rgb(235,172,220); }
div.DivClassName
{
background-color: #EBACDC;
}
.BgClassName
{
background-color: #EBACDC;
}
</style>
border-color css
<style>
span { border-color: #EBACDC; }
span { border-color: rgb(235,172,220); }
td.TdClassName
{
border-color: #EBACDC;
}
.TagClassName
{
border-color: #EBACDC;
}
</style>