Shades of Mauve #D9B5EC
Tints of Mauve #D9B5EC
RGB
CMYK
RGB Variations
Color information
#D9B5EC (or 0xD9B5EC) is known color: Mauve. HEX triplet: D9, B5 and EC. RGB value is (217,181,236). Sum of RGB (Red+Green+Blue) = 217+181+236=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B5EC is #264A13. Grayscale: #C5C5C5. Windows color (decimal): -2509332 or 15513049. OLE color: 15513049.
HSL color Cylindrical-coordinate representation of color #D9B5EC: hue angle of 279.27º 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 #D9B5EC is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 181 | 236 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.07 |
| HSL | 279.27º | 0.59% | 0.82% | - |
| HSV(B) | 279.27º | 0.23% | 0.93% | - |
| XYZ | 60.28 | 53.86 | 86.57 | - |
| YUV | 198.03 | 149.43 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 236 | 0.08 | 0.23 | 0 | 0.07 | 279.27 | 0.59 | 0.82 |
| Hex | D9 | B5 | EC | 8 | 17 | 0 | 7 | 117 | 3B | 52 |
| Octal | 331 | 265 | 354 | 10 | 27 | 0 | 7 | 427 | 73 | 122 |
| Binary | 11011001 | 10110101 | 11101100 | 1000 | 10111 | 0 | 111 | 100010111 | 111011 | 1010010 |
Color Harmonies of #D9B5EC
Complementary color
Monochromatic Colors of #D9B5EC
Black with #D9B5EC
Text Example
Text Example
White with #D9B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B5EC; }
p { color: rgb(217,181,236); }
H1.HeaderClassName
{
color: #D9B5EC;
}
.AnyTagClassName
{
color: #D9B5EC;
}
</style>
background-color css
<style>
a { background-color: #D9B5EC; }
a { background-color: rgb(217,181,236); }
div.DivClassName
{
background-color: #D9B5EC;
}
.BgClassName
{
background-color: #D9B5EC;
}
</style>
border-color css
<style>
span { border-color: #D9B5EC; }
span { border-color: rgb(217,181,236); }
td.TdClassName
{
border-color: #D9B5EC;
}
.TagClassName
{
border-color: #D9B5EC;
}
</style>