Shades of Mauve #EFB7F3
Tints of Mauve #EFB7F3
RGB
CMYK
RGB Variations
Color information
#EFB7F3 (or 0xEFB7F3) is known color: Mauve. HEX triplet: EF, B7 and F3. RGB value is (239,183,243). Sum of RGB (Red+Green+Blue) = 239+183+243=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 183 (71.88% from 255 or 27.52% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFB7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB7F3 is #10480C. Grayscale: #CECECE. Windows color (decimal): -1067021 or 15972335. OLE color: 15972335.
HSL color Cylindrical-coordinate representation of color #EFB7F3: hue angle of 296º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB7F3 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 183 | 243 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.05 |
| HSL | 296º | 0.71% | 0.84% | - |
| HSV(B) | 296º | 0.25% | 0.95% | - |
| XYZ | 68.71 | 58.69 | 92.5 | - |
| YUV | 206.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 243 | 0.02 | 0.25 | 0 | 0.05 | 296 | 0.71 | 0.84 |
| Hex | EF | B7 | F3 | 2 | 19 | 0 | 5 | 128 | 47 | 54 |
| Octal | 357 | 267 | 363 | 2 | 31 | 0 | 5 | 450 | 107 | 124 |
| Binary | 11101111 | 10110111 | 11110011 | 10 | 11001 | 0 | 101 | 100101000 | 1000111 | 1010100 |
Color Harmonies of #EFB7F3
Complementary color
Monochromatic Colors of #EFB7F3
Black with #EFB7F3
Text Example
Text Example
White with #EFB7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7F3; }
p { color: rgb(239,183,243); }
H1.HeaderClassName
{
color: #EFB7F3;
}
.AnyTagClassName
{
color: #EFB7F3;
}
</style>
background-color css
<style>
a { background-color: #EFB7F3; }
a { background-color: rgb(239,183,243); }
div.DivClassName
{
background-color: #EFB7F3;
}
.BgClassName
{
background-color: #EFB7F3;
}
</style>
border-color css
<style>
span { border-color: #EFB7F3; }
span { border-color: rgb(239,183,243); }
td.TdClassName
{
border-color: #EFB7F3;
}
.TagClassName
{
border-color: #EFB7F3;
}
</style>