Shades of French Lilac #EFB2F0
Tints of French Lilac #EFB2F0
RGB
CMYK
RGB Variations
Color information
#EFB2F0 (or 0xEFB2F0) is known color: French Lilac. HEX triplet: EF, B2 and F0. RGB value is (239,178,240). Sum of RGB (Red+Green+Blue) = 239+178+240=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 178 (69.92% from 255 or 27.09% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFB2F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2F0 is #104D0F. Grayscale: #CBCBCB. Windows color (decimal): -1068304 or 15774447. OLE color: 15774447.
HSL color Cylindrical-coordinate representation of color #EFB2F0: hue angle of 299.03º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2F0 is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 240 | - |
| CMYK | 0.00 | 0.26 | 0 | 0.06 |
| HSL | 299.03º | 0.67% | 0.82% | - |
| HSV(B) | 299.03º | 0.26% | 0.94% | - |
| XYZ | 67.25 | 56.48 | 89.8 | - |
| YUV | 203.31 | 148.71 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 240 | 0.00 | 0.26 | 0 | 0.06 | 299.03 | 0.67 | 0.82 |
| Hex | EF | B2 | F0 | 0 | 1A | 0 | 6 | 12B | 43 | 52 |
| Octal | 357 | 262 | 360 | 0 | 32 | 0 | 6 | 453 | 103 | 122 |
| Binary | 11101111 | 10110010 | 11110000 | 0 | 11010 | 0 | 110 | 100101011 | 1000011 | 1010010 |
Color Harmonies of #EFB2F0
Complementary color
Monochromatic Colors of #EFB2F0
Black with #EFB2F0
Text Example
Text Example
White with #EFB2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2F0; }
p { color: rgb(239,178,240); }
H1.HeaderClassName
{
color: #EFB2F0;
}
.AnyTagClassName
{
color: #EFB2F0;
}
</style>
background-color css
<style>
a { background-color: #EFB2F0; }
a { background-color: rgb(239,178,240); }
div.DivClassName
{
background-color: #EFB2F0;
}
.BgClassName
{
background-color: #EFB2F0;
}
</style>
border-color css
<style>
span { border-color: #EFB2F0; }
span { border-color: rgb(239,178,240); }
td.TdClassName
{
border-color: #EFB2F0;
}
.TagClassName
{
border-color: #EFB2F0;
}
</style>