Shades of French Lilac #EBC3E4
Tints of French Lilac #EBC3E4
RGB
CMYK
RGB Variations
Color information
#EBC3E4 (or 0xEBC3E4) is known color: French Lilac. HEX triplet: EB, C3 and E4. RGB value is (235,195,228). Sum of RGB (Red+Green+Blue) = 235+195+228=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 195 (76.56% from 255 or 29.64% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3E4 is #143C1B. Grayscale: #D2D2D2. Windows color (decimal): -1326108 or 14992363. OLE color: 14992363.
HSL color Cylindrical-coordinate representation of color #EBC3E4: hue angle of 310.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 #EBC3E4 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 228 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.08 |
| HSL | 310.5º | 0.5% | 0.84% | - |
| HSV(B) | 310.5º | 0.17% | 0.92% | - |
| XYZ | 67.78 | 62.29 | 81.85 | - |
| YUV | 210.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 228 | 0 | 0.17 | 0.03 | 0.08 | 310.5 | 0.5 | 0.84 |
| Hex | EB | C3 | E4 | 0 | 11 | 3 | 8 | 136 | 32 | 54 |
| Octal | 353 | 303 | 344 | 0 | 21 | 3 | 10 | 466 | 62 | 124 |
| Binary | 11101011 | 11000011 | 11100100 | 0 | 10001 | 11 | 1000 | 100110110 | 110010 | 1010100 |
Color Harmonies of #EBC3E4
Complementary color
Monochromatic Colors of #EBC3E4
Black with #EBC3E4
Text Example
Text Example
White with #EBC3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC3E4; }
p { color: rgb(235,195,228); }
H1.HeaderClassName
{
color: #EBC3E4;
}
.AnyTagClassName
{
color: #EBC3E4;
}
</style>
background-color css
<style>
a { background-color: #EBC3E4; }
a { background-color: rgb(235,195,228); }
div.DivClassName
{
background-color: #EBC3E4;
}
.BgClassName
{
background-color: #EBC3E4;
}
</style>
border-color css
<style>
span { border-color: #EBC3E4; }
span { border-color: rgb(235,195,228); }
td.TdClassName
{
border-color: #EBC3E4;
}
.TagClassName
{
border-color: #EBC3E4;
}
</style>