Shades of Mauve #E9BCFD
Tints of Mauve #E9BCFD
RGB
CMYK
RGB Variations
Color information
#E9BCFD (or 0xE9BCFD) is known color: Mauve. HEX triplet: E9, BC and FD. RGB value is (233,188,253). Sum of RGB (Red+Green+Blue) = 233+188+253=674 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.57% from 674); Green value is 188 (73.83% from 255 or 27.89% 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 #E9BCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BCFD is #164302. Grayscale: #D0D0D0. Windows color (decimal): -1458947 or 16628969. OLE color: 16628969.
HSL color Cylindrical-coordinate representation of color #E9BCFD: hue angle of 281.54º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9BCFD is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 188 | 253 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.01 |
| HSL | 281.54º | 0.94% | 0.86% | - |
| HSV(B) | 281.54º | 0.26% | 0.99% | - |
| XYZ | 69.32 | 60.38 | 100.93 | - |
| YUV | 208.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 253 | 0.08 | 0.26 | 0 | 0.01 | 281.54 | 0.94 | 0.86 |
| Hex | E9 | BC | FD | 8 | 1A | 0 | 1 | 11A | 5E | 56 |
| Octal | 351 | 274 | 375 | 10 | 32 | 0 | 1 | 432 | 136 | 126 |
| Binary | 11101001 | 10111100 | 11111101 | 1000 | 11010 | 0 | 1 | 100011010 | 1011110 | 1010110 |
Color Harmonies of #E9BCFD
Complementary color
Monochromatic Colors of #E9BCFD
Black with #E9BCFD
Text Example
Text Example
White with #E9BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BCFD; }
p { color: rgb(233,188,253); }
H1.HeaderClassName
{
color: #E9BCFD;
}
.AnyTagClassName
{
color: #E9BCFD;
}
</style>
background-color css
<style>
a { background-color: #E9BCFD; }
a { background-color: rgb(233,188,253); }
div.DivClassName
{
background-color: #E9BCFD;
}
.BgClassName
{
background-color: #E9BCFD;
}
</style>
border-color css
<style>
span { border-color: #E9BCFD; }
span { border-color: rgb(233,188,253); }
td.TdClassName
{
border-color: #E9BCFD;
}
.TagClassName
{
border-color: #E9BCFD;
}
</style>