Shades of Mauve #E6B7EE
Tints of Mauve #E6B7EE
RGB
CMYK
RGB Variations
Color information
#E6B7EE (or 0xE6B7EE) is known color: Mauve. HEX triplet: E6, B7 and EE. RGB value is (230,183,238). Sum of RGB (Red+Green+Blue) = 230+183+238=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 183 (71.88% from 255 or 28.11% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6B7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B7EE is #194811. Grayscale: #CBCBCB. Windows color (decimal): -1656850 or 15644646. OLE color: 15644646.
HSL color Cylindrical-coordinate representation of color #E6B7EE: hue angle of 291.27º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6B7EE is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 183 | 238 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.07 |
| HSL | 291.27º | 0.62% | 0.83% | - |
| HSV(B) | 291.27º | 0.23% | 0.93% | - |
| XYZ | 65 | 56.86 | 88.44 | - |
| YUV | 203.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 238 | 0.03 | 0.23 | 0 | 0.07 | 291.27 | 0.62 | 0.83 |
| Hex | E6 | B7 | EE | 3 | 17 | 0 | 7 | 123 | 3E | 53 |
| Octal | 346 | 267 | 356 | 3 | 27 | 0 | 7 | 443 | 76 | 123 |
| Binary | 11100110 | 10110111 | 11101110 | 11 | 10111 | 0 | 111 | 100100011 | 111110 | 1010011 |
Color Harmonies of #E6B7EE
Complementary color
Monochromatic Colors of #E6B7EE
Black with #E6B7EE
Text Example
Text Example
White with #E6B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B7EE; }
p { color: rgb(230,183,238); }
H1.HeaderClassName
{
color: #E6B7EE;
}
.AnyTagClassName
{
color: #E6B7EE;
}
</style>
background-color css
<style>
a { background-color: #E6B7EE; }
a { background-color: rgb(230,183,238); }
div.DivClassName
{
background-color: #E6B7EE;
}
.BgClassName
{
background-color: #E6B7EE;
}
</style>
border-color css
<style>
span { border-color: #E6B7EE; }
span { border-color: rgb(230,183,238); }
td.TdClassName
{
border-color: #E6B7EE;
}
.TagClassName
{
border-color: #E6B7EE;
}
</style>