Shades of Mauve #DCB3F6
Tints of Mauve #DCB3F6
RGB
CMYK
RGB Variations
Color information
#DCB3F6 (or 0xDCB3F6) is known color: Mauve. HEX triplet: DC, B3 and F6. RGB value is (220,179,246). Sum of RGB (Red+Green+Blue) = 220+179+246=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 179 (70.31% from 255 or 27.75% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCB3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3F6 is #234C09. Grayscale: #C6C6C6. Windows color (decimal): -2313226 or 16167900. OLE color: 16167900.
HSL color Cylindrical-coordinate representation of color #DCB3F6: hue angle of 276.72º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCB3F6 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 179 | 246 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.04 |
| HSL | 276.72º | 0.79% | 0.83% | - |
| HSV(B) | 276.72º | 0.27% | 0.96% | - |
| XYZ | 62.27 | 54.11 | 94.35 | - |
| YUV | 198.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 246 | 0.11 | 0.27 | 0 | 0.04 | 276.72 | 0.79 | 0.83 |
| Hex | DC | B3 | F6 | B | 1B | 0 | 4 | 115 | 4F | 53 |
| Octal | 334 | 263 | 366 | 13 | 33 | 0 | 4 | 425 | 117 | 123 |
| Binary | 11011100 | 10110011 | 11110110 | 1011 | 11011 | 0 | 100 | 100010101 | 1001111 | 1010011 |
Color Harmonies of #DCB3F6
Complementary color
Monochromatic Colors of #DCB3F6
Black with #DCB3F6
Text Example
Text Example
White with #DCB3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3F6; }
p { color: rgb(220,179,246); }
H1.HeaderClassName
{
color: #DCB3F6;
}
.AnyTagClassName
{
color: #DCB3F6;
}
</style>
background-color css
<style>
a { background-color: #DCB3F6; }
a { background-color: rgb(220,179,246); }
div.DivClassName
{
background-color: #DCB3F6;
}
.BgClassName
{
background-color: #DCB3F6;
}
</style>
border-color css
<style>
span { border-color: #DCB3F6; }
span { border-color: rgb(220,179,246); }
td.TdClassName
{
border-color: #DCB3F6;
}
.TagClassName
{
border-color: #DCB3F6;
}
</style>