Shades of Mauve #EFBCFB
Tints of Mauve #EFBCFB
RGB
CMYK
RGB Variations
Color information
#EFBCFB (or 0xEFBCFB) is known color: Mauve. HEX triplet: EF, BC and FB. RGB value is (239,188,251). Sum of RGB (Red+Green+Blue) = 239+188+251=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 188 (73.83% from 255 or 27.73% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFBCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCFB is #104304. Grayscale: #D2D2D2. Windows color (decimal): -1065733 or 16497903. OLE color: 16497903.
HSL color Cylindrical-coordinate representation of color #EFBCFB: hue angle of 288.57º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFBCFB is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 188 | 251 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.02 |
| HSL | 288.57º | 0.89% | 0.86% | - |
| HSV(B) | 288.57º | 0.25% | 0.98% | - |
| XYZ | 70.99 | 61.28 | 99.35 | - |
| YUV | 210.43 | 150.9 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 251 | 0.05 | 0.25 | 0 | 0.02 | 288.57 | 0.89 | 0.86 |
| Hex | EF | BC | FB | 5 | 19 | 0 | 2 | 121 | 59 | 56 |
| Octal | 357 | 274 | 373 | 5 | 31 | 0 | 2 | 441 | 131 | 126 |
| Binary | 11101111 | 10111100 | 11111011 | 101 | 11001 | 0 | 10 | 100100001 | 1011001 | 1010110 |
Color Harmonies of #EFBCFB
Complementary color
Monochromatic Colors of #EFBCFB
Black with #EFBCFB
Text Example
Text Example
White with #EFBCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCFB; }
p { color: rgb(239,188,251); }
H1.HeaderClassName
{
color: #EFBCFB;
}
.AnyTagClassName
{
color: #EFBCFB;
}
</style>
background-color css
<style>
a { background-color: #EFBCFB; }
a { background-color: rgb(239,188,251); }
div.DivClassName
{
background-color: #EFBCFB;
}
.BgClassName
{
background-color: #EFBCFB;
}
</style>
border-color css
<style>
span { border-color: #EFBCFB; }
span { border-color: rgb(239,188,251); }
td.TdClassName
{
border-color: #EFBCFB;
}
.TagClassName
{
border-color: #EFBCFB;
}
</style>