Shades of Mauve #E8BDFB
Tints of Mauve #E8BDFB
RGB
CMYK
RGB Variations
Color information
#E8BDFB (or 0xE8BDFB) is known color: Mauve. HEX triplet: E8, BD and FB. RGB value is (232,189,251). Sum of RGB (Red+Green+Blue) = 232+189+251=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8BDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDFB is #174204. Grayscale: #D0D0D0. Windows color (decimal): -1524229 or 16498152. OLE color: 16498152.
HSL color Cylindrical-coordinate representation of color #E8BDFB: hue angle of 281.61º 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 #E8BDFB is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 189 | 251 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.02 |
| HSL | 281.61º | 0.89% | 0.86% | - |
| HSV(B) | 281.61º | 0.25% | 0.98% | - |
| XYZ | 68.89 | 60.52 | 99.32 | - |
| YUV | 208.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 251 | 0.08 | 0.25 | 0 | 0.02 | 281.61 | 0.89 | 0.86 |
| Hex | E8 | BD | FB | 8 | 19 | 0 | 2 | 11A | 59 | 56 |
| Octal | 350 | 275 | 373 | 10 | 31 | 0 | 2 | 432 | 131 | 126 |
| Binary | 11101000 | 10111101 | 11111011 | 1000 | 11001 | 0 | 10 | 100011010 | 1011001 | 1010110 |
Color Harmonies of #E8BDFB
Complementary color
Monochromatic Colors of #E8BDFB
Black with #E8BDFB
Text Example
Text Example
White with #E8BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDFB; }
p { color: rgb(232,189,251); }
H1.HeaderClassName
{
color: #E8BDFB;
}
.AnyTagClassName
{
color: #E8BDFB;
}
</style>
background-color css
<style>
a { background-color: #E8BDFB; }
a { background-color: rgb(232,189,251); }
div.DivClassName
{
background-color: #E8BDFB;
}
.BgClassName
{
background-color: #E8BDFB;
}
</style>
border-color css
<style>
span { border-color: #E8BDFB; }
span { border-color: rgb(232,189,251); }
td.TdClassName
{
border-color: #E8BDFB;
}
.TagClassName
{
border-color: #E8BDFB;
}
</style>