Shades of French Lilac #EBC6E6
Tints of French Lilac #EBC6E6
RGB
CMYK
RGB Variations
Color information
#EBC6E6 (or 0xEBC6E6) is known color: French Lilac. HEX triplet: EB, C6 and E6. RGB value is (235,198,230). Sum of RGB (Red+Green+Blue) = 235+198+230=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 198 (77.73% from 255 or 29.86% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC6E6 is #143919. Grayscale: #D4D4D4. Windows color (decimal): -1325338 or 15124203. OLE color: 15124203.
HSL color Cylindrical-coordinate representation of color #EBC6E6: hue angle of 308.11º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC6E6 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 230 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.08 |
| HSL | 308.11º | 0.48% | 0.85% | - |
| HSV(B) | 308.11º | 0.16% | 0.92% | - |
| XYZ | 68.74 | 63.76 | 83.55 | - |
| YUV | 212.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 230 | 0 | 0.16 | 0.02 | 0.08 | 308.11 | 0.48 | 0.85 |
| Hex | EB | C6 | E6 | 0 | 10 | 2 | 8 | 134 | 30 | 55 |
| Octal | 353 | 306 | 346 | 0 | 20 | 2 | 10 | 464 | 60 | 125 |
| Binary | 11101011 | 11000110 | 11100110 | 0 | 10000 | 10 | 1000 | 100110100 | 110000 | 1010101 |
Color Harmonies of #EBC6E6
Complementary color
Monochromatic Colors of #EBC6E6
Black with #EBC6E6
Text Example
Text Example
White with #EBC6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC6E6; }
p { color: rgb(235,198,230); }
H1.HeaderClassName
{
color: #EBC6E6;
}
.AnyTagClassName
{
color: #EBC6E6;
}
</style>
background-color css
<style>
a { background-color: #EBC6E6; }
a { background-color: rgb(235,198,230); }
div.DivClassName
{
background-color: #EBC6E6;
}
.BgClassName
{
background-color: #EBC6E6;
}
</style>
border-color css
<style>
span { border-color: #EBC6E6; }
span { border-color: rgb(235,198,230); }
td.TdClassName
{
border-color: #EBC6E6;
}
.TagClassName
{
border-color: #EBC6E6;
}
</style>