Shades of French Lilac #EBC3E6
Tints of French Lilac #EBC3E6
RGB
CMYK
RGB Variations
Color information
#EBC3E6 (or 0xEBC3E6) is known color: French Lilac. HEX triplet: EB, C3 and E6. RGB value is (235,195,230). Sum of RGB (Red+Green+Blue) = 235+195+230=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 195 (76.56% from 255 or 29.55% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3E6 is #143C19. Grayscale: #D2D2D2. Windows color (decimal): -1326106 or 15123435. OLE color: 15123435.
HSL color Cylindrical-coordinate representation of color #EBC3E6: hue angle of 307.5º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC3E6 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 230 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.08 |
| HSL | 307.5º | 0.5% | 0.84% | - |
| HSV(B) | 307.5º | 0.17% | 0.92% | - |
| XYZ | 68.06 | 62.41 | 83.32 | - |
| YUV | 210.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 230 | 0 | 0.17 | 0.02 | 0.08 | 307.5 | 0.5 | 0.84 |
| Hex | EB | C3 | E6 | 0 | 11 | 2 | 8 | 134 | 32 | 54 |
| Octal | 353 | 303 | 346 | 0 | 21 | 2 | 10 | 464 | 62 | 124 |
| Binary | 11101011 | 11000011 | 11100110 | 0 | 10001 | 10 | 1000 | 100110100 | 110010 | 1010100 |
Color Harmonies of #EBC3E6
Complementary color
Monochromatic Colors of #EBC3E6
Black with #EBC3E6
Text Example
Text Example
White with #EBC3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC3E6; }
p { color: rgb(235,195,230); }
H1.HeaderClassName
{
color: #EBC3E6;
}
.AnyTagClassName
{
color: #EBC3E6;
}
</style>
background-color css
<style>
a { background-color: #EBC3E6; }
a { background-color: rgb(235,195,230); }
div.DivClassName
{
background-color: #EBC3E6;
}
.BgClassName
{
background-color: #EBC3E6;
}
</style>
border-color css
<style>
span { border-color: #EBC3E6; }
span { border-color: rgb(235,195,230); }
td.TdClassName
{
border-color: #EBC3E6;
}
.TagClassName
{
border-color: #EBC3E6;
}
</style>