Shades of Mauve #E7BDFC
Tints of Mauve #E7BDFC
RGB
CMYK
RGB Variations
Color information
#E7BDFC (or 0xE7BDFC) is known color: Mauve. HEX triplet: E7, BD and FC. RGB value is (231,189,252). Sum of RGB (Red+Green+Blue) = 231+189+252=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7BDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BDFC is #184203. Grayscale: #D0D0D0. Windows color (decimal): -1589764 or 16563687. OLE color: 16563687.
HSL color Cylindrical-coordinate representation of color #E7BDFC: hue angle of 280º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7BDFC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 189 | 252 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.01 |
| HSL | 280º | 0.91% | 0.86% | - |
| HSV(B) | 280º | 0.25% | 0.99% | - |
| XYZ | 68.72 | 60.41 | 100.13 | - |
| YUV | 208.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 252 | 0.08 | 0.25 | 0 | 0.01 | 280 | 0.91 | 0.86 |
| Hex | E7 | BD | FC | 8 | 19 | 0 | 1 | 118 | 5B | 56 |
| Octal | 347 | 275 | 374 | 10 | 31 | 0 | 1 | 430 | 133 | 126 |
| Binary | 11100111 | 10111101 | 11111100 | 1000 | 11001 | 0 | 1 | 100011000 | 1011011 | 1010110 |
Color Harmonies of #E7BDFC
Complementary color
Monochromatic Colors of #E7BDFC
Black with #E7BDFC
Text Example
Text Example
White with #E7BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDFC; }
p { color: rgb(231,189,252); }
H1.HeaderClassName
{
color: #E7BDFC;
}
.AnyTagClassName
{
color: #E7BDFC;
}
</style>
background-color css
<style>
a { background-color: #E7BDFC; }
a { background-color: rgb(231,189,252); }
div.DivClassName
{
background-color: #E7BDFC;
}
.BgClassName
{
background-color: #E7BDFC;
}
</style>
border-color css
<style>
span { border-color: #E7BDFC; }
span { border-color: rgb(231,189,252); }
td.TdClassName
{
border-color: #E7BDFC;
}
.TagClassName
{
border-color: #E7BDFC;
}
</style>