Shades of French Lilac #EBB6EE
Tints of French Lilac #EBB6EE
RGB
CMYK
RGB Variations
Color information
#EBB6EE (or 0xEBB6EE) is known color: French Lilac. HEX triplet: EB, B6 and EE. RGB value is (235,182,238). Sum of RGB (Red+Green+Blue) = 235+182+238=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 182 (71.48% from 255 or 27.79% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBB6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB6EE is #144911. Grayscale: #CCCCCC. Windows color (decimal): -1329426 or 15644395. OLE color: 15644395.
HSL color Cylindrical-coordinate representation of color #EBB6EE: hue angle of 296.79º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB6EE is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 182 | 238 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.07 |
| HSL | 296.79º | 0.62% | 0.82% | - |
| HSV(B) | 296.79º | 0.24% | 0.93% | - |
| XYZ | 66.42 | 57.29 | 88.45 | - |
| YUV | 204.23 | 147.06 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 238 | 0.01 | 0.24 | 0 | 0.07 | 296.79 | 0.62 | 0.82 |
| Hex | EB | B6 | EE | 1 | 18 | 0 | 7 | 129 | 3E | 52 |
| Octal | 353 | 266 | 356 | 1 | 30 | 0 | 7 | 451 | 76 | 122 |
| Binary | 11101011 | 10110110 | 11101110 | 1 | 11000 | 0 | 111 | 100101001 | 111110 | 1010010 |
Color Harmonies of #EBB6EE
Complementary color
Monochromatic Colors of #EBB6EE
Black with #EBB6EE
Text Example
Text Example
White with #EBB6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB6EE; }
p { color: rgb(235,182,238); }
H1.HeaderClassName
{
color: #EBB6EE;
}
.AnyTagClassName
{
color: #EBB6EE;
}
</style>
background-color css
<style>
a { background-color: #EBB6EE; }
a { background-color: rgb(235,182,238); }
div.DivClassName
{
background-color: #EBB6EE;
}
.BgClassName
{
background-color: #EBB6EE;
}
</style>
border-color css
<style>
span { border-color: #EBB6EE; }
span { border-color: rgb(235,182,238); }
td.TdClassName
{
border-color: #EBB6EE;
}
.TagClassName
{
border-color: #EBB6EE;
}
</style>