Shades of Mauve #D0B0FF
Tints of Mauve #D0B0FF
RGB
CMYK
RGB Variations
Color information
#D0B0FF (or 0xD0B0FF) is known color: Mauve. HEX triplet: D0, B0 and FF. RGB value is (208,176,255). Sum of RGB (Red+Green+Blue) = 208+176+255=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0B0FF is #2F4F00. Grayscale: #C2C2C2. Windows color (decimal): -3100417 or 16756944. OLE color: 16756944.
HSL color Cylindrical-coordinate representation of color #D0B0FF: hue angle of 264.3º 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 #D0B0FF is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 176 | 255 | - |
| CMYK | 0.18 | 0.31 | 0 | 0 |
| HSL | 264.3º | 1% | 0.85% | - |
| HSV(B) | 264.3º | 0.31% | 1% | - |
| XYZ | 59.59 | 51.68 | 101.44 | - |
| YUV | 194.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 176 | 255 | 0.18 | 0.31 | 0 | 0 | 264.3 | 1 | 0.85 |
| Hex | D0 | B0 | FF | 12 | 1F | 0 | 0 | 108 | 64 | 55 |
| Octal | 320 | 260 | 377 | 22 | 37 | 0 | 0 | 410 | 144 | 125 |
| Binary | 11010000 | 10110000 | 11111111 | 10010 | 11111 | 0 | 0 | 100001000 | 1100100 | 1010101 |
Color Harmonies of #D0B0FF
Complementary color
Monochromatic Colors of #D0B0FF
Black with #D0B0FF
Text Example
Text Example
White with #D0B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B0FF; }
p { color: rgb(208,176,255); }
H1.HeaderClassName
{
color: #D0B0FF;
}
.AnyTagClassName
{
color: #D0B0FF;
}
</style>
background-color css
<style>
a { background-color: #D0B0FF; }
a { background-color: rgb(208,176,255); }
div.DivClassName
{
background-color: #D0B0FF;
}
.BgClassName
{
background-color: #D0B0FF;
}
</style>
border-color css
<style>
span { border-color: #D0B0FF; }
span { border-color: rgb(208,176,255); }
td.TdClassName
{
border-color: #D0B0FF;
}
.TagClassName
{
border-color: #D0B0FF;
}
</style>