Shades of French Lilac #EFB6E6
Tints of French Lilac #EFB6E6
RGB
CMYK
RGB Variations
Color information
#EFB6E6 (or 0xEFB6E6) is known color: French Lilac. HEX triplet: EF, B6 and E6. RGB value is (239,182,230). Sum of RGB (Red+Green+Blue) = 239+182+230=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 182 (71.48% from 255 or 27.96% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB6E6 is #104919. Grayscale: #CCCCCC. Windows color (decimal): -1067290 or 15120111. OLE color: 15120111.
HSL color Cylindrical-coordinate representation of color #EFB6E6: hue angle of 309.47º 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 #EFB6E6 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 230 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.06 |
| HSL | 309.47º | 0.64% | 0.83% | - |
| HSV(B) | 309.47º | 0.24% | 0.94% | - |
| XYZ | 66.61 | 57.52 | 82.45 | - |
| YUV | 204.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 230 | 0 | 0.24 | 0.04 | 0.06 | 309.47 | 0.64 | 0.83 |
| Hex | EF | B6 | E6 | 0 | 18 | 4 | 6 | 135 | 40 | 53 |
| Octal | 357 | 266 | 346 | 0 | 30 | 4 | 6 | 465 | 100 | 123 |
| Binary | 11101111 | 10110110 | 11100110 | 0 | 11000 | 100 | 110 | 100110101 | 1000000 | 1010011 |
Color Harmonies of #EFB6E6
Complementary color
Monochromatic Colors of #EFB6E6
Black with #EFB6E6
Text Example
Text Example
White with #EFB6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6E6; }
p { color: rgb(239,182,230); }
H1.HeaderClassName
{
color: #EFB6E6;
}
.AnyTagClassName
{
color: #EFB6E6;
}
</style>
background-color css
<style>
a { background-color: #EFB6E6; }
a { background-color: rgb(239,182,230); }
div.DivClassName
{
background-color: #EFB6E6;
}
.BgClassName
{
background-color: #EFB6E6;
}
</style>
border-color css
<style>
span { border-color: #EFB6E6; }
span { border-color: rgb(239,182,230); }
td.TdClassName
{
border-color: #EFB6E6;
}
.TagClassName
{
border-color: #EFB6E6;
}
</style>