Shades of Mauve #E6B7FB
Tints of Mauve #E6B7FB
RGB
CMYK
RGB Variations
Color information
#E6B7FB (or 0xE6B7FB) is known color: Mauve. HEX triplet: E6, B7 and FB. RGB value is (230,183,251). Sum of RGB (Red+Green+Blue) = 230+183+251=664 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.64% from 664); Green value is 183 (71.88% from 255 or 27.56% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6B7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B7FB is #194804. Grayscale: #CCCCCC. Windows color (decimal): -1656837 or 16496614. OLE color: 16496614.
HSL color Cylindrical-coordinate representation of color #E6B7FB: hue angle of 281.47º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6B7FB is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 230 | 183 | 251 | - |
CMYK | 0.08 | 0.27 | 0 | 0.02 |
HSL | 281.47º | 0.89% | 0.85% | - |
HSV(B) | 281.47º | 0.27% | 0.98% | - |
XYZ | 66.98 | 57.66 | 98.87 | - |
YUV | 204.81 | 154.07 | 145.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 183 | 251 | 0.08 | 0.27 | 0 | 0.02 | 281.47 | 0.89 | 0.85 |
Hex | E6 | B7 | FB | 8 | 1B | 0 | 2 | 119 | 59 | 55 |
Octal | 346 | 267 | 373 | 10 | 33 | 0 | 2 | 431 | 131 | 125 |
Binary | 11100110 | 10110111 | 11111011 | 1000 | 11011 | 0 | 10 | 100011001 | 1011001 | 1010101 |
Color Harmonies of #E6B7FB
Complementary color
Monochromatic Colors of #E6B7FB
Black with #E6B7FB
Text Example
Text Example
White with #E6B7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B7FB; }
p { color: rgb(230,183,251); }
H1.HeaderClassName
{
color: #E6B7FB;
}
.AnyTagClassName
{
color: #E6B7FB;
}
</style>
background-color css
<style>
a { background-color: #E6B7FB; }
a { background-color: rgb(230,183,251); }
div.DivClassName
{
background-color: #E6B7FB;
}
.BgClassName
{
background-color: #E6B7FB;
}
</style>
border-color css
<style>
span { border-color: #E6B7FB; }
span { border-color: rgb(230,183,251); }
td.TdClassName
{
border-color: #E6B7FB;
}
.TagClassName
{
border-color: #E6B7FB;
}
</style>