Shades of Mauve #DCB6F5
Tints of Mauve #DCB6F5
RGB
CMYK
RGB Variations
Color information
#DCB6F5 (or 0xDCB6F5) is known color: Mauve. HEX triplet: DC, B6 and F5. RGB value is (220,182,245). Sum of RGB (Red+Green+Blue) = 220+182+245=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 182 (71.48% from 255 or 28.13% from 647); Blue value is 245 (96.09% from 255 or 37.87% from 647); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCB6F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6F5 is #23490A. Grayscale: #C8C8C8. Windows color (decimal): -2312459 or 16103132. OLE color: 16103132.
HSL color Cylindrical-coordinate representation of color #DCB6F5: hue angle of 276.19º degrees, saturation: 0.76, 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 #DCB6F5 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 182 | 245 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.04 |
| HSL | 276.19º | 0.76% | 0.84% | - |
| HSV(B) | 276.19º | 0.26% | 0.96% | - |
| XYZ | 62.72 | 55.26 | 93.75 | - |
| YUV | 200.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 245 | 0.10 | 0.26 | 0 | 0.04 | 276.19 | 0.76 | 0.84 |
| Hex | DC | B6 | F5 | A | 1A | 0 | 4 | 114 | 4C | 54 |
| Octal | 334 | 266 | 365 | 12 | 32 | 0 | 4 | 424 | 114 | 124 |
| Binary | 11011100 | 10110110 | 11110101 | 1010 | 11010 | 0 | 100 | 100010100 | 1001100 | 1010100 |
Color Harmonies of #DCB6F5
Complementary color
Monochromatic Colors of #DCB6F5
Black with #DCB6F5
Text Example
Text Example
White with #DCB6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6F5; }
p { color: rgb(220,182,245); }
H1.HeaderClassName
{
color: #DCB6F5;
}
.AnyTagClassName
{
color: #DCB6F5;
}
</style>
background-color css
<style>
a { background-color: #DCB6F5; }
a { background-color: rgb(220,182,245); }
div.DivClassName
{
background-color: #DCB6F5;
}
.BgClassName
{
background-color: #DCB6F5;
}
</style>
border-color css
<style>
span { border-color: #DCB6F5; }
span { border-color: rgb(220,182,245); }
td.TdClassName
{
border-color: #DCB6F5;
}
.TagClassName
{
border-color: #DCB6F5;
}
</style>