Shades of Mauve #DCB6FB
Tints of Mauve #DCB6FB
RGB
CMYK
RGB Variations
Color information
#DCB6FB (or 0xDCB6FB) is known color: Mauve. HEX triplet: DC, B6 and FB. RGB value is (220,182,251). Sum of RGB (Red+Green+Blue) = 220+182+251=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 182 (71.48% from 255 or 27.87% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCB6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6FB is #234904. Grayscale: #C8C8C8. Windows color (decimal): -2312453 or 16496348. OLE color: 16496348.
HSL color Cylindrical-coordinate representation of color #DCB6FB: hue angle of 273.04º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCB6FB is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 182 | 251 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.02 |
| HSL | 273.04º | 0.9% | 0.85% | - |
| HSV(B) | 273.04º | 0.27% | 0.98% | - |
| XYZ | 63.66 | 55.64 | 98.65 | - |
| YUV | 201.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 251 | 0.12 | 0.27 | 0 | 0.02 | 273.04 | 0.9 | 0.85 |
| Hex | DC | B6 | FB | C | 1B | 0 | 2 | 111 | 5A | 55 |
| Octal | 334 | 266 | 373 | 14 | 33 | 0 | 2 | 421 | 132 | 125 |
| Binary | 11011100 | 10110110 | 11111011 | 1100 | 11011 | 0 | 10 | 100010001 | 1011010 | 1010101 |
Color Harmonies of #DCB6FB
Complementary color
Monochromatic Colors of #DCB6FB
Black with #DCB6FB
Text Example
Text Example
White with #DCB6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6FB; }
p { color: rgb(220,182,251); }
H1.HeaderClassName
{
color: #DCB6FB;
}
.AnyTagClassName
{
color: #DCB6FB;
}
</style>
background-color css
<style>
a { background-color: #DCB6FB; }
a { background-color: rgb(220,182,251); }
div.DivClassName
{
background-color: #DCB6FB;
}
.BgClassName
{
background-color: #DCB6FB;
}
</style>
border-color css
<style>
span { border-color: #DCB6FB; }
span { border-color: rgb(220,182,251); }
td.TdClassName
{
border-color: #DCB6FB;
}
.TagClassName
{
border-color: #DCB6FB;
}
</style>