Shades of French Lilac #EFB2EB
Tints of French Lilac #EFB2EB
RGB
CMYK
RGB Variations
Color information
#EFB2EB (or 0xEFB2EB) is known color: French Lilac. HEX triplet: EF, B2 and EB. RGB value is (239,178,235). Sum of RGB (Red+Green+Blue) = 239+178+235=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 178 (69.92% from 255 or 27.30% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2EB is #104D14. Grayscale: #CACACA. Windows color (decimal): -1068309 or 15446767. OLE color: 15446767.
HSL color Cylindrical-coordinate representation of color #EFB2EB: hue angle of 303.93º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2EB is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 235 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.06 |
| HSL | 303.93º | 0.66% | 0.82% | - |
| HSV(B) | 303.93º | 0.26% | 0.94% | - |
| XYZ | 66.51 | 56.19 | 85.94 | - |
| YUV | 202.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 235 | 0 | 0.26 | 0.02 | 0.06 | 303.93 | 0.66 | 0.82 |
| Hex | EF | B2 | EB | 0 | 1A | 2 | 6 | 130 | 42 | 52 |
| Octal | 357 | 262 | 353 | 0 | 32 | 2 | 6 | 460 | 102 | 122 |
| Binary | 11101111 | 10110010 | 11101011 | 0 | 11010 | 10 | 110 | 100110000 | 1000010 | 1010010 |
Color Harmonies of #EFB2EB
Complementary color
Monochromatic Colors of #EFB2EB
Black with #EFB2EB
Text Example
Text Example
White with #EFB2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2EB; }
p { color: rgb(239,178,235); }
H1.HeaderClassName
{
color: #EFB2EB;
}
.AnyTagClassName
{
color: #EFB2EB;
}
</style>
background-color css
<style>
a { background-color: #EFB2EB; }
a { background-color: rgb(239,178,235); }
div.DivClassName
{
background-color: #EFB2EB;
}
.BgClassName
{
background-color: #EFB2EB;
}
</style>
border-color css
<style>
span { border-color: #EFB2EB; }
span { border-color: rgb(239,178,235); }
td.TdClassName
{
border-color: #EFB2EB;
}
.TagClassName
{
border-color: #EFB2EB;
}
</style>