Shades of Mauve #DCB9FF
Tints of Mauve #DCB9FF
RGB
CMYK
RGB Variations
Color information
#DCB9FF (or 0xDCB9FF) is known color: Mauve. HEX triplet: DC, B9 and FF. RGB value is (220,185,255). Sum of RGB (Red+Green+Blue) = 220+185+255=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 185 (72.66% from 255 or 28.03% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9FF is #234600. Grayscale: #CBCBCB. Windows color (decimal): -2311681 or 16759260. OLE color: 16759260.
HSL color Cylindrical-coordinate representation of color #DCB9FF: hue angle of 270º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCB9FF is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 185 | 255 | - |
| CMYK | 0.14 | 0.27 | 0 | 0 |
| HSL | 270º | 1% | 0.86% | - |
| HSV(B) | 270º | 0.27% | 1% | - |
| XYZ | 64.91 | 57.13 | 102.21 | - |
| YUV | 203.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 255 | 0.14 | 0.27 | 0 | 0 | 270 | 1 | 0.86 |
| Hex | DC | B9 | FF | E | 1B | 0 | 0 | 10E | 64 | 56 |
| Octal | 334 | 271 | 377 | 16 | 33 | 0 | 0 | 416 | 144 | 126 |
| Binary | 11011100 | 10111001 | 11111111 | 1110 | 11011 | 0 | 0 | 100001110 | 1100100 | 1010110 |
Color Harmonies of #DCB9FF
Complementary color
Monochromatic Colors of #DCB9FF
Black with #DCB9FF
Text Example
Text Example
White with #DCB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9FF; }
p { color: rgb(220,185,255); }
H1.HeaderClassName
{
color: #DCB9FF;
}
.AnyTagClassName
{
color: #DCB9FF;
}
</style>
background-color css
<style>
a { background-color: #DCB9FF; }
a { background-color: rgb(220,185,255); }
div.DivClassName
{
background-color: #DCB9FF;
}
.BgClassName
{
background-color: #DCB9FF;
}
</style>
border-color css
<style>
span { border-color: #DCB9FF; }
span { border-color: rgb(220,185,255); }
td.TdClassName
{
border-color: #DCB9FF;
}
.TagClassName
{
border-color: #DCB9FF;
}
</style>