Shades of Mauve #EFB7FC
Tints of Mauve #EFB7FC
RGB
CMYK
RGB Variations
Color information
#EFB7FC (or 0xEFB7FC) is known color: Mauve. HEX triplet: EF, B7 and FC. RGB value is (239,183,252). Sum of RGB (Red+Green+Blue) = 239+183+252=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 183 (71.88% from 255 or 27.15% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFB7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB7FC is #104803. Grayscale: #CFCFCF. Windows color (decimal): -1067012 or 16562159. OLE color: 16562159.
HSL color Cylindrical-coordinate representation of color #EFB7FC: hue angle of 288.7º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFB7FC is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 183 | 252 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.01 |
| HSL | 288.7º | 0.92% | 0.85% | - |
| HSV(B) | 288.7º | 0.27% | 0.99% | - |
| XYZ | 70.1 | 59.25 | 99.84 | - |
| YUV | 207.61 | 153.05 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 252 | 0.05 | 0.27 | 0 | 0.01 | 288.7 | 0.92 | 0.85 |
| Hex | EF | B7 | FC | 5 | 1B | 0 | 1 | 121 | 5C | 55 |
| Octal | 357 | 267 | 374 | 5 | 33 | 0 | 1 | 441 | 134 | 125 |
| Binary | 11101111 | 10110111 | 11111100 | 101 | 11011 | 0 | 1 | 100100001 | 1011100 | 1010101 |
Color Harmonies of #EFB7FC
Complementary color
Monochromatic Colors of #EFB7FC
Black with #EFB7FC
Text Example
Text Example
White with #EFB7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7FC; }
p { color: rgb(239,183,252); }
H1.HeaderClassName
{
color: #EFB7FC;
}
.AnyTagClassName
{
color: #EFB7FC;
}
</style>
background-color css
<style>
a { background-color: #EFB7FC; }
a { background-color: rgb(239,183,252); }
div.DivClassName
{
background-color: #EFB7FC;
}
.BgClassName
{
background-color: #EFB7FC;
}
</style>
border-color css
<style>
span { border-color: #EFB7FC; }
span { border-color: rgb(239,183,252); }
td.TdClassName
{
border-color: #EFB7FC;
}
.TagClassName
{
border-color: #EFB7FC;
}
</style>