Shades of Mauve #D0B0FD
Tints of Mauve #D0B0FD
RGB
CMYK
RGB Variations
Color information
#D0B0FD (or 0xD0B0FD) is known color: Mauve. HEX triplet: D0, B0 and FD. RGB value is (208,176,253). Sum of RGB (Red+Green+Blue) = 208+176+253=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0B0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0B0FD is #2F4F02. Grayscale: #C2C2C2. Windows color (decimal): -3100419 or 16625872. OLE color: 16625872.
HSL color Cylindrical-coordinate representation of color #D0B0FD: hue angle of 264.94º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0B0FD is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 176 | 253 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.01 |
| HSL | 264.94º | 0.95% | 0.84% | - |
| HSV(B) | 264.94º | 0.3% | 0.99% | - |
| XYZ | 59.27 | 51.55 | 99.76 | - |
| YUV | 194.35 | 161.1 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 176 | 253 | 0.18 | 0.30 | 0 | 0.01 | 264.94 | 0.95 | 0.84 |
| Hex | D0 | B0 | FD | 12 | 1E | 0 | 1 | 109 | 5F | 54 |
| Octal | 320 | 260 | 375 | 22 | 36 | 0 | 1 | 411 | 137 | 124 |
| Binary | 11010000 | 10110000 | 11111101 | 10010 | 11110 | 0 | 1 | 100001001 | 1011111 | 1010100 |
Color Harmonies of #D0B0FD
Complementary color
Monochromatic Colors of #D0B0FD
Black with #D0B0FD
Text Example
Text Example
White with #D0B0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B0FD; }
p { color: rgb(208,176,253); }
H1.HeaderClassName
{
color: #D0B0FD;
}
.AnyTagClassName
{
color: #D0B0FD;
}
</style>
background-color css
<style>
a { background-color: #D0B0FD; }
a { background-color: rgb(208,176,253); }
div.DivClassName
{
background-color: #D0B0FD;
}
.BgClassName
{
background-color: #D0B0FD;
}
</style>
border-color css
<style>
span { border-color: #D0B0FD; }
span { border-color: rgb(208,176,253); }
td.TdClassName
{
border-color: #D0B0FD;
}
.TagClassName
{
border-color: #D0B0FD;
}
</style>