Shades of French Lilac #EFB6E2
Tints of French Lilac #EFB6E2
RGB
CMYK
RGB Variations
Color information
#EFB6E2 (or 0xEFB6E2) is known color: French Lilac. HEX triplet: EF, B6 and E2. RGB value is (239,182,226). Sum of RGB (Red+Green+Blue) = 239+182+226=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 182 (71.48% from 255 or 28.13% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6E2 is #10491D. Grayscale: #CBCBCB. Windows color (decimal): -1067294 or 14857967. OLE color: 14857967.
HSL color Cylindrical-coordinate representation of color #EFB6E2: hue angle of 313.68º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB6E2 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 226 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.06 |
| HSL | 313.68º | 0.64% | 0.83% | - |
| HSV(B) | 313.68º | 0.24% | 0.94% | - |
| XYZ | 66.05 | 57.3 | 79.53 | - |
| YUV | 204.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 226 | 0 | 0.24 | 0.05 | 0.06 | 313.68 | 0.64 | 0.83 |
| Hex | EF | B6 | E2 | 0 | 18 | 5 | 6 | 13A | 40 | 53 |
| Octal | 357 | 266 | 342 | 0 | 30 | 5 | 6 | 472 | 100 | 123 |
| Binary | 11101111 | 10110110 | 11100010 | 0 | 11000 | 101 | 110 | 100111010 | 1000000 | 1010011 |
Color Harmonies of #EFB6E2
Complementary color
Monochromatic Colors of #EFB6E2
Black with #EFB6E2
Text Example
Text Example
White with #EFB6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6E2; }
p { color: rgb(239,182,226); }
H1.HeaderClassName
{
color: #EFB6E2;
}
.AnyTagClassName
{
color: #EFB6E2;
}
</style>
background-color css
<style>
a { background-color: #EFB6E2; }
a { background-color: rgb(239,182,226); }
div.DivClassName
{
background-color: #EFB6E2;
}
.BgClassName
{
background-color: #EFB6E2;
}
</style>
border-color css
<style>
span { border-color: #EFB6E2; }
span { border-color: rgb(239,182,226); }
td.TdClassName
{
border-color: #EFB6E2;
}
.TagClassName
{
border-color: #EFB6E2;
}
</style>