Shades of Mauve #E6BFFD
Tints of Mauve #E6BFFD
RGB
CMYK
RGB Variations
Color information
#E6BFFD (or 0xE6BFFD) is known color: Mauve. HEX triplet: E6, BF and FD. RGB value is (230,191,253). Sum of RGB (Red+Green+Blue) = 230+191+253=674 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.12% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6BFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFFD is #194002. Grayscale: #D1D1D1. Windows color (decimal): -1654787 or 16629734. OLE color: 16629734.
HSL color Cylindrical-coordinate representation of color #E6BFFD: hue angle of 277.74º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6BFFD is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 191 | 253 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.01 |
| HSL | 277.74º | 0.94% | 0.87% | - |
| HSV(B) | 277.74º | 0.25% | 0.99% | - |
| XYZ | 68.99 | 61.18 | 101.1 | - |
| YUV | 209.73 | 152.42 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 253 | 0.09 | 0.25 | 0 | 0.01 | 277.74 | 0.94 | 0.87 |
| Hex | E6 | BF | FD | 9 | 19 | 0 | 1 | 116 | 5E | 57 |
| Octal | 346 | 277 | 375 | 11 | 31 | 0 | 1 | 426 | 136 | 127 |
| Binary | 11100110 | 10111111 | 11111101 | 1001 | 11001 | 0 | 1 | 100010110 | 1011110 | 1010111 |
Color Harmonies of #E6BFFD
Complementary color
Monochromatic Colors of #E6BFFD
Black with #E6BFFD
Text Example
Text Example
White with #E6BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFFD; }
p { color: rgb(230,191,253); }
H1.HeaderClassName
{
color: #E6BFFD;
}
.AnyTagClassName
{
color: #E6BFFD;
}
</style>
background-color css
<style>
a { background-color: #E6BFFD; }
a { background-color: rgb(230,191,253); }
div.DivClassName
{
background-color: #E6BFFD;
}
.BgClassName
{
background-color: #E6BFFD;
}
</style>
border-color css
<style>
span { border-color: #E6BFFD; }
span { border-color: rgb(230,191,253); }
td.TdClassName
{
border-color: #E6BFFD;
}
.TagClassName
{
border-color: #E6BFFD;
}
</style>