Shades of Mauve #EFBCFF
Tints of Mauve #EFBCFF
RGB
CMYK
RGB Variations
Color information
#EFBCFF (or 0xEFBCFF) is known color: Mauve. HEX triplet: EF, BC and FF. RGB value is (239,188,255). Sum of RGB (Red+Green+Blue) = 239+188+255=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 188 (73.83% from 255 or 27.57% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFBCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCFF is #104300. Grayscale: #D2D2D2. Windows color (decimal): -1065729 or 16760047. OLE color: 16760047.
HSL color Cylindrical-coordinate representation of color #EFBCFF: hue angle of 285.67º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFBCFF is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 188 | 255 | - |
| CMYK | 0.06 | 0.26 | 0 | 0 |
| HSL | 285.67º | 1% | 0.87% | - |
| HSV(B) | 285.67º | 0.26% | 1% | - |
| XYZ | 71.63 | 61.54 | 102.71 | - |
| YUV | 210.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 255 | 0.06 | 0.26 | 0 | 0 | 285.67 | 1 | 0.87 |
| Hex | EF | BC | FF | 6 | 1A | 0 | 0 | 11E | 64 | 57 |
| Octal | 357 | 274 | 377 | 6 | 32 | 0 | 0 | 436 | 144 | 127 |
| Binary | 11101111 | 10111100 | 11111111 | 110 | 11010 | 0 | 0 | 100011110 | 1100100 | 1010111 |
Color Harmonies of #EFBCFF
Complementary color
Monochromatic Colors of #EFBCFF
Black with #EFBCFF
Text Example
Text Example
White with #EFBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCFF; }
p { color: rgb(239,188,255); }
H1.HeaderClassName
{
color: #EFBCFF;
}
.AnyTagClassName
{
color: #EFBCFF;
}
</style>
background-color css
<style>
a { background-color: #EFBCFF; }
a { background-color: rgb(239,188,255); }
div.DivClassName
{
background-color: #EFBCFF;
}
.BgClassName
{
background-color: #EFBCFF;
}
</style>
border-color css
<style>
span { border-color: #EFBCFF; }
span { border-color: rgb(239,188,255); }
td.TdClassName
{
border-color: #EFBCFF;
}
.TagClassName
{
border-color: #EFBCFF;
}
</style>