Shades of Mauve #E6B7F3
Tints of Mauve #E6B7F3
RGB
CMYK
RGB Variations
Color information
#E6B7F3 (or 0xE6B7F3) is known color: Mauve. HEX triplet: E6, B7 and F3. RGB value is (230,183,243). Sum of RGB (Red+Green+Blue) = 230+183+243=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 183 (71.88% from 255 or 27.90% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6B7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B7F3 is #19480C. Grayscale: #CBCBCB. Windows color (decimal): -1656845 or 15972326. OLE color: 15972326.
HSL color Cylindrical-coordinate representation of color #E6B7F3: hue angle of 287º 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 #E6B7F3 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 183 | 243 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.05 |
| HSL | 287º | 0.71% | 0.84% | - |
| HSV(B) | 287º | 0.25% | 0.95% | - |
| XYZ | 65.74 | 57.16 | 92.36 | - |
| YUV | 203.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 243 | 0.05 | 0.25 | 0 | 0.05 | 287 | 0.71 | 0.84 |
| Hex | E6 | B7 | F3 | 5 | 19 | 0 | 5 | 11F | 47 | 54 |
| Octal | 346 | 267 | 363 | 5 | 31 | 0 | 5 | 437 | 107 | 124 |
| Binary | 11100110 | 10110111 | 11110011 | 101 | 11001 | 0 | 101 | 100011111 | 1000111 | 1010100 |
Color Harmonies of #E6B7F3
Complementary color
Monochromatic Colors of #E6B7F3
Black with #E6B7F3
Text Example
Text Example
White with #E6B7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B7F3; }
p { color: rgb(230,183,243); }
H1.HeaderClassName
{
color: #E6B7F3;
}
.AnyTagClassName
{
color: #E6B7F3;
}
</style>
background-color css
<style>
a { background-color: #E6B7F3; }
a { background-color: rgb(230,183,243); }
div.DivClassName
{
background-color: #E6B7F3;
}
.BgClassName
{
background-color: #E6B7F3;
}
</style>
border-color css
<style>
span { border-color: #E6B7F3; }
span { border-color: rgb(230,183,243); }
td.TdClassName
{
border-color: #E6B7F3;
}
.TagClassName
{
border-color: #E6B7F3;
}
</style>