Shades of Mauve #DCB0FF
Tints of Mauve #DCB0FF
RGB
CMYK
RGB Variations
Color information
#DCB0FF (or 0xDCB0FF) is known color: Mauve. HEX triplet: DC, B0 and FF. RGB value is (220,176,255). Sum of RGB (Red+Green+Blue) = 220+176+255=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0FF is #234F00. Grayscale: #C5C5C5. Windows color (decimal): -2313985 or 16756956. OLE color: 16756956.
HSL color Cylindrical-coordinate representation of color #DCB0FF: hue angle of 273.42º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCB0FF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 176 | 255 | - |
| CMYK | 0.14 | 0.31 | 0 | 0 |
| HSL | 273.42º | 1% | 0.85% | - |
| HSV(B) | 273.42º | 0.31% | 1% | - |
| XYZ | 63.09 | 53.49 | 101.61 | - |
| YUV | 198.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 255 | 0.14 | 0.31 | 0 | 0 | 273.42 | 1 | 0.85 |
| Hex | DC | B0 | FF | E | 1F | 0 | 0 | 111 | 64 | 55 |
| Octal | 334 | 260 | 377 | 16 | 37 | 0 | 0 | 421 | 144 | 125 |
| Binary | 11011100 | 10110000 | 11111111 | 1110 | 11111 | 0 | 0 | 100010001 | 1100100 | 1010101 |
Color Harmonies of #DCB0FF
Complementary color
Monochromatic Colors of #DCB0FF
Black with #DCB0FF
Text Example
Text Example
White with #DCB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0FF; }
p { color: rgb(220,176,255); }
H1.HeaderClassName
{
color: #DCB0FF;
}
.AnyTagClassName
{
color: #DCB0FF;
}
</style>
background-color css
<style>
a { background-color: #DCB0FF; }
a { background-color: rgb(220,176,255); }
div.DivClassName
{
background-color: #DCB0FF;
}
.BgClassName
{
background-color: #DCB0FF;
}
</style>
border-color css
<style>
span { border-color: #DCB0FF; }
span { border-color: rgb(220,176,255); }
td.TdClassName
{
border-color: #DCB0FF;
}
.TagClassName
{
border-color: #DCB0FF;
}
</style>