Shades of Mauve #DCBBF6
Tints of Mauve #DCBBF6
RGB
CMYK
RGB Variations
Color information
#DCBBF6 (or 0xDCBBF6) is known color: Mauve. HEX triplet: DC, BB and F6. RGB value is (220,187,246). Sum of RGB (Red+Green+Blue) = 220+187+246=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCBBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBF6 is #234409. Grayscale: #CBCBCB. Windows color (decimal): -2311178 or 16169948. OLE color: 16169948.
HSL color Cylindrical-coordinate representation of color #DCBBF6: hue angle of 273.56º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBBF6 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 187 | 246 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.04 |
| HSL | 273.56º | 0.77% | 0.85% | - |
| HSV(B) | 273.56º | 0.24% | 0.96% | - |
| XYZ | 63.92 | 57.41 | 94.9 | - |
| YUV | 203.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 246 | 0.11 | 0.24 | 0 | 0.04 | 273.56 | 0.77 | 0.85 |
| Hex | DC | BB | F6 | B | 18 | 0 | 4 | 112 | 4D | 55 |
| Octal | 334 | 273 | 366 | 13 | 30 | 0 | 4 | 422 | 115 | 125 |
| Binary | 11011100 | 10111011 | 11110110 | 1011 | 11000 | 0 | 100 | 100010010 | 1001101 | 1010101 |
Color Harmonies of #DCBBF6
Complementary color
Monochromatic Colors of #DCBBF6
Black with #DCBBF6
Text Example
Text Example
White with #DCBBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBF6; }
p { color: rgb(220,187,246); }
H1.HeaderClassName
{
color: #DCBBF6;
}
.AnyTagClassName
{
color: #DCBBF6;
}
</style>
background-color css
<style>
a { background-color: #DCBBF6; }
a { background-color: rgb(220,187,246); }
div.DivClassName
{
background-color: #DCBBF6;
}
.BgClassName
{
background-color: #DCBBF6;
}
</style>
border-color css
<style>
span { border-color: #DCBBF6; }
span { border-color: rgb(220,187,246); }
td.TdClassName
{
border-color: #DCBBF6;
}
.TagClassName
{
border-color: #DCBBF6;
}
</style>