Shades of Mauve #DCB6FE
Tints of Mauve #DCB6FE
RGB
CMYK
RGB Variations
Color information
#DCB6FE (or 0xDCB6FE) is known color: Mauve. HEX triplet: DC, B6 and FE. RGB value is (220,182,254). Sum of RGB (Red+Green+Blue) = 220+182+254=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 182 (71.48% from 255 or 27.74% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCB6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6FE is #234901. Grayscale: #C9C9C9. Windows color (decimal): -2312450 or 16692956. OLE color: 16692956.
HSL color Cylindrical-coordinate representation of color #DCB6FE: hue angle of 271.67º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCB6FE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 182 | 254 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.00 |
| HSL | 271.67º | 0.97% | 0.85% | - |
| HSV(B) | 271.67º | 0.28% | 1% | - |
| XYZ | 64.13 | 55.83 | 101.16 | - |
| YUV | 201.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 254 | 0.13 | 0.28 | 0 | 0.00 | 271.67 | 0.97 | 0.85 |
| Hex | DC | B6 | FE | D | 1C | 0 | 0 | 110 | 61 | 55 |
| Octal | 334 | 266 | 376 | 15 | 34 | 0 | 0 | 420 | 141 | 125 |
| Binary | 11011100 | 10110110 | 11111110 | 1101 | 11100 | 0 | 0 | 100010000 | 1100001 | 1010101 |
Color Harmonies of #DCB6FE
Complementary color
Monochromatic Colors of #DCB6FE
Black with #DCB6FE
Text Example
Text Example
White with #DCB6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6FE; }
p { color: rgb(220,182,254); }
H1.HeaderClassName
{
color: #DCB6FE;
}
.AnyTagClassName
{
color: #DCB6FE;
}
</style>
background-color css
<style>
a { background-color: #DCB6FE; }
a { background-color: rgb(220,182,254); }
div.DivClassName
{
background-color: #DCB6FE;
}
.BgClassName
{
background-color: #DCB6FE;
}
</style>
border-color css
<style>
span { border-color: #DCB6FE; }
span { border-color: rgb(220,182,254); }
td.TdClassName
{
border-color: #DCB6FE;
}
.TagClassName
{
border-color: #DCB6FE;
}
</style>