Shades of Mauve #D7B5EF
Tints of Mauve #D7B5EF
RGB
CMYK
RGB Variations
Color information
#D7B5EF (or 0xD7B5EF) is known color: Mauve. HEX triplet: D7, B5 and EF. RGB value is (215,181,239). Sum of RGB (Red+Green+Blue) = 215+181+239=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B5EF is #284A10. Grayscale: #C5C5C5. Windows color (decimal): -2640401 or 15709655. OLE color: 15709655.
HSL color Cylindrical-coordinate representation of color #D7B5EF: hue angle of 275.17º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7B5EF is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 181 | 239 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.06 |
| HSL | 275.17º | 0.64% | 0.82% | - |
| HSV(B) | 275.17º | 0.24% | 0.94% | - |
| XYZ | 60.13 | 53.73 | 88.86 | - |
| YUV | 197.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 239 | 0.10 | 0.24 | 0 | 0.06 | 275.17 | 0.64 | 0.82 |
| Hex | D7 | B5 | EF | A | 18 | 0 | 6 | 113 | 40 | 52 |
| Octal | 327 | 265 | 357 | 12 | 30 | 0 | 6 | 423 | 100 | 122 |
| Binary | 11010111 | 10110101 | 11101111 | 1010 | 11000 | 0 | 110 | 100010011 | 1000000 | 1010010 |
Color Harmonies of #D7B5EF
Complementary color
Monochromatic Colors of #D7B5EF
Black with #D7B5EF
Text Example
Text Example
White with #D7B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B5EF; }
p { color: rgb(215,181,239); }
H1.HeaderClassName
{
color: #D7B5EF;
}
.AnyTagClassName
{
color: #D7B5EF;
}
</style>
background-color css
<style>
a { background-color: #D7B5EF; }
a { background-color: rgb(215,181,239); }
div.DivClassName
{
background-color: #D7B5EF;
}
.BgClassName
{
background-color: #D7B5EF;
}
</style>
border-color css
<style>
span { border-color: #D7B5EF; }
span { border-color: rgb(215,181,239); }
td.TdClassName
{
border-color: #D7B5EF;
}
.TagClassName
{
border-color: #D7B5EF;
}
</style>