Shades of Mauve #D8B0FF
Tints of Mauve #D8B0FF
RGB
CMYK
RGB Variations
Color information
#D8B0FF (or 0xD8B0FF) is known color: Mauve. HEX triplet: D8, B0 and FF. RGB value is (216,176,255). Sum of RGB (Red+Green+Blue) = 216+176+255=647 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.38% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8B0FF is #274F00. Grayscale: #C4C4C4. Windows color (decimal): -2576129 or 16756952. OLE color: 16756952.
HSL color Cylindrical-coordinate representation of color #D8B0FF: hue angle of 270.38º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8B0FF is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 176 | 255 | - |
| CMYK | 0.15 | 0.31 | 0 | 0 |
| HSL | 270.38º | 1% | 0.85% | - |
| HSV(B) | 270.38º | 0.31% | 1% | - |
| XYZ | 61.89 | 52.87 | 101.55 | - |
| YUV | 196.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 255 | 0.15 | 0.31 | 0 | 0 | 270.38 | 1 | 0.85 |
| Hex | D8 | B0 | FF | F | 1F | 0 | 0 | 10E | 64 | 55 |
| Octal | 330 | 260 | 377 | 17 | 37 | 0 | 0 | 416 | 144 | 125 |
| Binary | 11011000 | 10110000 | 11111111 | 1111 | 11111 | 0 | 0 | 100001110 | 1100100 | 1010101 |
Color Harmonies of #D8B0FF
Complementary color
Monochromatic Colors of #D8B0FF
Black with #D8B0FF
Text Example
Text Example
White with #D8B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B0FF; }
p { color: rgb(216,176,255); }
H1.HeaderClassName
{
color: #D8B0FF;
}
.AnyTagClassName
{
color: #D8B0FF;
}
</style>
background-color css
<style>
a { background-color: #D8B0FF; }
a { background-color: rgb(216,176,255); }
div.DivClassName
{
background-color: #D8B0FF;
}
.BgClassName
{
background-color: #D8B0FF;
}
</style>
border-color css
<style>
span { border-color: #D8B0FF; }
span { border-color: rgb(216,176,255); }
td.TdClassName
{
border-color: #D8B0FF;
}
.TagClassName
{
border-color: #D8B0FF;
}
</style>