Shades of Mauve #E6B7F6
Tints of Mauve #E6B7F6
RGB
CMYK
RGB Variations
Color information
#E6B7F6 (or 0xE6B7F6) is known color: Mauve. HEX triplet: E6, B7 and F6. RGB value is (230,183,246). Sum of RGB (Red+Green+Blue) = 230+183+246=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 183 (71.88% from 255 or 27.77% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6B7F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B7F6 is #194809. Grayscale: #CCCCCC. Windows color (decimal): -1656842 or 16168934. OLE color: 16168934.
HSL color Cylindrical-coordinate representation of color #E6B7F6: hue angle of 284.76º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6B7F6 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 183 | 246 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.04 |
| HSL | 284.76º | 0.78% | 0.84% | - |
| HSV(B) | 284.76º | 0.26% | 0.96% | - |
| XYZ | 66.2 | 57.34 | 94.77 | - |
| YUV | 204.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 246 | 0.07 | 0.26 | 0 | 0.04 | 284.76 | 0.78 | 0.84 |
| Hex | E6 | B7 | F6 | 7 | 1A | 0 | 4 | 11D | 4E | 54 |
| Octal | 346 | 267 | 366 | 7 | 32 | 0 | 4 | 435 | 116 | 124 |
| Binary | 11100110 | 10110111 | 11110110 | 111 | 11010 | 0 | 100 | 100011101 | 1001110 | 1010100 |
Color Harmonies of #E6B7F6
Complementary color
Monochromatic Colors of #E6B7F6
Black with #E6B7F6
Text Example
Text Example
White with #E6B7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B7F6; }
p { color: rgb(230,183,246); }
H1.HeaderClassName
{
color: #E6B7F6;
}
.AnyTagClassName
{
color: #E6B7F6;
}
</style>
background-color css
<style>
a { background-color: #E6B7F6; }
a { background-color: rgb(230,183,246); }
div.DivClassName
{
background-color: #E6B7F6;
}
.BgClassName
{
background-color: #E6B7F6;
}
</style>
border-color css
<style>
span { border-color: #E6B7F6; }
span { border-color: rgb(230,183,246); }
td.TdClassName
{
border-color: #E6B7F6;
}
.TagClassName
{
border-color: #E6B7F6;
}
</style>