Shades of French Lilac #EBBCE2
Tints of French Lilac #EBBCE2
RGB
CMYK
RGB Variations
Color information
#EBBCE2 (or 0xEBBCE2) is known color: French Lilac. HEX triplet: EB, BC and E2. RGB value is (235,188,226). Sum of RGB (Red+Green+Blue) = 235+188+226=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCE2 is #14431D. Grayscale: #CECECE. Windows color (decimal): -1327902 or 14859499. OLE color: 14859499.
HSL color Cylindrical-coordinate representation of color #EBBCE2: hue angle of 311.49º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBCE2 is Cyan = 0, Magento = 0.2, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 226 | - |
| CMYK | 0 | 0.2 | 0.04 | 0.08 |
| HSL | 311.49º | 0.54% | 0.83% | - |
| HSV(B) | 311.49º | 0.2% | 0.92% | - |
| XYZ | 65.97 | 59.12 | 79.89 | - |
| YUV | 206.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 226 | 0 | 0.2 | 0.04 | 0.08 | 311.49 | 0.54 | 0.83 |
| Hex | EB | BC | E2 | 0 | 14 | 4 | 8 | 137 | 36 | 53 |
| Octal | 353 | 274 | 342 | 0 | 24 | 4 | 10 | 467 | 66 | 123 |
| Binary | 11101011 | 10111100 | 11100010 | 0 | 10100 | 100 | 1000 | 100110111 | 110110 | 1010011 |
Color Harmonies of #EBBCE2
Complementary color
Monochromatic Colors of #EBBCE2
Black with #EBBCE2
Text Example
Text Example
White with #EBBCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBCE2; }
p { color: rgb(235,188,226); }
H1.HeaderClassName
{
color: #EBBCE2;
}
.AnyTagClassName
{
color: #EBBCE2;
}
</style>
background-color css
<style>
a { background-color: #EBBCE2; }
a { background-color: rgb(235,188,226); }
div.DivClassName
{
background-color: #EBBCE2;
}
.BgClassName
{
background-color: #EBBCE2;
}
</style>
border-color css
<style>
span { border-color: #EBBCE2; }
span { border-color: rgb(235,188,226); }
td.TdClassName
{
border-color: #EBBCE2;
}
.TagClassName
{
border-color: #EBBCE2;
}
</style>