Shades of Mauve #E8BCFD
Tints of Mauve #E8BCFD
RGB
CMYK
RGB Variations
Color information
#E8BCFD (or 0xE8BCFD) is known color: Mauve. HEX triplet: E8, BC and FD. RGB value is (232,188,253). Sum of RGB (Red+Green+Blue) = 232+188+253=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 188 (73.83% from 255 or 27.93% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8BCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BCFD is #174302. Grayscale: #D0D0D0. Windows color (decimal): -1524483 or 16628968. OLE color: 16628968.
HSL color Cylindrical-coordinate representation of color #E8BCFD: hue angle of 280.62º 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 #E8BCFD is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 188 | 253 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.01 |
| HSL | 280.62º | 0.94% | 0.86% | - |
| HSV(B) | 280.62º | 0.26% | 0.99% | - |
| XYZ | 68.99 | 60.21 | 100.91 | - |
| YUV | 208.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 253 | 0.08 | 0.26 | 0 | 0.01 | 280.62 | 0.94 | 0.86 |
| Hex | E8 | BC | FD | 8 | 1A | 0 | 1 | 119 | 5E | 56 |
| Octal | 350 | 274 | 375 | 10 | 32 | 0 | 1 | 431 | 136 | 126 |
| Binary | 11101000 | 10111100 | 11111101 | 1000 | 11010 | 0 | 1 | 100011001 | 1011110 | 1010110 |
Color Harmonies of #E8BCFD
Complementary color
Monochromatic Colors of #E8BCFD
Black with #E8BCFD
Text Example
Text Example
White with #E8BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BCFD; }
p { color: rgb(232,188,253); }
H1.HeaderClassName
{
color: #E8BCFD;
}
.AnyTagClassName
{
color: #E8BCFD;
}
</style>
background-color css
<style>
a { background-color: #E8BCFD; }
a { background-color: rgb(232,188,253); }
div.DivClassName
{
background-color: #E8BCFD;
}
.BgClassName
{
background-color: #E8BCFD;
}
</style>
border-color css
<style>
span { border-color: #E8BCFD; }
span { border-color: rgb(232,188,253); }
td.TdClassName
{
border-color: #E8BCFD;
}
.TagClassName
{
border-color: #E8BCFD;
}
</style>