Shades of Mauve #DCB1FC
Tints of Mauve #DCB1FC
RGB
CMYK
RGB Variations
Color information
#DCB1FC (or 0xDCB1FC) is known color: Mauve. HEX triplet: DC, B1 and FC. RGB value is (220,177,252). Sum of RGB (Red+Green+Blue) = 220+177+252=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 177 (69.53% from 255 or 27.27% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCB1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB1FC is #234E03. Grayscale: #C6C6C6. Windows color (decimal): -2313732 or 16560604. OLE color: 16560604.
HSL color Cylindrical-coordinate representation of color #DCB1FC: hue angle of 274.4º 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 #DCB1FC is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 177 | 252 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.01 |
| HSL | 274.4º | 0.93% | 0.84% | - |
| HSV(B) | 274.4º | 0.3% | 0.99% | - |
| XYZ | 62.81 | 53.69 | 99.15 | - |
| YUV | 198.41 | 158.25 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 252 | 0.13 | 0.30 | 0 | 0.01 | 274.4 | 0.93 | 0.84 |
| Hex | DC | B1 | FC | D | 1E | 0 | 1 | 112 | 5D | 54 |
| Octal | 334 | 261 | 374 | 15 | 36 | 0 | 1 | 422 | 135 | 124 |
| Binary | 11011100 | 10110001 | 11111100 | 1101 | 11110 | 0 | 1 | 100010010 | 1011101 | 1010100 |
Color Harmonies of #DCB1FC
Complementary color
Monochromatic Colors of #DCB1FC
Black with #DCB1FC
Text Example
Text Example
White with #DCB1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1FC; }
p { color: rgb(220,177,252); }
H1.HeaderClassName
{
color: #DCB1FC;
}
.AnyTagClassName
{
color: #DCB1FC;
}
</style>
background-color css
<style>
a { background-color: #DCB1FC; }
a { background-color: rgb(220,177,252); }
div.DivClassName
{
background-color: #DCB1FC;
}
.BgClassName
{
background-color: #DCB1FC;
}
</style>
border-color css
<style>
span { border-color: #DCB1FC; }
span { border-color: rgb(220,177,252); }
td.TdClassName
{
border-color: #DCB1FC;
}
.TagClassName
{
border-color: #DCB1FC;
}
</style>