Shades of Mauve #EFBBFF
Tints of Mauve #EFBBFF
RGB
CMYK
RGB Variations
Color information
#EFBBFF (or 0xEFBBFF) is known color: Mauve. HEX triplet: EF, BB and FF. RGB value is (239,187,255). Sum of RGB (Red+Green+Blue) = 239+187+255=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 187 (73.44% from 255 or 27.46% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFBBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBFF is #104400. Grayscale: #D2D2D2. Windows color (decimal): -1065985 or 16759791. OLE color: 16759791.
HSL color Cylindrical-coordinate representation of color #EFBBFF: hue angle of 285.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFBBFF is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 187 | 255 | - |
| CMYK | 0.06 | 0.27 | 0 | 0 |
| HSL | 285.88º | 1% | 0.87% | - |
| HSV(B) | 285.88º | 0.27% | 1% | - |
| XYZ | 71.42 | 61.11 | 102.64 | - |
| YUV | 210.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 255 | 0.06 | 0.27 | 0 | 0 | 285.88 | 1 | 0.87 |
| Hex | EF | BB | FF | 6 | 1B | 0 | 0 | 11E | 64 | 57 |
| Octal | 357 | 273 | 377 | 6 | 33 | 0 | 0 | 436 | 144 | 127 |
| Binary | 11101111 | 10111011 | 11111111 | 110 | 11011 | 0 | 0 | 100011110 | 1100100 | 1010111 |
Color Harmonies of #EFBBFF
Complementary color
Monochromatic Colors of #EFBBFF
Black with #EFBBFF
Text Example
Text Example
White with #EFBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBFF; }
p { color: rgb(239,187,255); }
H1.HeaderClassName
{
color: #EFBBFF;
}
.AnyTagClassName
{
color: #EFBBFF;
}
</style>
background-color css
<style>
a { background-color: #EFBBFF; }
a { background-color: rgb(239,187,255); }
div.DivClassName
{
background-color: #EFBBFF;
}
.BgClassName
{
background-color: #EFBBFF;
}
</style>
border-color css
<style>
span { border-color: #EFBBFF; }
span { border-color: rgb(239,187,255); }
td.TdClassName
{
border-color: #EFBBFF;
}
.TagClassName
{
border-color: #EFBBFF;
}
</style>