Shades of Mauve #E6B9FE
Tints of Mauve #E6B9FE
RGB
CMYK
RGB Variations
Color information
#E6B9FE (or 0xE6B9FE) is known color: Mauve. HEX triplet: E6, B9 and FE. RGB value is (230,185,254). Sum of RGB (Red+Green+Blue) = 230+185+254=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 185 (72.66% from 255 or 27.65% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6B9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B9FE is #194601. Grayscale: #CECECE. Windows color (decimal): -1656322 or 16693734. OLE color: 16693734.
HSL color Cylindrical-coordinate representation of color #E6B9FE: hue angle of 279.13º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6B9FE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 185 | 254 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.00 |
| HSL | 279.13º | 0.97% | 0.86% | - |
| HSV(B) | 279.13º | 0.27% | 1% | - |
| XYZ | 67.87 | 58.68 | 101.51 | - |
| YUV | 206.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 254 | 0.09 | 0.27 | 0 | 0.00 | 279.13 | 0.97 | 0.86 |
| Hex | E6 | B9 | FE | 9 | 1B | 0 | 0 | 117 | 61 | 56 |
| Octal | 346 | 271 | 376 | 11 | 33 | 0 | 0 | 427 | 141 | 126 |
| Binary | 11100110 | 10111001 | 11111110 | 1001 | 11011 | 0 | 0 | 100010111 | 1100001 | 1010110 |
Color Harmonies of #E6B9FE
Complementary color
Monochromatic Colors of #E6B9FE
Black with #E6B9FE
Text Example
Text Example
White with #E6B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B9FE; }
p { color: rgb(230,185,254); }
H1.HeaderClassName
{
color: #E6B9FE;
}
.AnyTagClassName
{
color: #E6B9FE;
}
</style>
background-color css
<style>
a { background-color: #E6B9FE; }
a { background-color: rgb(230,185,254); }
div.DivClassName
{
background-color: #E6B9FE;
}
.BgClassName
{
background-color: #E6B9FE;
}
</style>
border-color css
<style>
span { border-color: #E6B9FE; }
span { border-color: rgb(230,185,254); }
td.TdClassName
{
border-color: #E6B9FE;
}
.TagClassName
{
border-color: #E6B9FE;
}
</style>