Shades of Mauve #DCB8FF
Tints of Mauve #DCB8FF
RGB
CMYK
RGB Variations
Color information
#DCB8FF (or 0xDCB8FF) is known color: Mauve. HEX triplet: DC, B8 and FF. RGB value is (220,184,255). Sum of RGB (Red+Green+Blue) = 220+184+255=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 184 (72.27% from 255 or 27.92% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCB8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB8FF is #234700. Grayscale: #CACACA. Windows color (decimal): -2311937 or 16759004. OLE color: 16759004.
HSL color Cylindrical-coordinate representation of color #DCB8FF: hue angle of 270.42º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCB8FF is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 184 | 255 | - |
| CMYK | 0.14 | 0.28 | 0 | 0 |
| HSL | 270.42º | 1% | 0.86% | - |
| HSV(B) | 270.42º | 0.28% | 1% | - |
| XYZ | 64.71 | 56.72 | 102.14 | - |
| YUV | 202.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 255 | 0.14 | 0.28 | 0 | 0 | 270.42 | 1 | 0.86 |
| Hex | DC | B8 | FF | E | 1C | 0 | 0 | 10E | 64 | 56 |
| Octal | 334 | 270 | 377 | 16 | 34 | 0 | 0 | 416 | 144 | 126 |
| Binary | 11011100 | 10111000 | 11111111 | 1110 | 11100 | 0 | 0 | 100001110 | 1100100 | 1010110 |
Color Harmonies of #DCB8FF
Complementary color
Monochromatic Colors of #DCB8FF
Black with #DCB8FF
Text Example
Text Example
White with #DCB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8FF; }
p { color: rgb(220,184,255); }
H1.HeaderClassName
{
color: #DCB8FF;
}
.AnyTagClassName
{
color: #DCB8FF;
}
</style>
background-color css
<style>
a { background-color: #DCB8FF; }
a { background-color: rgb(220,184,255); }
div.DivClassName
{
background-color: #DCB8FF;
}
.BgClassName
{
background-color: #DCB8FF;
}
</style>
border-color css
<style>
span { border-color: #DCB8FF; }
span { border-color: rgb(220,184,255); }
td.TdClassName
{
border-color: #DCB8FF;
}
.TagClassName
{
border-color: #DCB8FF;
}
</style>