Shades of Mauve #DCB8F6
Tints of Mauve #DCB8F6
RGB
CMYK
RGB Variations
Color information
#DCB8F6 (or 0xDCB8F6) is known color: Mauve. HEX triplet: DC, B8 and F6. RGB value is (220,184,246). Sum of RGB (Red+Green+Blue) = 220+184+246=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 184 (72.27% from 255 or 28.31% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCB8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB8F6 is #234709. Grayscale: #C9C9C9. Windows color (decimal): -2311946 or 16169180. OLE color: 16169180.
HSL color Cylindrical-coordinate representation of color #DCB8F6: hue angle of 274.84º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCB8F6 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 184 | 246 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.04 |
| HSL | 274.84º | 0.78% | 0.84% | - |
| HSV(B) | 274.84º | 0.25% | 0.96% | - |
| XYZ | 63.29 | 56.15 | 94.69 | - |
| YUV | 201.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 246 | 0.11 | 0.25 | 0 | 0.04 | 274.84 | 0.78 | 0.84 |
| Hex | DC | B8 | F6 | B | 19 | 0 | 4 | 113 | 4E | 54 |
| Octal | 334 | 270 | 366 | 13 | 31 | 0 | 4 | 423 | 116 | 124 |
| Binary | 11011100 | 10111000 | 11110110 | 1011 | 11001 | 0 | 100 | 100010011 | 1001110 | 1010100 |
Color Harmonies of #DCB8F6
Complementary color
Monochromatic Colors of #DCB8F6
Black with #DCB8F6
Text Example
Text Example
White with #DCB8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8F6; }
p { color: rgb(220,184,246); }
H1.HeaderClassName
{
color: #DCB8F6;
}
.AnyTagClassName
{
color: #DCB8F6;
}
</style>
background-color css
<style>
a { background-color: #DCB8F6; }
a { background-color: rgb(220,184,246); }
div.DivClassName
{
background-color: #DCB8F6;
}
.BgClassName
{
background-color: #DCB8F6;
}
</style>
border-color css
<style>
span { border-color: #DCB8F6; }
span { border-color: rgb(220,184,246); }
td.TdClassName
{
border-color: #DCB8F6;
}
.TagClassName
{
border-color: #DCB8F6;
}
</style>