Shades of Mauve #E6B9FC
Tints of Mauve #E6B9FC
RGB
CMYK
RGB Variations
Color information
#E6B9FC (or 0xE6B9FC) is known color: Mauve. HEX triplet: E6, B9 and FC. RGB value is (230,185,252). Sum of RGB (Red+Green+Blue) = 230+185+252=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 185 (72.66% from 255 or 27.74% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6B9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B9FC is #194603. Grayscale: #CDCDCD. Windows color (decimal): -1656324 or 16562662. OLE color: 16562662.
HSL color Cylindrical-coordinate representation of color #E6B9FC: hue angle of 280.3º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6B9FC is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 185 | 252 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.01 |
| HSL | 280.3º | 0.92% | 0.86% | - |
| HSV(B) | 280.3º | 0.27% | 0.99% | - |
| XYZ | 67.55 | 58.55 | 99.84 | - |
| YUV | 206.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 252 | 0.09 | 0.27 | 0 | 0.01 | 280.3 | 0.92 | 0.86 |
| Hex | E6 | B9 | FC | 9 | 1B | 0 | 1 | 118 | 5C | 56 |
| Octal | 346 | 271 | 374 | 11 | 33 | 0 | 1 | 430 | 134 | 126 |
| Binary | 11100110 | 10111001 | 11111100 | 1001 | 11011 | 0 | 1 | 100011000 | 1011100 | 1010110 |
Color Harmonies of #E6B9FC
Complementary color
Monochromatic Colors of #E6B9FC
Black with #E6B9FC
Text Example
Text Example
White with #E6B9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B9FC; }
p { color: rgb(230,185,252); }
H1.HeaderClassName
{
color: #E6B9FC;
}
.AnyTagClassName
{
color: #E6B9FC;
}
</style>
background-color css
<style>
a { background-color: #E6B9FC; }
a { background-color: rgb(230,185,252); }
div.DivClassName
{
background-color: #E6B9FC;
}
.BgClassName
{
background-color: #E6B9FC;
}
</style>
border-color css
<style>
span { border-color: #E6B9FC; }
span { border-color: rgb(230,185,252); }
td.TdClassName
{
border-color: #E6B9FC;
}
.TagClassName
{
border-color: #E6B9FC;
}
</style>