Shades of Mauve #DCB0F9
Tints of Mauve #DCB0F9
RGB
CMYK
RGB Variations
Color information
#DCB0F9 (or 0xDCB0F9) is known color: Mauve. HEX triplet: DC, B0 and F9. RGB value is (220,176,249). Sum of RGB (Red+Green+Blue) = 220+176+249=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 176 (69.14% from 255 or 27.29% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCB0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0F9 is #234F06. Grayscale: #C5C5C5. Windows color (decimal): -2313991 or 16363740. OLE color: 16363740.
HSL color Cylindrical-coordinate representation of color #DCB0F9: hue angle of 276.16º 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 #DCB0F9 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 176 | 249 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.02 |
| HSL | 276.16º | 0.86% | 0.83% | - |
| HSV(B) | 276.16º | 0.29% | 0.98% | - |
| XYZ | 62.14 | 53.11 | 96.6 | - |
| YUV | 197.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 249 | 0.12 | 0.29 | 0 | 0.02 | 276.16 | 0.86 | 0.83 |
| Hex | DC | B0 | F9 | C | 1D | 0 | 2 | 114 | 56 | 53 |
| Octal | 334 | 260 | 371 | 14 | 35 | 0 | 2 | 424 | 126 | 123 |
| Binary | 11011100 | 10110000 | 11111001 | 1100 | 11101 | 0 | 10 | 100010100 | 1010110 | 1010011 |
Color Harmonies of #DCB0F9
Complementary color
Monochromatic Colors of #DCB0F9
Black with #DCB0F9
Text Example
Text Example
White with #DCB0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0F9; }
p { color: rgb(220,176,249); }
H1.HeaderClassName
{
color: #DCB0F9;
}
.AnyTagClassName
{
color: #DCB0F9;
}
</style>
background-color css
<style>
a { background-color: #DCB0F9; }
a { background-color: rgb(220,176,249); }
div.DivClassName
{
background-color: #DCB0F9;
}
.BgClassName
{
background-color: #DCB0F9;
}
</style>
border-color css
<style>
span { border-color: #DCB0F9; }
span { border-color: rgb(220,176,249); }
td.TdClassName
{
border-color: #DCB0F9;
}
.TagClassName
{
border-color: #DCB0F9;
}
</style>