Shades of Mauve #EFB8FC
Tints of Mauve #EFB8FC
RGB
CMYK
RGB Variations
Color information
#EFB8FC (or 0xEFB8FC) is known color: Mauve. HEX triplet: EF, B8 and FC. RGB value is (239,184,252). Sum of RGB (Red+Green+Blue) = 239+184+252=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 184 (72.27% from 255 or 27.26% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFB8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB8FC is #104703. Grayscale: #CFCFCF. Windows color (decimal): -1066756 or 16562415. OLE color: 16562415.
HSL color Cylindrical-coordinate representation of color #EFB8FC: hue angle of 288.53º 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 #EFB8FC is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 184 | 252 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.01 |
| HSL | 288.53º | 0.92% | 0.85% | - |
| HSV(B) | 288.53º | 0.27% | 0.99% | - |
| XYZ | 70.31 | 59.66 | 99.91 | - |
| YUV | 208.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 252 | 0.05 | 0.27 | 0 | 0.01 | 288.53 | 0.92 | 0.85 |
| Hex | EF | B8 | FC | 5 | 1B | 0 | 1 | 121 | 5C | 55 |
| Octal | 357 | 270 | 374 | 5 | 33 | 0 | 1 | 441 | 134 | 125 |
| Binary | 11101111 | 10111000 | 11111100 | 101 | 11011 | 0 | 1 | 100100001 | 1011100 | 1010101 |
Color Harmonies of #EFB8FC
Complementary color
Monochromatic Colors of #EFB8FC
Black with #EFB8FC
Text Example
Text Example
White with #EFB8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8FC; }
p { color: rgb(239,184,252); }
H1.HeaderClassName
{
color: #EFB8FC;
}
.AnyTagClassName
{
color: #EFB8FC;
}
</style>
background-color css
<style>
a { background-color: #EFB8FC; }
a { background-color: rgb(239,184,252); }
div.DivClassName
{
background-color: #EFB8FC;
}
.BgClassName
{
background-color: #EFB8FC;
}
</style>
border-color css
<style>
span { border-color: #EFB8FC; }
span { border-color: rgb(239,184,252); }
td.TdClassName
{
border-color: #EFB8FC;
}
.TagClassName
{
border-color: #EFB8FC;
}
</style>