Shades of Mauve #DCB7EF
Tints of Mauve #DCB7EF
RGB
CMYK
RGB Variations
Color information
#DCB7EF (or 0xDCB7EF) is known color: Mauve. HEX triplet: DC, B7 and EF. RGB value is (220,183,239). Sum of RGB (Red+Green+Blue) = 220+183+239=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 183 (71.88% from 255 or 28.50% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCB7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7EF is #234810. Grayscale: #C8C8C8. Windows color (decimal): -2312209 or 15710172. OLE color: 15710172.
HSL color Cylindrical-coordinate representation of color #DCB7EF: hue angle of 279.64º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB7EF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 183 | 239 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.06 |
| HSL | 279.64º | 0.64% | 0.83% | - |
| HSV(B) | 279.64º | 0.23% | 0.94% | - |
| XYZ | 62.03 | 55.31 | 89.07 | - |
| YUV | 200.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 239 | 0.08 | 0.23 | 0 | 0.06 | 279.64 | 0.64 | 0.83 |
| Hex | DC | B7 | EF | 8 | 17 | 0 | 6 | 118 | 40 | 53 |
| Octal | 334 | 267 | 357 | 10 | 27 | 0 | 6 | 430 | 100 | 123 |
| Binary | 11011100 | 10110111 | 11101111 | 1000 | 10111 | 0 | 110 | 100011000 | 1000000 | 1010011 |
Color Harmonies of #DCB7EF
Complementary color
Monochromatic Colors of #DCB7EF
Black with #DCB7EF
Text Example
Text Example
White with #DCB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7EF; }
p { color: rgb(220,183,239); }
H1.HeaderClassName
{
color: #DCB7EF;
}
.AnyTagClassName
{
color: #DCB7EF;
}
</style>
background-color css
<style>
a { background-color: #DCB7EF; }
a { background-color: rgb(220,183,239); }
div.DivClassName
{
background-color: #DCB7EF;
}
.BgClassName
{
background-color: #DCB7EF;
}
</style>
border-color css
<style>
span { border-color: #DCB7EF; }
span { border-color: rgb(220,183,239); }
td.TdClassName
{
border-color: #DCB7EF;
}
.TagClassName
{
border-color: #DCB7EF;
}
</style>