Shades of Mauve #DCBCED
Tints of Mauve #DCBCED
RGB
CMYK
RGB Variations
Color information
#DCBCED (or 0xDCBCED) is known color: Mauve. HEX triplet: DC, BC and ED. RGB value is (220,188,237). Sum of RGB (Red+Green+Blue) = 220+188+237=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCBCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCED is #234312. Grayscale: #CACACA. Windows color (decimal): -2310931 or 15580380. OLE color: 15580380.
HSL color Cylindrical-coordinate representation of color #DCBCED: hue angle of 279.18º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBCED is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 188 | 237 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.07 |
| HSL | 279.18º | 0.58% | 0.83% | - |
| HSV(B) | 279.18º | 0.21% | 0.93% | - |
| XYZ | 62.78 | 57.3 | 87.87 | - |
| YUV | 203.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 237 | 0.07 | 0.21 | 0 | 0.07 | 279.18 | 0.58 | 0.83 |
| Hex | DC | BC | ED | 7 | 15 | 0 | 7 | 117 | 3A | 53 |
| Octal | 334 | 274 | 355 | 7 | 25 | 0 | 7 | 427 | 72 | 123 |
| Binary | 11011100 | 10111100 | 11101101 | 111 | 10101 | 0 | 111 | 100010111 | 111010 | 1010011 |
Color Harmonies of #DCBCED
Complementary color
Monochromatic Colors of #DCBCED
Black with #DCBCED
Text Example
Text Example
White with #DCBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCED; }
p { color: rgb(220,188,237); }
H1.HeaderClassName
{
color: #DCBCED;
}
.AnyTagClassName
{
color: #DCBCED;
}
</style>
background-color css
<style>
a { background-color: #DCBCED; }
a { background-color: rgb(220,188,237); }
div.DivClassName
{
background-color: #DCBCED;
}
.BgClassName
{
background-color: #DCBCED;
}
</style>
border-color css
<style>
span { border-color: #DCBCED; }
span { border-color: rgb(220,188,237); }
td.TdClassName
{
border-color: #DCBCED;
}
.TagClassName
{
border-color: #DCBCED;
}
</style>