Shades of Mauve #E8C6FB
Tints of Mauve #E8C6FB
RGB
CMYK
RGB Variations
Color information
#E8C6FB (or 0xE8C6FB) is known color: Mauve. HEX triplet: E8, C6 and FB. RGB value is (232,198,251). Sum of RGB (Red+Green+Blue) = 232+198+251=681 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.07% from 681); Green value is 198 (77.73% from 255 or 29.07% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8C6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C6FB is #173904. Grayscale: #D6D6D6. Windows color (decimal): -1521925 or 16500456. OLE color: 16500456.
HSL color Cylindrical-coordinate representation of color #E8C6FB: hue angle of 278.49º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8C6FB is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 198 | 251 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.02 |
| HSL | 278.49º | 0.87% | 0.88% | - |
| HSV(B) | 278.49º | 0.21% | 0.98% | - |
| XYZ | 70.89 | 64.51 | 99.98 | - |
| YUV | 214.21 | 148.76 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 198 | 251 | 0.08 | 0.21 | 0 | 0.02 | 278.49 | 0.87 | 0.88 |
| Hex | E8 | C6 | FB | 8 | 15 | 0 | 2 | 116 | 57 | 58 |
| Octal | 350 | 306 | 373 | 10 | 25 | 0 | 2 | 426 | 127 | 130 |
| Binary | 11101000 | 11000110 | 11111011 | 1000 | 10101 | 0 | 10 | 100010110 | 1010111 | 1011000 |
Color Harmonies of #E8C6FB
Complementary color
Monochromatic Colors of #E8C6FB
Black with #E8C6FB
Text Example
Text Example
White with #E8C6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C6FB; }
p { color: rgb(232,198,251); }
H1.HeaderClassName
{
color: #E8C6FB;
}
.AnyTagClassName
{
color: #E8C6FB;
}
</style>
background-color css
<style>
a { background-color: #E8C6FB; }
a { background-color: rgb(232,198,251); }
div.DivClassName
{
background-color: #E8C6FB;
}
.BgClassName
{
background-color: #E8C6FB;
}
</style>
border-color css
<style>
span { border-color: #E8C6FB; }
span { border-color: rgb(232,198,251); }
td.TdClassName
{
border-color: #E8C6FB;
}
.TagClassName
{
border-color: #E8C6FB;
}
</style>