Shades of Mauve #D9B0FF
Tints of Mauve #D9B0FF
RGB
CMYK
RGB Variations
Color information
#D9B0FF (or 0xD9B0FF) is known color: Mauve. HEX triplet: D9, B0 and FF. RGB value is (217,176,255). Sum of RGB (Red+Green+Blue) = 217+176+255=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B0FF is #264F00. Grayscale: #C4C4C4. Windows color (decimal): -2510593 or 16756953. OLE color: 16756953.
HSL color Cylindrical-coordinate representation of color #D9B0FF: hue angle of 271.14º 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 #D9B0FF is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 176 | 255 | - |
| CMYK | 0.15 | 0.31 | 0 | 0 |
| HSL | 271.14º | 1% | 0.85% | - |
| HSV(B) | 271.14º | 0.31% | 1% | - |
| XYZ | 62.19 | 53.02 | 101.56 | - |
| YUV | 197.27 | 160.58 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 255 | 0.15 | 0.31 | 0 | 0 | 271.14 | 1 | 0.85 |
| Hex | D9 | B0 | FF | F | 1F | 0 | 0 | 10F | 64 | 55 |
| Octal | 331 | 260 | 377 | 17 | 37 | 0 | 0 | 417 | 144 | 125 |
| Binary | 11011001 | 10110000 | 11111111 | 1111 | 11111 | 0 | 0 | 100001111 | 1100100 | 1010101 |
Color Harmonies of #D9B0FF
Complementary color
Monochromatic Colors of #D9B0FF
Black with #D9B0FF
Text Example
Text Example
White with #D9B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B0FF; }
p { color: rgb(217,176,255); }
H1.HeaderClassName
{
color: #D9B0FF;
}
.AnyTagClassName
{
color: #D9B0FF;
}
</style>
background-color css
<style>
a { background-color: #D9B0FF; }
a { background-color: rgb(217,176,255); }
div.DivClassName
{
background-color: #D9B0FF;
}
.BgClassName
{
background-color: #D9B0FF;
}
</style>
border-color css
<style>
span { border-color: #D9B0FF; }
span { border-color: rgb(217,176,255); }
td.TdClassName
{
border-color: #D9B0FF;
}
.TagClassName
{
border-color: #D9B0FF;
}
</style>