Shades of Mauve #EFBCF5
Tints of Mauve #EFBCF5
RGB
CMYK
RGB Variations
Color information
#EFBCF5 (or 0xEFBCF5) is known color: Mauve. HEX triplet: EF, BC and F5. RGB value is (239,188,245). Sum of RGB (Red+Green+Blue) = 239+188+245=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 188 (73.83% from 255 or 27.98% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFBCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBCF5 is #10430A. Grayscale: #D1D1D1. Windows color (decimal): -1065739 or 16104687. OLE color: 16104687.
HSL color Cylindrical-coordinate representation of color #EFBCF5: hue angle of 293.68º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFBCF5 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 188 | 245 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.04 |
| HSL | 293.68º | 0.74% | 0.85% | - |
| HSV(B) | 293.68º | 0.23% | 0.96% | - |
| XYZ | 70.06 | 60.91 | 94.45 | - |
| YUV | 209.75 | 147.9 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 245 | 0.02 | 0.23 | 0 | 0.04 | 293.68 | 0.74 | 0.85 |
| Hex | EF | BC | F5 | 2 | 17 | 0 | 4 | 126 | 4A | 55 |
| Octal | 357 | 274 | 365 | 2 | 27 | 0 | 4 | 446 | 112 | 125 |
| Binary | 11101111 | 10111100 | 11110101 | 10 | 10111 | 0 | 100 | 100100110 | 1001010 | 1010101 |
Color Harmonies of #EFBCF5
Complementary color
Monochromatic Colors of #EFBCF5
Black with #EFBCF5
Text Example
Text Example
White with #EFBCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCF5; }
p { color: rgb(239,188,245); }
H1.HeaderClassName
{
color: #EFBCF5;
}
.AnyTagClassName
{
color: #EFBCF5;
}
</style>
background-color css
<style>
a { background-color: #EFBCF5; }
a { background-color: rgb(239,188,245); }
div.DivClassName
{
background-color: #EFBCF5;
}
.BgClassName
{
background-color: #EFBCF5;
}
</style>
border-color css
<style>
span { border-color: #EFBCF5; }
span { border-color: rgb(239,188,245); }
td.TdClassName
{
border-color: #EFBCF5;
}
.TagClassName
{
border-color: #EFBCF5;
}
</style>