Shades of Mauve #DCBCF8
Tints of Mauve #DCBCF8
RGB
CMYK
RGB Variations
Color information
#DCBCF8 (or 0xDCBCF8) is known color: Mauve. HEX triplet: DC, BC and F8. RGB value is (220,188,248). Sum of RGB (Red+Green+Blue) = 220+188+248=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCBCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCF8 is #234307. Grayscale: #CCCCCC. Windows color (decimal): -2310920 or 16301276. OLE color: 16301276.
HSL color Cylindrical-coordinate representation of color #DCBCF8: hue angle of 272º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBCF8 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 188 | 248 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.03 |
| HSL | 272º | 0.81% | 0.85% | - |
| HSV(B) | 272º | 0.24% | 0.97% | - |
| XYZ | 64.44 | 57.96 | 96.6 | - |
| YUV | 204.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 248 | 0.11 | 0.24 | 0 | 0.03 | 272 | 0.81 | 0.85 |
| Hex | DC | BC | F8 | B | 18 | 0 | 3 | 110 | 51 | 55 |
| Octal | 334 | 274 | 370 | 13 | 30 | 0 | 3 | 420 | 121 | 125 |
| Binary | 11011100 | 10111100 | 11111000 | 1011 | 11000 | 0 | 11 | 100010000 | 1010001 | 1010101 |
Color Harmonies of #DCBCF8
Complementary color
Monochromatic Colors of #DCBCF8
Black with #DCBCF8
Text Example
Text Example
White with #DCBCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCF8; }
p { color: rgb(220,188,248); }
H1.HeaderClassName
{
color: #DCBCF8;
}
.AnyTagClassName
{
color: #DCBCF8;
}
</style>
background-color css
<style>
a { background-color: #DCBCF8; }
a { background-color: rgb(220,188,248); }
div.DivClassName
{
background-color: #DCBCF8;
}
.BgClassName
{
background-color: #DCBCF8;
}
</style>
border-color css
<style>
span { border-color: #DCBCF8; }
span { border-color: rgb(220,188,248); }
td.TdClassName
{
border-color: #DCBCF8;
}
.TagClassName
{
border-color: #DCBCF8;
}
</style>