Shades of French Lilac #EFB4F2
Tints of French Lilac #EFB4F2
RGB
CMYK
RGB Variations
Color information
#EFB4F2 (or 0xEFB4F2) is known color: French Lilac. HEX triplet: EF, B4 and F2. RGB value is (239,180,242). Sum of RGB (Red+Green+Blue) = 239+180+242=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 180 (70.70% from 255 or 27.23% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFB4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4F2 is #104B0D. Grayscale: #CCCCCC. Windows color (decimal): -1067790 or 15906031. OLE color: 15906031.
HSL color Cylindrical-coordinate representation of color #EFB4F2: hue angle of 297.1º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB4F2 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 180 | 242 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.05 |
| HSL | 297.1º | 0.7% | 0.83% | - |
| HSV(B) | 297.1º | 0.26% | 0.95% | - |
| XYZ | 67.94 | 57.4 | 91.5 | - |
| YUV | 204.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 242 | 0.01 | 0.26 | 0 | 0.05 | 297.1 | 0.7 | 0.83 |
| Hex | EF | B4 | F2 | 1 | 1A | 0 | 5 | 129 | 46 | 53 |
| Octal | 357 | 264 | 362 | 1 | 32 | 0 | 5 | 451 | 106 | 123 |
| Binary | 11101111 | 10110100 | 11110010 | 1 | 11010 | 0 | 101 | 100101001 | 1000110 | 1010011 |
Color Harmonies of #EFB4F2
Complementary color
Monochromatic Colors of #EFB4F2
Black with #EFB4F2
Text Example
Text Example
White with #EFB4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4F2; }
p { color: rgb(239,180,242); }
H1.HeaderClassName
{
color: #EFB4F2;
}
.AnyTagClassName
{
color: #EFB4F2;
}
</style>
background-color css
<style>
a { background-color: #EFB4F2; }
a { background-color: rgb(239,180,242); }
div.DivClassName
{
background-color: #EFB4F2;
}
.BgClassName
{
background-color: #EFB4F2;
}
</style>
border-color css
<style>
span { border-color: #EFB4F2; }
span { border-color: rgb(239,180,242); }
td.TdClassName
{
border-color: #EFB4F2;
}
.TagClassName
{
border-color: #EFB4F2;
}
</style>