Shades of Mauve #DCB7F0
Tints of Mauve #DCB7F0
RGB
CMYK
RGB Variations
Color information
#DCB7F0 (or 0xDCB7F0) is known color: Mauve. HEX triplet: DC, B7 and F0. RGB value is (220,183,240). Sum of RGB (Red+Green+Blue) = 220+183+240=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCB7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7F0 is #23480F. Grayscale: #C8C8C8. Windows color (decimal): -2312208 or 15775708. OLE color: 15775708.
HSL color Cylindrical-coordinate representation of color #DCB7F0: hue angle of 278.95º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCB7F0 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 183 | 240 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.06 |
| HSL | 278.95º | 0.66% | 0.83% | - |
| HSV(B) | 278.95º | 0.24% | 0.94% | - |
| XYZ | 62.18 | 55.37 | 89.85 | - |
| YUV | 200.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 240 | 0.08 | 0.24 | 0 | 0.06 | 278.95 | 0.66 | 0.83 |
| Hex | DC | B7 | F0 | 8 | 18 | 0 | 6 | 117 | 42 | 53 |
| Octal | 334 | 267 | 360 | 10 | 30 | 0 | 6 | 427 | 102 | 123 |
| Binary | 11011100 | 10110111 | 11110000 | 1000 | 11000 | 0 | 110 | 100010111 | 1000010 | 1010011 |
Color Harmonies of #DCB7F0
Complementary color
Monochromatic Colors of #DCB7F0
Black with #DCB7F0
Text Example
Text Example
White with #DCB7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7F0; }
p { color: rgb(220,183,240); }
H1.HeaderClassName
{
color: #DCB7F0;
}
.AnyTagClassName
{
color: #DCB7F0;
}
</style>
background-color css
<style>
a { background-color: #DCB7F0; }
a { background-color: rgb(220,183,240); }
div.DivClassName
{
background-color: #DCB7F0;
}
.BgClassName
{
background-color: #DCB7F0;
}
</style>
border-color css
<style>
span { border-color: #DCB7F0; }
span { border-color: rgb(220,183,240); }
td.TdClassName
{
border-color: #DCB7F0;
}
.TagClassName
{
border-color: #DCB7F0;
}
</style>