Shades of Mauve #D8B5EC
Tints of Mauve #D8B5EC
RGB
CMYK
RGB Variations
Color information
#D8B5EC (or 0xD8B5EC) is known color: Mauve. HEX triplet: D8, B5 and EC. RGB value is (216,181,236). Sum of RGB (Red+Green+Blue) = 216+181+236=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B5EC is #274A13. Grayscale: #C5C5C5. Windows color (decimal): -2574868 or 15513048. OLE color: 15513048.
HSL color Cylindrical-coordinate representation of color #D8B5EC: hue angle of 278.18º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8B5EC is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 181 | 236 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.07 |
| HSL | 278.18º | 0.59% | 0.82% | - |
| HSV(B) | 278.18º | 0.23% | 0.93% | - |
| XYZ | 59.98 | 53.7 | 86.56 | - |
| YUV | 197.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 236 | 0.08 | 0.23 | 0 | 0.07 | 278.18 | 0.59 | 0.82 |
| Hex | D8 | B5 | EC | 8 | 17 | 0 | 7 | 116 | 3B | 52 |
| Octal | 330 | 265 | 354 | 10 | 27 | 0 | 7 | 426 | 73 | 122 |
| Binary | 11011000 | 10110101 | 11101100 | 1000 | 10111 | 0 | 111 | 100010110 | 111011 | 1010010 |
Color Harmonies of #D8B5EC
Complementary color
Monochromatic Colors of #D8B5EC
Black with #D8B5EC
Text Example
Text Example
White with #D8B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B5EC; }
p { color: rgb(216,181,236); }
H1.HeaderClassName
{
color: #D8B5EC;
}
.AnyTagClassName
{
color: #D8B5EC;
}
</style>
background-color css
<style>
a { background-color: #D8B5EC; }
a { background-color: rgb(216,181,236); }
div.DivClassName
{
background-color: #D8B5EC;
}
.BgClassName
{
background-color: #D8B5EC;
}
</style>
border-color css
<style>
span { border-color: #D8B5EC; }
span { border-color: rgb(216,181,236); }
td.TdClassName
{
border-color: #D8B5EC;
}
.TagClassName
{
border-color: #D8B5EC;
}
</style>