Shades of Mauve #E6B7FF
Tints of Mauve #E6B7FF
RGB
CMYK
RGB Variations
Color information
#E6B7FF (or 0xE6B7FF) is known color: Mauve. HEX triplet: E6, B7 and FF. RGB value is (230,183,255). Sum of RGB (Red+Green+Blue) = 230+183+255=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 183 (71.88% from 255 or 27.40% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6B7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B7FF is #194800. Grayscale: #CDCDCD. Windows color (decimal): -1656833 or 16758758. OLE color: 16758758.
HSL color Cylindrical-coordinate representation of color #E6B7FF: hue angle of 279.17º 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 #E6B7FF is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 183 | 255 | - |
| CMYK | 0.10 | 0.28 | 0 | 0 |
| HSL | 279.17º | 1% | 0.86% | - |
| HSV(B) | 279.17º | 0.28% | 1% | - |
| XYZ | 67.62 | 57.91 | 102.22 | - |
| YUV | 205.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 255 | 0.10 | 0.28 | 0 | 0 | 279.17 | 1 | 0.86 |
| Hex | E6 | B7 | FF | A | 1C | 0 | 0 | 117 | 64 | 56 |
| Octal | 346 | 267 | 377 | 12 | 34 | 0 | 0 | 427 | 144 | 126 |
| Binary | 11100110 | 10110111 | 11111111 | 1010 | 11100 | 0 | 0 | 100010111 | 1100100 | 1010110 |
Color Harmonies of #E6B7FF
Complementary color
Monochromatic Colors of #E6B7FF
Black with #E6B7FF
Text Example
Text Example
White with #E6B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B7FF; }
p { color: rgb(230,183,255); }
H1.HeaderClassName
{
color: #E6B7FF;
}
.AnyTagClassName
{
color: #E6B7FF;
}
</style>
background-color css
<style>
a { background-color: #E6B7FF; }
a { background-color: rgb(230,183,255); }
div.DivClassName
{
background-color: #E6B7FF;
}
.BgClassName
{
background-color: #E6B7FF;
}
</style>
border-color css
<style>
span { border-color: #E6B7FF; }
span { border-color: rgb(230,183,255); }
td.TdClassName
{
border-color: #E6B7FF;
}
.TagClassName
{
border-color: #E6B7FF;
}
</style>