Shades of Mauve #DCB0E9
Tints of Mauve #DCB0E9
RGB
CMYK
RGB Variations
Color information
#DCB0E9 (or 0xDCB0E9) is known color: Mauve. HEX triplet: DC, B0 and E9. RGB value is (220,176,233). Sum of RGB (Red+Green+Blue) = 220+176+233=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCB0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0E9 is #234F16. Grayscale: #C3C3C3. Windows color (decimal): -2314007 or 15315164. OLE color: 15315164.
HSL color Cylindrical-coordinate representation of color #DCB0E9: hue angle of 286.32º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCB0E9 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 176 | 233 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.09 |
| HSL | 286.32º | 0.56% | 0.8% | - |
| HSV(B) | 286.32º | 0.24% | 0.91% | - |
| XYZ | 59.75 | 52.15 | 84.01 | - |
| YUV | 195.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 233 | 0.06 | 0.24 | 0 | 0.09 | 286.32 | 0.56 | 0.8 |
| Hex | DC | B0 | E9 | 6 | 18 | 0 | 9 | 11E | 38 | 50 |
| Octal | 334 | 260 | 351 | 6 | 30 | 0 | 11 | 436 | 70 | 120 |
| Binary | 11011100 | 10110000 | 11101001 | 110 | 11000 | 0 | 1001 | 100011110 | 111000 | 1010000 |
Color Harmonies of #DCB0E9
Complementary color
Monochromatic Colors of #DCB0E9
Black with #DCB0E9
Text Example
Text Example
White with #DCB0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0E9; }
p { color: rgb(220,176,233); }
H1.HeaderClassName
{
color: #DCB0E9;
}
.AnyTagClassName
{
color: #DCB0E9;
}
</style>
background-color css
<style>
a { background-color: #DCB0E9; }
a { background-color: rgb(220,176,233); }
div.DivClassName
{
background-color: #DCB0E9;
}
.BgClassName
{
background-color: #DCB0E9;
}
</style>
border-color css
<style>
span { border-color: #DCB0E9; }
span { border-color: rgb(220,176,233); }
td.TdClassName
{
border-color: #DCB0E9;
}
.TagClassName
{
border-color: #DCB0E9;
}
</style>