Shades of Mauve #EFB7FF
Tints of Mauve #EFB7FF
RGB
CMYK
RGB Variations
Color information
#EFB7FF (or 0xEFB7FF) is known color: Mauve. HEX triplet: EF, B7 and FF. RGB value is (239,183,255). Sum of RGB (Red+Green+Blue) = 239+183+255=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 183 (71.88% from 255 or 27.03% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFB7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB7FF is #104800. Grayscale: #CFCFCF. Windows color (decimal): -1067009 or 16758767. OLE color: 16758767.
HSL color Cylindrical-coordinate representation of color #EFB7FF: hue angle of 286.67º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB7FF is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 183 | 255 | - |
| CMYK | 0.06 | 0.28 | 0 | 0 |
| HSL | 286.67º | 1% | 0.86% | - |
| HSV(B) | 286.67º | 0.28% | 1% | - |
| XYZ | 70.58 | 59.44 | 102.36 | - |
| YUV | 207.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 255 | 0.06 | 0.28 | 0 | 0 | 286.67 | 1 | 0.86 |
| Hex | EF | B7 | FF | 6 | 1C | 0 | 0 | 11F | 64 | 56 |
| Octal | 357 | 267 | 377 | 6 | 34 | 0 | 0 | 437 | 144 | 126 |
| Binary | 11101111 | 10110111 | 11111111 | 110 | 11100 | 0 | 0 | 100011111 | 1100100 | 1010110 |
Color Harmonies of #EFB7FF
Complementary color
Monochromatic Colors of #EFB7FF
Black with #EFB7FF
Text Example
Text Example
White with #EFB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7FF; }
p { color: rgb(239,183,255); }
H1.HeaderClassName
{
color: #EFB7FF;
}
.AnyTagClassName
{
color: #EFB7FF;
}
</style>
background-color css
<style>
a { background-color: #EFB7FF; }
a { background-color: rgb(239,183,255); }
div.DivClassName
{
background-color: #EFB7FF;
}
.BgClassName
{
background-color: #EFB7FF;
}
</style>
border-color css
<style>
span { border-color: #EFB7FF; }
span { border-color: rgb(239,183,255); }
td.TdClassName
{
border-color: #EFB7FF;
}
.TagClassName
{
border-color: #EFB7FF;
}
</style>