Shades of Mauve #E8BFFD
Tints of Mauve #E8BFFD
RGB
CMYK
RGB Variations
Color information
#E8BFFD (or 0xE8BFFD) is known color: Mauve. HEX triplet: E8, BF and FD. RGB value is (232,191,253). Sum of RGB (Red+Green+Blue) = 232+191+253=676 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.32% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8BFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BFFD is #174002. Grayscale: #D2D2D2. Windows color (decimal): -1523715 or 16629736. OLE color: 16629736.
HSL color Cylindrical-coordinate representation of color #E8BFFD: hue angle of 279.68º 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 #E8BFFD is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 191 | 253 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.01 |
| HSL | 279.68º | 0.94% | 0.87% | - |
| HSV(B) | 279.68º | 0.25% | 0.99% | - |
| XYZ | 69.64 | 61.51 | 101.13 | - |
| YUV | 210.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 253 | 0.08 | 0.25 | 0 | 0.01 | 279.68 | 0.94 | 0.87 |
| Hex | E8 | BF | FD | 8 | 19 | 0 | 1 | 118 | 5E | 57 |
| Octal | 350 | 277 | 375 | 10 | 31 | 0 | 1 | 430 | 136 | 127 |
| Binary | 11101000 | 10111111 | 11111101 | 1000 | 11001 | 0 | 1 | 100011000 | 1011110 | 1010111 |
Color Harmonies of #E8BFFD
Complementary color
Monochromatic Colors of #E8BFFD
Black with #E8BFFD
Text Example
Text Example
White with #E8BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BFFD; }
p { color: rgb(232,191,253); }
H1.HeaderClassName
{
color: #E8BFFD;
}
.AnyTagClassName
{
color: #E8BFFD;
}
</style>
background-color css
<style>
a { background-color: #E8BFFD; }
a { background-color: rgb(232,191,253); }
div.DivClassName
{
background-color: #E8BFFD;
}
.BgClassName
{
background-color: #E8BFFD;
}
</style>
border-color css
<style>
span { border-color: #E8BFFD; }
span { border-color: rgb(232,191,253); }
td.TdClassName
{
border-color: #E8BFFD;
}
.TagClassName
{
border-color: #E8BFFD;
}
</style>