Shades of Mauve #DCB6FF
Tints of Mauve #DCB6FF
RGB
CMYK
RGB Variations
Color information
#DCB6FF (or 0xDCB6FF) is known color: Mauve. HEX triplet: DC, B6 and FF. RGB value is (220,182,255). Sum of RGB (Red+Green+Blue) = 220+182+255=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 182 (71.48% from 255 or 27.70% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6FF is #234900. Grayscale: #C9C9C9. Windows color (decimal): -2312449 or 16758492. OLE color: 16758492.
HSL color Cylindrical-coordinate representation of color #DCB6FF: hue angle of 271.23º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB6FF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 182 | 255 | - |
| CMYK | 0.14 | 0.29 | 0 | 0 |
| HSL | 271.23º | 1% | 0.86% | - |
| HSV(B) | 271.23º | 0.29% | 1% | - |
| XYZ | 64.29 | 55.89 | 102.01 | - |
| YUV | 201.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 255 | 0.14 | 0.29 | 0 | 0 | 271.23 | 1 | 0.86 |
| Hex | DC | B6 | FF | E | 1D | 0 | 0 | 10F | 64 | 56 |
| Octal | 334 | 266 | 377 | 16 | 35 | 0 | 0 | 417 | 144 | 126 |
| Binary | 11011100 | 10110110 | 11111111 | 1110 | 11101 | 0 | 0 | 100001111 | 1100100 | 1010110 |
Color Harmonies of #DCB6FF
Complementary color
Monochromatic Colors of #DCB6FF
Black with #DCB6FF
Text Example
Text Example
White with #DCB6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6FF; }
p { color: rgb(220,182,255); }
H1.HeaderClassName
{
color: #DCB6FF;
}
.AnyTagClassName
{
color: #DCB6FF;
}
</style>
background-color css
<style>
a { background-color: #DCB6FF; }
a { background-color: rgb(220,182,255); }
div.DivClassName
{
background-color: #DCB6FF;
}
.BgClassName
{
background-color: #DCB6FF;
}
</style>
border-color css
<style>
span { border-color: #DCB6FF; }
span { border-color: rgb(220,182,255); }
td.TdClassName
{
border-color: #DCB6FF;
}
.TagClassName
{
border-color: #DCB6FF;
}
</style>