Shades of French Lilac #EBACDF
Tints of French Lilac #EBACDF
RGB
CMYK
RGB Variations
Color information
#EBACDF (or 0xEBACDF) is known color: French Lilac. HEX triplet: EB, AC and DF. RGB value is (235,172,223). Sum of RGB (Red+Green+Blue) = 235+172+223=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACDF is #145320. Grayscale: #C4C4C4. Windows color (decimal): -1332001 or 14658795. OLE color: 14658795.
HSL color Cylindrical-coordinate representation of color #EBACDF: hue angle of 311.43º 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 #EBACDF is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 223 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.08 |
| HSL | 311.43º | 0.61% | 0.8% | - |
| HSV(B) | 311.43º | 0.27% | 0.92% | - |
| XYZ | 62.33 | 52.49 | 76.66 | - |
| YUV | 196.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 223 | 0 | 0.27 | 0.05 | 0.08 | 311.43 | 0.61 | 0.8 |
| Hex | EB | AC | DF | 0 | 1B | 5 | 8 | 137 | 3D | 50 |
| Octal | 353 | 254 | 337 | 0 | 33 | 5 | 10 | 467 | 75 | 120 |
| Binary | 11101011 | 10101100 | 11011111 | 0 | 11011 | 101 | 1000 | 100110111 | 111101 | 1010000 |
Color Harmonies of #EBACDF
Complementary color
Monochromatic Colors of #EBACDF
Black with #EBACDF
Text Example
Text Example
White with #EBACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACDF; }
p { color: rgb(235,172,223); }
H1.HeaderClassName
{
color: #EBACDF;
}
.AnyTagClassName
{
color: #EBACDF;
}
</style>
background-color css
<style>
a { background-color: #EBACDF; }
a { background-color: rgb(235,172,223); }
div.DivClassName
{
background-color: #EBACDF;
}
.BgClassName
{
background-color: #EBACDF;
}
</style>
border-color css
<style>
span { border-color: #EBACDF; }
span { border-color: rgb(235,172,223); }
td.TdClassName
{
border-color: #EBACDF;
}
.TagClassName
{
border-color: #EBACDF;
}
</style>