Shades of Mauve #D0B0F9
Tints of Mauve #D0B0F9
RGB
CMYK
RGB Variations
Color information
#D0B0F9 (or 0xD0B0F9) is known color: Mauve. HEX triplet: D0, B0 and F9. RGB value is (208,176,249). Sum of RGB (Red+Green+Blue) = 208+176+249=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0B0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0B0F9 is #2F4F06. Grayscale: #C1C1C1. Windows color (decimal): -3100423 or 16363728. OLE color: 16363728.
HSL color Cylindrical-coordinate representation of color #D0B0F9: hue angle of 266.3º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0B0F9 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 176 | 249 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.02 |
| HSL | 266.3º | 0.86% | 0.83% | - |
| HSV(B) | 266.3º | 0.29% | 0.98% | - |
| XYZ | 58.64 | 51.3 | 96.43 | - |
| YUV | 193.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 176 | 249 | 0.16 | 0.29 | 0 | 0.02 | 266.3 | 0.86 | 0.83 |
| Hex | D0 | B0 | F9 | 10 | 1D | 0 | 2 | 10A | 56 | 53 |
| Octal | 320 | 260 | 371 | 20 | 35 | 0 | 2 | 412 | 126 | 123 |
| Binary | 11010000 | 10110000 | 11111001 | 10000 | 11101 | 0 | 10 | 100001010 | 1010110 | 1010011 |
Color Harmonies of #D0B0F9
Complementary color
Monochromatic Colors of #D0B0F9
Black with #D0B0F9
Text Example
Text Example
White with #D0B0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B0F9; }
p { color: rgb(208,176,249); }
H1.HeaderClassName
{
color: #D0B0F9;
}
.AnyTagClassName
{
color: #D0B0F9;
}
</style>
background-color css
<style>
a { background-color: #D0B0F9; }
a { background-color: rgb(208,176,249); }
div.DivClassName
{
background-color: #D0B0F9;
}
.BgClassName
{
background-color: #D0B0F9;
}
</style>
border-color css
<style>
span { border-color: #D0B0F9; }
span { border-color: rgb(208,176,249); }
td.TdClassName
{
border-color: #D0B0F9;
}
.TagClassName
{
border-color: #D0B0F9;
}
</style>