Shades of French Lilac #EFB7F2
Tints of French Lilac #EFB7F2
RGB
CMYK
RGB Variations
Color information
#EFB7F2 (or 0xEFB7F2) is known color: French Lilac. HEX triplet: EF, B7 and F2. RGB value is (239,183,242). Sum of RGB (Red+Green+Blue) = 239+183+242=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 183 (71.88% from 255 or 27.56% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFB7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB7F2 is #10480D. Grayscale: #CECECE. Windows color (decimal): -1067022 or 15906799. OLE color: 15906799.
HSL color Cylindrical-coordinate representation of color #EFB7F2: hue angle of 296.95º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB7F2 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 183 | 242 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.05 |
| HSL | 296.95º | 0.69% | 0.83% | - |
| HSV(B) | 296.95º | 0.24% | 0.95% | - |
| XYZ | 68.56 | 58.63 | 91.71 | - |
| YUV | 206.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 242 | 0.01 | 0.24 | 0 | 0.05 | 296.95 | 0.69 | 0.83 |
| Hex | EF | B7 | F2 | 1 | 18 | 0 | 5 | 129 | 45 | 53 |
| Octal | 357 | 267 | 362 | 1 | 30 | 0 | 5 | 451 | 105 | 123 |
| Binary | 11101111 | 10110111 | 11110010 | 1 | 11000 | 0 | 101 | 100101001 | 1000101 | 1010011 |
Color Harmonies of #EFB7F2
Complementary color
Monochromatic Colors of #EFB7F2
Black with #EFB7F2
Text Example
Text Example
White with #EFB7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7F2; }
p { color: rgb(239,183,242); }
H1.HeaderClassName
{
color: #EFB7F2;
}
.AnyTagClassName
{
color: #EFB7F2;
}
</style>
background-color css
<style>
a { background-color: #EFB7F2; }
a { background-color: rgb(239,183,242); }
div.DivClassName
{
background-color: #EFB7F2;
}
.BgClassName
{
background-color: #EFB7F2;
}
</style>
border-color css
<style>
span { border-color: #EFB7F2; }
span { border-color: rgb(239,183,242); }
td.TdClassName
{
border-color: #EFB7F2;
}
.TagClassName
{
border-color: #EFB7F2;
}
</style>