Shades of Mauve #E7BDFB
Tints of Mauve #E7BDFB
RGB
CMYK
RGB Variations
Color information
#E7BDFB (or 0xE7BDFB) is known color: Mauve. HEX triplet: E7, BD and FB. RGB value is (231,189,251). Sum of RGB (Red+Green+Blue) = 231+189+251=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7BDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BDFB is #184204. Grayscale: #D0D0D0. Windows color (decimal): -1589765 or 16498151. OLE color: 16498151.
HSL color Cylindrical-coordinate representation of color #E7BDFB: hue angle of 280.65º 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 #E7BDFB is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 231 | 189 | 251 | - |
CMYK | 0.08 | 0.25 | 0 | 0.02 |
HSL | 280.65º | 0.89% | 0.86% | - |
HSV(B) | 280.65º | 0.25% | 0.98% | - |
XYZ | 68.57 | 60.35 | 99.3 | - |
YUV | 208.63 | 151.91 | 143.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 189 | 251 | 0.08 | 0.25 | 0 | 0.02 | 280.65 | 0.89 | 0.86 |
Hex | E7 | BD | FB | 8 | 19 | 0 | 2 | 119 | 59 | 56 |
Octal | 347 | 275 | 373 | 10 | 31 | 0 | 2 | 431 | 131 | 126 |
Binary | 11100111 | 10111101 | 11111011 | 1000 | 11001 | 0 | 10 | 100011001 | 1011001 | 1010110 |
Color Harmonies of #E7BDFB
Complementary color
Monochromatic Colors of #E7BDFB
Black with #E7BDFB
Text Example
Text Example
White with #E7BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDFB; }
p { color: rgb(231,189,251); }
H1.HeaderClassName
{
color: #E7BDFB;
}
.AnyTagClassName
{
color: #E7BDFB;
}
</style>
background-color css
<style>
a { background-color: #E7BDFB; }
a { background-color: rgb(231,189,251); }
div.DivClassName
{
background-color: #E7BDFB;
}
.BgClassName
{
background-color: #E7BDFB;
}
</style>
border-color css
<style>
span { border-color: #E7BDFB; }
span { border-color: rgb(231,189,251); }
td.TdClassName
{
border-color: #E7BDFB;
}
.TagClassName
{
border-color: #E7BDFB;
}
</style>