Shades of Mauve #DCB9FE
Tints of Mauve #DCB9FE
RGB
CMYK
RGB Variations
Color information
#DCB9FE (or 0xDCB9FE) is known color: Mauve. HEX triplet: DC, B9 and FE. RGB value is (220,185,254). Sum of RGB (Red+Green+Blue) = 220+185+254=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9FE is #234601. Grayscale: #CBCBCB. Windows color (decimal): -2311682 or 16693724. OLE color: 16693724.
HSL color Cylindrical-coordinate representation of color #DCB9FE: hue angle of 270.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCB9FE is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 185 | 254 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.00 |
| HSL | 270.43º | 0.97% | 0.86% | - |
| HSV(B) | 270.43º | 0.27% | 1% | - |
| XYZ | 64.75 | 57.07 | 101.37 | - |
| YUV | 203.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 254 | 0.13 | 0.27 | 0 | 0.00 | 270.43 | 0.97 | 0.86 |
| Hex | DC | B9 | FE | D | 1B | 0 | 0 | 10E | 61 | 56 |
| Octal | 334 | 271 | 376 | 15 | 33 | 0 | 0 | 416 | 141 | 126 |
| Binary | 11011100 | 10111001 | 11111110 | 1101 | 11011 | 0 | 0 | 100001110 | 1100001 | 1010110 |
Color Harmonies of #DCB9FE
Complementary color
Monochromatic Colors of #DCB9FE
Black with #DCB9FE
Text Example
Text Example
White with #DCB9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9FE; }
p { color: rgb(220,185,254); }
H1.HeaderClassName
{
color: #DCB9FE;
}
.AnyTagClassName
{
color: #DCB9FE;
}
</style>
background-color css
<style>
a { background-color: #DCB9FE; }
a { background-color: rgb(220,185,254); }
div.DivClassName
{
background-color: #DCB9FE;
}
.BgClassName
{
background-color: #DCB9FE;
}
</style>
border-color css
<style>
span { border-color: #DCB9FE; }
span { border-color: rgb(220,185,254); }
td.TdClassName
{
border-color: #DCB9FE;
}
.TagClassName
{
border-color: #DCB9FE;
}
</style>