Shades of Mauve #DCB7F6
Tints of Mauve #DCB7F6
RGB
CMYK
RGB Variations
Color information
#DCB7F6 (or 0xDCB7F6) is known color: Mauve. HEX triplet: DC, B7 and F6. RGB value is (220,183,246). Sum of RGB (Red+Green+Blue) = 220+183+246=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCB7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7F6 is #234809. Grayscale: #C9C9C9. Windows color (decimal): -2312202 or 16168924. OLE color: 16168924.
HSL color Cylindrical-coordinate representation of color #DCB7F6: hue angle of 275.24º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCB7F6 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 183 | 246 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.04 |
| HSL | 275.24º | 0.78% | 0.84% | - |
| HSV(B) | 275.24º | 0.26% | 0.96% | - |
| XYZ | 63.08 | 55.74 | 94.62 | - |
| YUV | 201.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 246 | 0.11 | 0.26 | 0 | 0.04 | 275.24 | 0.78 | 0.84 |
| Hex | DC | B7 | F6 | B | 1A | 0 | 4 | 113 | 4E | 54 |
| Octal | 334 | 267 | 366 | 13 | 32 | 0 | 4 | 423 | 116 | 124 |
| Binary | 11011100 | 10110111 | 11110110 | 1011 | 11010 | 0 | 100 | 100010011 | 1001110 | 1010100 |
Color Harmonies of #DCB7F6
Complementary color
Monochromatic Colors of #DCB7F6
Black with #DCB7F6
Text Example
Text Example
White with #DCB7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7F6; }
p { color: rgb(220,183,246); }
H1.HeaderClassName
{
color: #DCB7F6;
}
.AnyTagClassName
{
color: #DCB7F6;
}
</style>
background-color css
<style>
a { background-color: #DCB7F6; }
a { background-color: rgb(220,183,246); }
div.DivClassName
{
background-color: #DCB7F6;
}
.BgClassName
{
background-color: #DCB7F6;
}
</style>
border-color css
<style>
span { border-color: #DCB7F6; }
span { border-color: rgb(220,183,246); }
td.TdClassName
{
border-color: #DCB7F6;
}
.TagClassName
{
border-color: #DCB7F6;
}
</style>