Shades of Mauve #EFBCFE
Tints of Mauve #EFBCFE
RGB
CMYK
RGB Variations
Color information
#EFBCFE (or 0xEFBCFE) is known color: Mauve. HEX triplet: EF, BC and FE. RGB value is (239,188,254). Sum of RGB (Red+Green+Blue) = 239+188+254=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 188 (73.83% from 255 or 27.61% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFBCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCFE is #104301. Grayscale: #D2D2D2. Windows color (decimal): -1065730 or 16694511. OLE color: 16694511.
HSL color Cylindrical-coordinate representation of color #EFBCFE: hue angle of 286.36º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFBCFE is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 188 | 254 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.00 |
| HSL | 286.36º | 0.97% | 0.87% | - |
| HSV(B) | 286.36º | 0.26% | 1% | - |
| XYZ | 71.47 | 61.47 | 101.86 | - |
| YUV | 210.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 254 | 0.06 | 0.26 | 0 | 0.00 | 286.36 | 0.97 | 0.87 |
| Hex | EF | BC | FE | 6 | 1A | 0 | 0 | 11E | 61 | 57 |
| Octal | 357 | 274 | 376 | 6 | 32 | 0 | 0 | 436 | 141 | 127 |
| Binary | 11101111 | 10111100 | 11111110 | 110 | 11010 | 0 | 0 | 100011110 | 1100001 | 1010111 |
Color Harmonies of #EFBCFE
Complementary color
Monochromatic Colors of #EFBCFE
Black with #EFBCFE
Text Example
Text Example
White with #EFBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCFE; }
p { color: rgb(239,188,254); }
H1.HeaderClassName
{
color: #EFBCFE;
}
.AnyTagClassName
{
color: #EFBCFE;
}
</style>
background-color css
<style>
a { background-color: #EFBCFE; }
a { background-color: rgb(239,188,254); }
div.DivClassName
{
background-color: #EFBCFE;
}
.BgClassName
{
background-color: #EFBCFE;
}
</style>
border-color css
<style>
span { border-color: #EFBCFE; }
span { border-color: rgb(239,188,254); }
td.TdClassName
{
border-color: #EFBCFE;
}
.TagClassName
{
border-color: #EFBCFE;
}
</style>