Shades of French Lilac #EBB6E5
Tints of French Lilac #EBB6E5
RGB
CMYK
RGB Variations
Color information
#EBB6E5 (or 0xEBB6E5) is known color: French Lilac. HEX triplet: EB, B6 and E5. RGB value is (235,182,229). Sum of RGB (Red+Green+Blue) = 235+182+229=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 182 (71.48% from 255 or 28.17% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6E5 is #14491A. Grayscale: #CBCBCB. Windows color (decimal): -1329435 or 15054571. OLE color: 15054571.
HSL color Cylindrical-coordinate representation of color #EBB6E5: hue angle of 306.79º 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 #EBB6E5 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 182 | 229 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.08 |
| HSL | 306.79º | 0.57% | 0.82% | - |
| HSV(B) | 306.79º | 0.23% | 0.92% | - |
| XYZ | 65.13 | 56.78 | 81.65 | - |
| YUV | 203.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 229 | 0 | 0.23 | 0.03 | 0.08 | 306.79 | 0.57 | 0.82 |
| Hex | EB | B6 | E5 | 0 | 17 | 3 | 8 | 133 | 39 | 52 |
| Octal | 353 | 266 | 345 | 0 | 27 | 3 | 10 | 463 | 71 | 122 |
| Binary | 11101011 | 10110110 | 11100101 | 0 | 10111 | 11 | 1000 | 100110011 | 111001 | 1010010 |
Color Harmonies of #EBB6E5
Complementary color
Monochromatic Colors of #EBB6E5
Black with #EBB6E5
Text Example
Text Example
White with #EBB6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB6E5; }
p { color: rgb(235,182,229); }
H1.HeaderClassName
{
color: #EBB6E5;
}
.AnyTagClassName
{
color: #EBB6E5;
}
</style>
background-color css
<style>
a { background-color: #EBB6E5; }
a { background-color: rgb(235,182,229); }
div.DivClassName
{
background-color: #EBB6E5;
}
.BgClassName
{
background-color: #EBB6E5;
}
</style>
border-color css
<style>
span { border-color: #EBB6E5; }
span { border-color: rgb(235,182,229); }
td.TdClassName
{
border-color: #EBB6E5;
}
.TagClassName
{
border-color: #EBB6E5;
}
</style>