Shades of Mauve #E2BDFF
Tints of Mauve #E2BDFF
RGB
CMYK
RGB Variations
Color information
#E2BDFF (or 0xE2BDFF) is known color: Mauve. HEX triplet: E2, BD and FF. RGB value is (226,189,255). Sum of RGB (Red+Green+Blue) = 226+189+255=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDFF is #1D4200. Grayscale: #CFCFCF. Windows color (decimal): -1917441 or 16760290. OLE color: 16760290.
HSL color Cylindrical-coordinate representation of color #E2BDFF: hue angle of 273.64º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2BDFF is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 189 | 255 | - |
| CMYK | 0.11 | 0.26 | 0 | 0 |
| HSL | 273.64º | 1% | 0.87% | - |
| HSV(B) | 273.64º | 0.26% | 1% | - |
| XYZ | 67.61 | 59.78 | 102.58 | - |
| YUV | 207.59 | 154.76 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 255 | 0.11 | 0.26 | 0 | 0 | 273.64 | 1 | 0.87 |
| Hex | E2 | BD | FF | B | 1A | 0 | 0 | 112 | 64 | 57 |
| Octal | 342 | 275 | 377 | 13 | 32 | 0 | 0 | 422 | 144 | 127 |
| Binary | 11100010 | 10111101 | 11111111 | 1011 | 11010 | 0 | 0 | 100010010 | 1100100 | 1010111 |
Color Harmonies of #E2BDFF
Complementary color
Monochromatic Colors of #E2BDFF
Black with #E2BDFF
Text Example
Text Example
White with #E2BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BDFF; }
p { color: rgb(226,189,255); }
H1.HeaderClassName
{
color: #E2BDFF;
}
.AnyTagClassName
{
color: #E2BDFF;
}
</style>
background-color css
<style>
a { background-color: #E2BDFF; }
a { background-color: rgb(226,189,255); }
div.DivClassName
{
background-color: #E2BDFF;
}
.BgClassName
{
background-color: #E2BDFF;
}
</style>
border-color css
<style>
span { border-color: #E2BDFF; }
span { border-color: rgb(226,189,255); }
td.TdClassName
{
border-color: #E2BDFF;
}
.TagClassName
{
border-color: #E2BDFF;
}
</style>