Shades of Mauve #DCB7F5
Tints of Mauve #DCB7F5
RGB
CMYK
RGB Variations
Color information
#DCB7F5 (or 0xDCB7F5) is known color: Mauve. HEX triplet: DC, B7 and F5. RGB value is (220,183,245). Sum of RGB (Red+Green+Blue) = 220+183+245=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 183 (71.88% from 255 or 28.24% from 648); Blue value is 245 (96.09% from 255 or 37.81% from 648); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCB7F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7F5 is #23480A. Grayscale: #C8C8C8. Windows color (decimal): -2312203 or 16103388. OLE color: 16103388.
HSL color Cylindrical-coordinate representation of color #DCB7F5: hue angle of 275.81º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCB7F5 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 183 | 245 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.04 |
| HSL | 275.81º | 0.76% | 0.84% | - |
| HSV(B) | 275.81º | 0.25% | 0.96% | - |
| XYZ | 62.93 | 55.68 | 93.82 | - |
| YUV | 201.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 245 | 0.10 | 0.25 | 0 | 0.04 | 275.81 | 0.76 | 0.84 |
| Hex | DC | B7 | F5 | A | 19 | 0 | 4 | 114 | 4C | 54 |
| Octal | 334 | 267 | 365 | 12 | 31 | 0 | 4 | 424 | 114 | 124 |
| Binary | 11011100 | 10110111 | 11110101 | 1010 | 11001 | 0 | 100 | 100010100 | 1001100 | 1010100 |
Color Harmonies of #DCB7F5
Complementary color
Monochromatic Colors of #DCB7F5
Black with #DCB7F5
Text Example
Text Example
White with #DCB7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7F5; }
p { color: rgb(220,183,245); }
H1.HeaderClassName
{
color: #DCB7F5;
}
.AnyTagClassName
{
color: #DCB7F5;
}
</style>
background-color css
<style>
a { background-color: #DCB7F5; }
a { background-color: rgb(220,183,245); }
div.DivClassName
{
background-color: #DCB7F5;
}
.BgClassName
{
background-color: #DCB7F5;
}
</style>
border-color css
<style>
span { border-color: #DCB7F5; }
span { border-color: rgb(220,183,245); }
td.TdClassName
{
border-color: #DCB7F5;
}
.TagClassName
{
border-color: #DCB7F5;
}
</style>