Shades of French Lilac #EFB5EF
Tints of French Lilac #EFB5EF
RGB
CMYK
RGB Variations
Color information
#EFB5EF (or 0xEFB5EF) is known color: French Lilac. HEX triplet: EF, B5 and EF. RGB value is (239,181,239). Sum of RGB (Red+Green+Blue) = 239+181+239=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFB5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5EF is #104A10. Grayscale: #CCCCCC. Windows color (decimal): -1067537 or 15709679. OLE color: 15709679.
HSL color Cylindrical-coordinate representation of color #EFB5EF: hue angle of 300º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5EF is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 181 | 239 | - |
CMYK | 0 | 0.24 | 0 | 0.06 |
HSL | 300º | 0.64% | 0.82% | - |
HSV(B) | 300º | 0.24% | 0.94% | - |
XYZ | 67.7 | 57.63 | 89.22 | - |
YUV | 204.95 | 147.22 | 152.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 181 | 239 | 0 | 0.24 | 0 | 0.06 | 300 | 0.64 | 0.82 |
Hex | EF | B5 | EF | 0 | 18 | 0 | 6 | 12C | 40 | 52 |
Octal | 357 | 265 | 357 | 0 | 30 | 0 | 6 | 454 | 100 | 122 |
Binary | 11101111 | 10110101 | 11101111 | 0 | 11000 | 0 | 110 | 100101100 | 1000000 | 1010010 |
Color Harmonies of #EFB5EF
Complementary color
Monochromatic Colors of #EFB5EF
Black with #EFB5EF
Text Example
Text Example
White with #EFB5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5EF; }
p { color: rgb(239,181,239); }
H1.HeaderClassName
{
color: #EFB5EF;
}
.AnyTagClassName
{
color: #EFB5EF;
}
</style>
background-color css
<style>
a { background-color: #EFB5EF; }
a { background-color: rgb(239,181,239); }
div.DivClassName
{
background-color: #EFB5EF;
}
.BgClassName
{
background-color: #EFB5EF;
}
</style>
border-color css
<style>
span { border-color: #EFB5EF; }
span { border-color: rgb(239,181,239); }
td.TdClassName
{
border-color: #EFB5EF;
}
.TagClassName
{
border-color: #EFB5EF;
}
</style>