Shades of Mauve #DCB8E9
Tints of Mauve #DCB8E9
RGB
CMYK
RGB Variations
Color information
#DCB8E9 (or 0xDCB8E9) is known color: Mauve. HEX triplet: DC, B8 and E9. RGB value is (220,184,233). Sum of RGB (Red+Green+Blue) = 220+184+233=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCB8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB8E9 is #234716. Grayscale: #C8C8C8. Windows color (decimal): -2311959 or 15317212. OLE color: 15317212.
HSL color Cylindrical-coordinate representation of color #DCB8E9: hue angle of 284.08º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB8E9 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 184 | 233 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.09 |
| HSL | 284.08º | 0.53% | 0.82% | - |
| HSV(B) | 284.08º | 0.21% | 0.91% | - |
| XYZ | 61.36 | 55.38 | 84.55 | - |
| YUV | 200.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 233 | 0.06 | 0.21 | 0 | 0.09 | 284.08 | 0.53 | 0.82 |
| Hex | DC | B8 | E9 | 6 | 15 | 0 | 9 | 11C | 35 | 52 |
| Octal | 334 | 270 | 351 | 6 | 25 | 0 | 11 | 434 | 65 | 122 |
| Binary | 11011100 | 10111000 | 11101001 | 110 | 10101 | 0 | 1001 | 100011100 | 110101 | 1010010 |
Color Harmonies of #DCB8E9
Complementary color
Monochromatic Colors of #DCB8E9
Black with #DCB8E9
Text Example
Text Example
White with #DCB8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8E9; }
p { color: rgb(220,184,233); }
H1.HeaderClassName
{
color: #DCB8E9;
}
.AnyTagClassName
{
color: #DCB8E9;
}
</style>
background-color css
<style>
a { background-color: #DCB8E9; }
a { background-color: rgb(220,184,233); }
div.DivClassName
{
background-color: #DCB8E9;
}
.BgClassName
{
background-color: #DCB8E9;
}
</style>
border-color css
<style>
span { border-color: #DCB8E9; }
span { border-color: rgb(220,184,233); }
td.TdClassName
{
border-color: #DCB8E9;
}
.TagClassName
{
border-color: #DCB8E9;
}
</style>