Shades of Mauve #EFBBFC
Tints of Mauve #EFBBFC
RGB
CMYK
RGB Variations
Color information
#EFBBFC (or 0xEFBBFC) is known color: Mauve. HEX triplet: EF, BB and FC. RGB value is (239,187,252). Sum of RGB (Red+Green+Blue) = 239+187+252=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 187 (73.44% from 255 or 27.58% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFBBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBFC is #104403. Grayscale: #D1D1D1. Windows color (decimal): -1065988 or 16563183. OLE color: 16563183.
HSL color Cylindrical-coordinate representation of color #EFBBFC: hue angle of 288º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFBBFC is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 187 | 252 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.01 |
| HSL | 288º | 0.92% | 0.86% | - |
| HSV(B) | 288º | 0.26% | 0.99% | - |
| XYZ | 70.94 | 60.92 | 100.12 | - |
| YUV | 209.96 | 151.73 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 252 | 0.05 | 0.26 | 0 | 0.01 | 288 | 0.92 | 0.86 |
| Hex | EF | BB | FC | 5 | 1A | 0 | 1 | 120 | 5C | 56 |
| Octal | 357 | 273 | 374 | 5 | 32 | 0 | 1 | 440 | 134 | 126 |
| Binary | 11101111 | 10111011 | 11111100 | 101 | 11010 | 0 | 1 | 100100000 | 1011100 | 1010110 |
Color Harmonies of #EFBBFC
Complementary color
Monochromatic Colors of #EFBBFC
Black with #EFBBFC
Text Example
Text Example
White with #EFBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBFC; }
p { color: rgb(239,187,252); }
H1.HeaderClassName
{
color: #EFBBFC;
}
.AnyTagClassName
{
color: #EFBBFC;
}
</style>
background-color css
<style>
a { background-color: #EFBBFC; }
a { background-color: rgb(239,187,252); }
div.DivClassName
{
background-color: #EFBBFC;
}
.BgClassName
{
background-color: #EFBBFC;
}
</style>
border-color css
<style>
span { border-color: #EFBBFC; }
span { border-color: rgb(239,187,252); }
td.TdClassName
{
border-color: #EFBBFC;
}
.TagClassName
{
border-color: #EFBBFC;
}
</style>