Shades of Mauve #D7B7EE
Tints of Mauve #D7B7EE
RGB
CMYK
RGB Variations
Color information
#D7B7EE (or 0xD7B7EE) is known color: Mauve. HEX triplet: D7, B7 and EE. RGB value is (215,183,238). Sum of RGB (Red+Green+Blue) = 215+183+238=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #D7B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B7EE is #284811. Grayscale: #C6C6C6. Windows color (decimal): -2639890 or 15644631. OLE color: 15644631.
HSL color Cylindrical-coordinate representation of color #D7B7EE: hue angle of 274.91º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7B7EE is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 183 | 238 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.07 |
| HSL | 274.91º | 0.62% | 0.83% | - |
| HSV(B) | 274.91º | 0.23% | 0.93% | - |
| XYZ | 60.39 | 54.49 | 88.22 | - |
| YUV | 198.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 238 | 0.10 | 0.23 | 0 | 0.07 | 274.91 | 0.62 | 0.83 |
| Hex | D7 | B7 | EE | A | 17 | 0 | 7 | 113 | 3E | 53 |
| Octal | 327 | 267 | 356 | 12 | 27 | 0 | 7 | 423 | 76 | 123 |
| Binary | 11010111 | 10110111 | 11101110 | 1010 | 10111 | 0 | 111 | 100010011 | 111110 | 1010011 |
Color Harmonies of #D7B7EE
Complementary color
Monochromatic Colors of #D7B7EE
Black with #D7B7EE
Text Example
Text Example
White with #D7B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B7EE; }
p { color: rgb(215,183,238); }
H1.HeaderClassName
{
color: #D7B7EE;
}
.AnyTagClassName
{
color: #D7B7EE;
}
</style>
background-color css
<style>
a { background-color: #D7B7EE; }
a { background-color: rgb(215,183,238); }
div.DivClassName
{
background-color: #D7B7EE;
}
.BgClassName
{
background-color: #D7B7EE;
}
</style>
border-color css
<style>
span { border-color: #D7B7EE; }
span { border-color: rgb(215,183,238); }
td.TdClassName
{
border-color: #D7B7EE;
}
.TagClassName
{
border-color: #D7B7EE;
}
</style>