Shades of French Lilac #EBB9DC
Tints of French Lilac #EBB9DC
RGB
CMYK
RGB Variations
Color information
#EBB9DC (or 0xEBB9DC) is known color: French Lilac. HEX triplet: EB, B9 and DC. RGB value is (235,185,220). Sum of RGB (Red+Green+Blue) = 235+185+220=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9DC is #144623. Grayscale: #CBCBCB. Windows color (decimal): -1328676 or 14465515. OLE color: 14465515.
HSL color Cylindrical-coordinate representation of color #EBB9DC: hue angle of 318º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBB9DC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 185 | 220 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.08 |
| HSL | 318º | 0.56% | 0.82% | - |
| HSV(B) | 318º | 0.21% | 0.92% | - |
| XYZ | 64.53 | 57.53 | 75.41 | - |
| YUV | 203.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 220 | 0 | 0.21 | 0.06 | 0.08 | 318 | 0.56 | 0.82 |
| Hex | EB | B9 | DC | 0 | 15 | 6 | 8 | 13E | 38 | 52 |
| Octal | 353 | 271 | 334 | 0 | 25 | 6 | 10 | 476 | 70 | 122 |
| Binary | 11101011 | 10111001 | 11011100 | 0 | 10101 | 110 | 1000 | 100111110 | 111000 | 1010010 |
Color Harmonies of #EBB9DC
Complementary color
Monochromatic Colors of #EBB9DC
Black with #EBB9DC
Text Example
Text Example
White with #EBB9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB9DC; }
p { color: rgb(235,185,220); }
H1.HeaderClassName
{
color: #EBB9DC;
}
.AnyTagClassName
{
color: #EBB9DC;
}
</style>
background-color css
<style>
a { background-color: #EBB9DC; }
a { background-color: rgb(235,185,220); }
div.DivClassName
{
background-color: #EBB9DC;
}
.BgClassName
{
background-color: #EBB9DC;
}
</style>
border-color css
<style>
span { border-color: #EBB9DC; }
span { border-color: rgb(235,185,220); }
td.TdClassName
{
border-color: #EBB9DC;
}
.TagClassName
{
border-color: #EBB9DC;
}
</style>