Shades of Mauve #DCB7FE
Tints of Mauve #DCB7FE
RGB
CMYK
RGB Variations
Color information
#DCB7FE (or 0xDCB7FE) is known color: Mauve. HEX triplet: DC, B7 and FE. RGB value is (220,183,254). Sum of RGB (Red+Green+Blue) = 220+183+254=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 183 (71.88% from 255 or 27.85% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCB7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7FE is #234801. Grayscale: #C9C9C9. Windows color (decimal): -2312194 or 16693212. OLE color: 16693212.
HSL color Cylindrical-coordinate representation of color #DCB7FE: hue angle of 271.27º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCB7FE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 183 | 254 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.00 |
| HSL | 271.27º | 0.97% | 0.86% | - |
| HSV(B) | 271.27º | 0.28% | 1% | - |
| XYZ | 64.34 | 56.24 | 101.23 | - |
| YUV | 202.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 254 | 0.13 | 0.28 | 0 | 0.00 | 271.27 | 0.97 | 0.86 |
| Hex | DC | B7 | FE | D | 1C | 0 | 0 | 10F | 61 | 56 |
| Octal | 334 | 267 | 376 | 15 | 34 | 0 | 0 | 417 | 141 | 126 |
| Binary | 11011100 | 10110111 | 11111110 | 1101 | 11100 | 0 | 0 | 100001111 | 1100001 | 1010110 |
Color Harmonies of #DCB7FE
Complementary color
Monochromatic Colors of #DCB7FE
Black with #DCB7FE
Text Example
Text Example
White with #DCB7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7FE; }
p { color: rgb(220,183,254); }
H1.HeaderClassName
{
color: #DCB7FE;
}
.AnyTagClassName
{
color: #DCB7FE;
}
</style>
background-color css
<style>
a { background-color: #DCB7FE; }
a { background-color: rgb(220,183,254); }
div.DivClassName
{
background-color: #DCB7FE;
}
.BgClassName
{
background-color: #DCB7FE;
}
</style>
border-color css
<style>
span { border-color: #DCB7FE; }
span { border-color: rgb(220,183,254); }
td.TdClassName
{
border-color: #DCB7FE;
}
.TagClassName
{
border-color: #DCB7FE;
}
</style>