Shades of French Lilac #EBC4E2
Tints of French Lilac #EBC4E2
RGB
CMYK
RGB Variations
Color information
#EBC4E2 (or 0xEBC4E2) is known color: French Lilac. HEX triplet: EB, C4 and E2. RGB value is (235,196,226). Sum of RGB (Red+Green+Blue) = 235+196+226=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4E2 is #143B1D. Grayscale: #D3D3D3. Windows color (decimal): -1325854 or 14861547. OLE color: 14861547.
HSL color Cylindrical-coordinate representation of color #EBC4E2: hue angle of 313.85º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC4E2 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 226 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.08 |
| HSL | 313.85º | 0.49% | 0.85% | - |
| HSV(B) | 313.85º | 0.17% | 0.92% | - |
| XYZ | 67.73 | 62.63 | 80.47 | - |
| YUV | 211.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 226 | 0 | 0.17 | 0.04 | 0.08 | 313.85 | 0.49 | 0.85 |
| Hex | EB | C4 | E2 | 0 | 11 | 4 | 8 | 13A | 31 | 55 |
| Octal | 353 | 304 | 342 | 0 | 21 | 4 | 10 | 472 | 61 | 125 |
| Binary | 11101011 | 11000100 | 11100010 | 0 | 10001 | 100 | 1000 | 100111010 | 110001 | 1010101 |
Color Harmonies of #EBC4E2
Complementary color
Monochromatic Colors of #EBC4E2
Black with #EBC4E2
Text Example
Text Example
White with #EBC4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC4E2; }
p { color: rgb(235,196,226); }
H1.HeaderClassName
{
color: #EBC4E2;
}
.AnyTagClassName
{
color: #EBC4E2;
}
</style>
background-color css
<style>
a { background-color: #EBC4E2; }
a { background-color: rgb(235,196,226); }
div.DivClassName
{
background-color: #EBC4E2;
}
.BgClassName
{
background-color: #EBC4E2;
}
</style>
border-color css
<style>
span { border-color: #EBC4E2; }
span { border-color: rgb(235,196,226); }
td.TdClassName
{
border-color: #EBC4E2;
}
.TagClassName
{
border-color: #EBC4E2;
}
</style>