Shades of Mauve #E6B8FB
Tints of Mauve #E6B8FB
RGB
CMYK
RGB Variations
Color information
#E6B8FB (or 0xE6B8FB) is known color: Mauve. HEX triplet: E6, B8 and FB. RGB value is (230,184,251). Sum of RGB (Red+Green+Blue) = 230+184+251=665 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.59% from 665); Green value is 184 (72.27% from 255 or 27.67% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6B8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B8FB is #194704. Grayscale: #CDCDCD. Windows color (decimal): -1656581 or 16496870. OLE color: 16496870.
HSL color Cylindrical-coordinate representation of color #E6B8FB: hue angle of 281.19º 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 #E6B8FB is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 184 | 251 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.02 |
| HSL | 281.19º | 0.89% | 0.85% | - |
| HSV(B) | 281.19º | 0.27% | 0.98% | - |
| XYZ | 67.19 | 58.07 | 98.93 | - |
| YUV | 205.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 251 | 0.08 | 0.27 | 0 | 0.02 | 281.19 | 0.89 | 0.85 |
| Hex | E6 | B8 | FB | 8 | 1B | 0 | 2 | 119 | 59 | 55 |
| Octal | 346 | 270 | 373 | 10 | 33 | 0 | 2 | 431 | 131 | 125 |
| Binary | 11100110 | 10111000 | 11111011 | 1000 | 11011 | 0 | 10 | 100011001 | 1011001 | 1010101 |
Color Harmonies of #E6B8FB
Complementary color
Monochromatic Colors of #E6B8FB
Black with #E6B8FB
Text Example
Text Example
White with #E6B8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B8FB; }
p { color: rgb(230,184,251); }
H1.HeaderClassName
{
color: #E6B8FB;
}
.AnyTagClassName
{
color: #E6B8FB;
}
</style>
background-color css
<style>
a { background-color: #E6B8FB; }
a { background-color: rgb(230,184,251); }
div.DivClassName
{
background-color: #E6B8FB;
}
.BgClassName
{
background-color: #E6B8FB;
}
</style>
border-color css
<style>
span { border-color: #E6B8FB; }
span { border-color: rgb(230,184,251); }
td.TdClassName
{
border-color: #E6B8FB;
}
.TagClassName
{
border-color: #E6B8FB;
}
</style>