Shades of Mauve #DCB0F7
Tints of Mauve #DCB0F7
RGB
CMYK
RGB Variations
Color information
#DCB0F7 (or 0xDCB0F7) is known color: Mauve. HEX triplet: DC, B0 and F7. RGB value is (220,176,247). Sum of RGB (Red+Green+Blue) = 220+176+247=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCB0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0F7 is #234F08. Grayscale: #C5C5C5. Windows color (decimal): -2313993 or 16232668. OLE color: 16232668.
HSL color Cylindrical-coordinate representation of color #DCB0F7: hue angle of 277.18º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB0F7 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 176 | 247 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.03 |
| HSL | 277.18º | 0.82% | 0.83% | - |
| HSV(B) | 277.18º | 0.29% | 0.97% | - |
| XYZ | 61.83 | 52.98 | 94.96 | - |
| YUV | 197.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 247 | 0.11 | 0.29 | 0 | 0.03 | 277.18 | 0.82 | 0.83 |
| Hex | DC | B0 | F7 | B | 1D | 0 | 3 | 115 | 52 | 53 |
| Octal | 334 | 260 | 367 | 13 | 35 | 0 | 3 | 425 | 122 | 123 |
| Binary | 11011100 | 10110000 | 11110111 | 1011 | 11101 | 0 | 11 | 100010101 | 1010010 | 1010011 |
Color Harmonies of #DCB0F7
Complementary color
Monochromatic Colors of #DCB0F7
Black with #DCB0F7
Text Example
Text Example
White with #DCB0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0F7; }
p { color: rgb(220,176,247); }
H1.HeaderClassName
{
color: #DCB0F7;
}
.AnyTagClassName
{
color: #DCB0F7;
}
</style>
background-color css
<style>
a { background-color: #DCB0F7; }
a { background-color: rgb(220,176,247); }
div.DivClassName
{
background-color: #DCB0F7;
}
.BgClassName
{
background-color: #DCB0F7;
}
</style>
border-color css
<style>
span { border-color: #DCB0F7; }
span { border-color: rgb(220,176,247); }
td.TdClassName
{
border-color: #DCB0F7;
}
.TagClassName
{
border-color: #DCB0F7;
}
</style>