Shades of Mauve #EFBBFD
Tints of Mauve #EFBBFD
RGB
CMYK
RGB Variations
Color information
#EFBBFD (or 0xEFBBFD) is known color: Mauve. HEX triplet: EF, BB and FD. RGB value is (239,187,253). Sum of RGB (Red+Green+Blue) = 239+187+253=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 187 (73.44% from 255 or 27.54% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFBBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBFD is #104402. Grayscale: #D1D1D1. Windows color (decimal): -1065987 or 16628719. OLE color: 16628719.
HSL color Cylindrical-coordinate representation of color #EFBBFD: hue angle of 287.27º degrees, saturation: 0.94, 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 #EFBBFD is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 187 | 253 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.01 |
| HSL | 287.27º | 0.94% | 0.86% | - |
| HSV(B) | 287.27º | 0.26% | 0.99% | - |
| XYZ | 71.1 | 60.98 | 100.95 | - |
| YUV | 210.07 | 152.23 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 253 | 0.06 | 0.26 | 0 | 0.01 | 287.27 | 0.94 | 0.86 |
| Hex | EF | BB | FD | 6 | 1A | 0 | 1 | 11F | 5E | 56 |
| Octal | 357 | 273 | 375 | 6 | 32 | 0 | 1 | 437 | 136 | 126 |
| Binary | 11101111 | 10111011 | 11111101 | 110 | 11010 | 0 | 1 | 100011111 | 1011110 | 1010110 |
Color Harmonies of #EFBBFD
Complementary color
Monochromatic Colors of #EFBBFD
Black with #EFBBFD
Text Example
Text Example
White with #EFBBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBFD; }
p { color: rgb(239,187,253); }
H1.HeaderClassName
{
color: #EFBBFD;
}
.AnyTagClassName
{
color: #EFBBFD;
}
</style>
background-color css
<style>
a { background-color: #EFBBFD; }
a { background-color: rgb(239,187,253); }
div.DivClassName
{
background-color: #EFBBFD;
}
.BgClassName
{
background-color: #EFBBFD;
}
</style>
border-color css
<style>
span { border-color: #EFBBFD; }
span { border-color: rgb(239,187,253); }
td.TdClassName
{
border-color: #EFBBFD;
}
.TagClassName
{
border-color: #EFBBFD;
}
</style>