Shades of Mauve #D9B3EC
Tints of Mauve #D9B3EC
RGB
CMYK
RGB Variations
Color information
#D9B3EC (or 0xD9B3EC) is known color: Mauve. HEX triplet: D9, B3 and EC. RGB value is (217,179,236). Sum of RGB (Red+Green+Blue) = 217+179+236=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 179 (70.31% from 255 or 28.32% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B3EC is #264C13. Grayscale: #C4C4C4. Windows color (decimal): -2509844 or 15512537. OLE color: 15512537.
HSL color Cylindrical-coordinate representation of color #D9B3EC: hue angle of 280º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9B3EC is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 179 | 236 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.07 |
| HSL | 280º | 0.6% | 0.81% | - |
| HSV(B) | 280º | 0.24% | 0.93% | - |
| XYZ | 59.88 | 53.05 | 86.44 | - |
| YUV | 196.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 236 | 0.08 | 0.24 | 0 | 0.07 | 280 | 0.6 | 0.81 |
| Hex | D9 | B3 | EC | 8 | 18 | 0 | 7 | 118 | 3C | 51 |
| Octal | 331 | 263 | 354 | 10 | 30 | 0 | 7 | 430 | 74 | 121 |
| Binary | 11011001 | 10110011 | 11101100 | 1000 | 11000 | 0 | 111 | 100011000 | 111100 | 1010001 |
Color Harmonies of #D9B3EC
Complementary color
Monochromatic Colors of #D9B3EC
Black with #D9B3EC
Text Example
Text Example
White with #D9B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B3EC; }
p { color: rgb(217,179,236); }
H1.HeaderClassName
{
color: #D9B3EC;
}
.AnyTagClassName
{
color: #D9B3EC;
}
</style>
background-color css
<style>
a { background-color: #D9B3EC; }
a { background-color: rgb(217,179,236); }
div.DivClassName
{
background-color: #D9B3EC;
}
.BgClassName
{
background-color: #D9B3EC;
}
</style>
border-color css
<style>
span { border-color: #D9B3EC; }
span { border-color: rgb(217,179,236); }
td.TdClassName
{
border-color: #D9B3EC;
}
.TagClassName
{
border-color: #D9B3EC;
}
</style>