Shades of French Lilac #EBB6DB
Tints of French Lilac #EBB6DB
RGB
CMYK
RGB Variations
Color information
#EBB6DB (or 0xEBB6DB) is known color: French Lilac. HEX triplet: EB, B6 and DB. RGB value is (235,182,219). Sum of RGB (Red+Green+Blue) = 235+182+219=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 182 (71.48% from 255 or 28.62% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6DB is #144924. Grayscale: #C9C9C9. Windows color (decimal): -1329445 or 14399211. OLE color: 14399211.
HSL color Cylindrical-coordinate representation of color #EBB6DB: hue angle of 318.11º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB6DB is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 182 | 219 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.08 |
| HSL | 318.11º | 0.57% | 0.82% | - |
| HSV(B) | 318.11º | 0.23% | 0.92% | - |
| XYZ | 63.78 | 56.23 | 74.51 | - |
| YUV | 202.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 219 | 0 | 0.23 | 0.07 | 0.08 | 318.11 | 0.57 | 0.82 |
| Hex | EB | B6 | DB | 0 | 17 | 7 | 8 | 13E | 39 | 52 |
| Octal | 353 | 266 | 333 | 0 | 27 | 7 | 10 | 476 | 71 | 122 |
| Binary | 11101011 | 10110110 | 11011011 | 0 | 10111 | 111 | 1000 | 100111110 | 111001 | 1010010 |
Color Harmonies of #EBB6DB
Complementary color
Monochromatic Colors of #EBB6DB
Black with #EBB6DB
Text Example
Text Example
White with #EBB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB6DB; }
p { color: rgb(235,182,219); }
H1.HeaderClassName
{
color: #EBB6DB;
}
.AnyTagClassName
{
color: #EBB6DB;
}
</style>
background-color css
<style>
a { background-color: #EBB6DB; }
a { background-color: rgb(235,182,219); }
div.DivClassName
{
background-color: #EBB6DB;
}
.BgClassName
{
background-color: #EBB6DB;
}
</style>
border-color css
<style>
span { border-color: #EBB6DB; }
span { border-color: rgb(235,182,219); }
td.TdClassName
{
border-color: #EBB6DB;
}
.TagClassName
{
border-color: #EBB6DB;
}
</style>