Shades of French Lilac #EFBBE2
Tints of French Lilac #EFBBE2
RGB
CMYK
RGB Variations
Color information
#EFBBE2 (or 0xEFBBE2) is known color: French Lilac. HEX triplet: EF, BB and E2. RGB value is (239,187,226). Sum of RGB (Red+Green+Blue) = 239+187+226=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBE2 is #10441D. Grayscale: #CECECE. Windows color (decimal): -1066014 or 14859247. OLE color: 14859247.
HSL color Cylindrical-coordinate representation of color #EFBBE2: hue angle of 315º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBBE2 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 226 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.06 |
| HSL | 315º | 0.62% | 0.84% | - |
| HSV(B) | 315º | 0.22% | 0.94% | - |
| XYZ | 67.09 | 59.38 | 79.88 | - |
| YUV | 206.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 226 | 0 | 0.22 | 0.05 | 0.06 | 315 | 0.62 | 0.84 |
| Hex | EF | BB | E2 | 0 | 16 | 5 | 6 | 13B | 3E | 54 |
| Octal | 357 | 273 | 342 | 0 | 26 | 5 | 6 | 473 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11100010 | 0 | 10110 | 101 | 110 | 100111011 | 111110 | 1010100 |
Color Harmonies of #EFBBE2
Complementary color
Monochromatic Colors of #EFBBE2
Black with #EFBBE2
Text Example
Text Example
White with #EFBBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBE2; }
p { color: rgb(239,187,226); }
H1.HeaderClassName
{
color: #EFBBE2;
}
.AnyTagClassName
{
color: #EFBBE2;
}
</style>
background-color css
<style>
a { background-color: #EFBBE2; }
a { background-color: rgb(239,187,226); }
div.DivClassName
{
background-color: #EFBBE2;
}
.BgClassName
{
background-color: #EFBBE2;
}
</style>
border-color css
<style>
span { border-color: #EFBBE2; }
span { border-color: rgb(239,187,226); }
td.TdClassName
{
border-color: #EFBBE2;
}
.TagClassName
{
border-color: #EFBBE2;
}
</style>