Shades of French Lilac #EFB6F2
Tints of French Lilac #EFB6F2
RGB
CMYK
RGB Variations
Color information
#EFB6F2 (or 0xEFB6F2) is known color: French Lilac. HEX triplet: EF, B6 and F2. RGB value is (239,182,242). Sum of RGB (Red+Green+Blue) = 239+182+242=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 182 (71.48% from 255 or 27.45% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFB6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB6F2 is #10490D. Grayscale: #CDCDCD. Windows color (decimal): -1067278 or 15906543. OLE color: 15906543.
HSL color Cylindrical-coordinate representation of color #EFB6F2: hue angle of 297º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB6F2 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 182 | 242 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.05 |
| HSL | 297º | 0.7% | 0.83% | - |
| HSV(B) | 297º | 0.25% | 0.95% | - |
| XYZ | 68.35 | 58.22 | 91.64 | - |
| YUV | 205.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 242 | 0.01 | 0.25 | 0 | 0.05 | 297 | 0.7 | 0.83 |
| Hex | EF | B6 | F2 | 1 | 19 | 0 | 5 | 129 | 46 | 53 |
| Octal | 357 | 266 | 362 | 1 | 31 | 0 | 5 | 451 | 106 | 123 |
| Binary | 11101111 | 10110110 | 11110010 | 1 | 11001 | 0 | 101 | 100101001 | 1000110 | 1010011 |
Color Harmonies of #EFB6F2
Complementary color
Monochromatic Colors of #EFB6F2
Black with #EFB6F2
Text Example
Text Example
White with #EFB6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6F2; }
p { color: rgb(239,182,242); }
H1.HeaderClassName
{
color: #EFB6F2;
}
.AnyTagClassName
{
color: #EFB6F2;
}
</style>
background-color css
<style>
a { background-color: #EFB6F2; }
a { background-color: rgb(239,182,242); }
div.DivClassName
{
background-color: #EFB6F2;
}
.BgClassName
{
background-color: #EFB6F2;
}
</style>
border-color css
<style>
span { border-color: #EFB6F2; }
span { border-color: rgb(239,182,242); }
td.TdClassName
{
border-color: #EFB6F2;
}
.TagClassName
{
border-color: #EFB6F2;
}
</style>