Shades of Mauve #D9B0E9
Tints of Mauve #D9B0E9
RGB
CMYK
RGB Variations
Color information
#D9B0E9 (or 0xD9B0E9) is known color: Mauve. HEX triplet: D9, B0 and E9. RGB value is (217,176,233). Sum of RGB (Red+Green+Blue) = 217+176+233=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9B0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B0E9 is #264F16. Grayscale: #C2C2C2. Windows color (decimal): -2510615 or 15315161. OLE color: 15315161.
HSL color Cylindrical-coordinate representation of color #D9B0E9: hue angle of 283.16º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9B0E9 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 176 | 233 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.09 |
| HSL | 283.16º | 0.56% | 0.8% | - |
| HSV(B) | 283.16º | 0.24% | 0.91% | - |
| XYZ | 58.85 | 51.69 | 83.97 | - |
| YUV | 194.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 233 | 0.07 | 0.24 | 0 | 0.09 | 283.16 | 0.56 | 0.8 |
| Hex | D9 | B0 | E9 | 7 | 18 | 0 | 9 | 11B | 38 | 50 |
| Octal | 331 | 260 | 351 | 7 | 30 | 0 | 11 | 433 | 70 | 120 |
| Binary | 11011001 | 10110000 | 11101001 | 111 | 11000 | 0 | 1001 | 100011011 | 111000 | 1010000 |
Color Harmonies of #D9B0E9
Complementary color
Monochromatic Colors of #D9B0E9
Black with #D9B0E9
Text Example
Text Example
White with #D9B0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B0E9; }
p { color: rgb(217,176,233); }
H1.HeaderClassName
{
color: #D9B0E9;
}
.AnyTagClassName
{
color: #D9B0E9;
}
</style>
background-color css
<style>
a { background-color: #D9B0E9; }
a { background-color: rgb(217,176,233); }
div.DivClassName
{
background-color: #D9B0E9;
}
.BgClassName
{
background-color: #D9B0E9;
}
</style>
border-color css
<style>
span { border-color: #D9B0E9; }
span { border-color: rgb(217,176,233); }
td.TdClassName
{
border-color: #D9B0E9;
}
.TagClassName
{
border-color: #D9B0E9;
}
</style>