Shades of Mauve #DCB0FC
Tints of Mauve #DCB0FC
RGB
CMYK
RGB Variations
Color information
#DCB0FC (or 0xDCB0FC) is known color: Mauve. HEX triplet: DC, B0 and FC. RGB value is (220,176,252). Sum of RGB (Red+Green+Blue) = 220+176+252=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0FC is #234F03. Grayscale: #C5C5C5. Windows color (decimal): -2313988 or 16560348. OLE color: 16560348.
HSL color Cylindrical-coordinate representation of color #DCB0FC: hue angle of 274.74º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB0FC is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 176 | 252 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.01 |
| HSL | 274.74º | 0.93% | 0.84% | - |
| HSV(B) | 274.74º | 0.3% | 0.99% | - |
| XYZ | 62.61 | 53.29 | 99.08 | - |
| YUV | 197.82 | 158.58 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 252 | 0.13 | 0.30 | 0 | 0.01 | 274.74 | 0.93 | 0.84 |
| Hex | DC | B0 | FC | D | 1E | 0 | 1 | 113 | 5D | 54 |
| Octal | 334 | 260 | 374 | 15 | 36 | 0 | 1 | 423 | 135 | 124 |
| Binary | 11011100 | 10110000 | 11111100 | 1101 | 11110 | 0 | 1 | 100010011 | 1011101 | 1010100 |
Color Harmonies of #DCB0FC
Complementary color
Monochromatic Colors of #DCB0FC
Black with #DCB0FC
Text Example
Text Example
White with #DCB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0FC; }
p { color: rgb(220,176,252); }
H1.HeaderClassName
{
color: #DCB0FC;
}
.AnyTagClassName
{
color: #DCB0FC;
}
</style>
background-color css
<style>
a { background-color: #DCB0FC; }
a { background-color: rgb(220,176,252); }
div.DivClassName
{
background-color: #DCB0FC;
}
.BgClassName
{
background-color: #DCB0FC;
}
</style>
border-color css
<style>
span { border-color: #DCB0FC; }
span { border-color: rgb(220,176,252); }
td.TdClassName
{
border-color: #DCB0FC;
}
.TagClassName
{
border-color: #DCB0FC;
}
</style>