Shades of Mauve #E2BDFB
Tints of Mauve #E2BDFB
RGB
CMYK
RGB Variations
Color information
#E2BDFB (or 0xE2BDFB) is known color: Mauve. HEX triplet: E2, BD and FB. RGB value is (226,189,251). Sum of RGB (Red+Green+Blue) = 226+189+251=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDFB is #1D4204. Grayscale: #CECECE. Windows color (decimal): -1917445 or 16498146. OLE color: 16498146.
HSL color Cylindrical-coordinate representation of color #E2BDFB: hue angle of 275.81º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2BDFB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 189 | 251 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.02 |
| HSL | 275.81º | 0.89% | 0.86% | - |
| HSV(B) | 275.81º | 0.25% | 0.98% | - |
| XYZ | 66.97 | 59.53 | 99.23 | - |
| YUV | 207.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 251 | 0.10 | 0.25 | 0 | 0.02 | 275.81 | 0.89 | 0.86 |
| Hex | E2 | BD | FB | A | 19 | 0 | 2 | 114 | 59 | 56 |
| Octal | 342 | 275 | 373 | 12 | 31 | 0 | 2 | 424 | 131 | 126 |
| Binary | 11100010 | 10111101 | 11111011 | 1010 | 11001 | 0 | 10 | 100010100 | 1011001 | 1010110 |
Color Harmonies of #E2BDFB
Complementary color
Monochromatic Colors of #E2BDFB
Black with #E2BDFB
Text Example
Text Example
White with #E2BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BDFB; }
p { color: rgb(226,189,251); }
H1.HeaderClassName
{
color: #E2BDFB;
}
.AnyTagClassName
{
color: #E2BDFB;
}
</style>
background-color css
<style>
a { background-color: #E2BDFB; }
a { background-color: rgb(226,189,251); }
div.DivClassName
{
background-color: #E2BDFB;
}
.BgClassName
{
background-color: #E2BDFB;
}
</style>
border-color css
<style>
span { border-color: #E2BDFB; }
span { border-color: rgb(226,189,251); }
td.TdClassName
{
border-color: #E2BDFB;
}
.TagClassName
{
border-color: #E2BDFB;
}
</style>