Shades of Mauve #E2BFFB
Tints of Mauve #E2BFFB
RGB
CMYK
RGB Variations
Color information
#E2BFFB (or 0xE2BFFB) is known color: Mauve. HEX triplet: E2, BF and FB. RGB value is (226,191,251). Sum of RGB (Red+Green+Blue) = 226+191+251=668 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.83% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2BFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFFB is #1D4004. Grayscale: #D0D0D0. Windows color (decimal): -1916933 or 16498658. OLE color: 16498658.
HSL color Cylindrical-coordinate representation of color #E2BFFB: hue angle of 275º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2BFFB is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 191 | 251 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.02 |
| HSL | 275º | 0.88% | 0.87% | - |
| HSV(B) | 275º | 0.24% | 0.98% | - |
| XYZ | 67.41 | 60.4 | 99.37 | - |
| YUV | 208.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 251 | 0.10 | 0.24 | 0 | 0.02 | 275 | 0.88 | 0.87 |
| Hex | E2 | BF | FB | A | 18 | 0 | 2 | 113 | 58 | 57 |
| Octal | 342 | 277 | 373 | 12 | 30 | 0 | 2 | 423 | 130 | 127 |
| Binary | 11100010 | 10111111 | 11111011 | 1010 | 11000 | 0 | 10 | 100010011 | 1011000 | 1010111 |
Color Harmonies of #E2BFFB
Complementary color
Monochromatic Colors of #E2BFFB
Black with #E2BFFB
Text Example
Text Example
White with #E2BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFFB; }
p { color: rgb(226,191,251); }
H1.HeaderClassName
{
color: #E2BFFB;
}
.AnyTagClassName
{
color: #E2BFFB;
}
</style>
background-color css
<style>
a { background-color: #E2BFFB; }
a { background-color: rgb(226,191,251); }
div.DivClassName
{
background-color: #E2BFFB;
}
.BgClassName
{
background-color: #E2BFFB;
}
</style>
border-color css
<style>
span { border-color: #E2BFFB; }
span { border-color: rgb(226,191,251); }
td.TdClassName
{
border-color: #E2BFFB;
}
.TagClassName
{
border-color: #E2BFFB;
}
</style>