Shades of Mauve #D8B0E9
Tints of Mauve #D8B0E9
RGB
CMYK
RGB Variations
Color information
#D8B0E9 (or 0xD8B0E9) is known color: Mauve. HEX triplet: D8, B0 and E9. RGB value is (216,176,233). Sum of RGB (Red+Green+Blue) = 216+176+233=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #D8B0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8B0E9 is #274F16. Grayscale: #C2C2C2. Windows color (decimal): -2576151 or 15315160. OLE color: 15315160.
HSL color Cylindrical-coordinate representation of color #D8B0E9: hue angle of 282.11º 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 #D8B0E9 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 176 | 233 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.09 |
| HSL | 282.11º | 0.56% | 0.8% | - |
| HSV(B) | 282.11º | 0.24% | 0.91% | - |
| XYZ | 58.55 | 51.53 | 83.95 | - |
| YUV | 194.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 233 | 0.07 | 0.24 | 0 | 0.09 | 282.11 | 0.56 | 0.8 |
| Hex | D8 | B0 | E9 | 7 | 18 | 0 | 9 | 11A | 38 | 50 |
| Octal | 330 | 260 | 351 | 7 | 30 | 0 | 11 | 432 | 70 | 120 |
| Binary | 11011000 | 10110000 | 11101001 | 111 | 11000 | 0 | 1001 | 100011010 | 111000 | 1010000 |
Color Harmonies of #D8B0E9
Complementary color
Monochromatic Colors of #D8B0E9
Black with #D8B0E9
Text Example
Text Example
White with #D8B0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B0E9; }
p { color: rgb(216,176,233); }
H1.HeaderClassName
{
color: #D8B0E9;
}
.AnyTagClassName
{
color: #D8B0E9;
}
</style>
background-color css
<style>
a { background-color: #D8B0E9; }
a { background-color: rgb(216,176,233); }
div.DivClassName
{
background-color: #D8B0E9;
}
.BgClassName
{
background-color: #D8B0E9;
}
</style>
border-color css
<style>
span { border-color: #D8B0E9; }
span { border-color: rgb(216,176,233); }
td.TdClassName
{
border-color: #D8B0E9;
}
.TagClassName
{
border-color: #D8B0E9;
}
</style>