Shades of Mauve #DCBAEB
Tints of Mauve #DCBAEB
RGB
CMYK
RGB Variations
Color information
#DCBAEB (or 0xDCBAEB) is known color: Mauve. HEX triplet: DC, BA and EB. RGB value is (220,186,235). Sum of RGB (Red+Green+Blue) = 220+186+235=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCBAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAEB is #234514. Grayscale: #C9C9C9. Windows color (decimal): -2311445 or 15448796. OLE color: 15448796.
HSL color Cylindrical-coordinate representation of color #DCBAEB: hue angle of 281.63º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBAEB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 186 | 235 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.08 |
| HSL | 281.63º | 0.55% | 0.83% | - |
| HSV(B) | 281.63º | 0.21% | 0.92% | - |
| XYZ | 62.07 | 56.33 | 86.2 | - |
| YUV | 201.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 235 | 0.06 | 0.21 | 0 | 0.08 | 281.63 | 0.55 | 0.83 |
| Hex | DC | BA | EB | 6 | 15 | 0 | 8 | 11A | 37 | 53 |
| Octal | 334 | 272 | 353 | 6 | 25 | 0 | 10 | 432 | 67 | 123 |
| Binary | 11011100 | 10111010 | 11101011 | 110 | 10101 | 0 | 1000 | 100011010 | 110111 | 1010011 |
Color Harmonies of #DCBAEB
Complementary color
Monochromatic Colors of #DCBAEB
Black with #DCBAEB
Text Example
Text Example
White with #DCBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAEB; }
p { color: rgb(220,186,235); }
H1.HeaderClassName
{
color: #DCBAEB;
}
.AnyTagClassName
{
color: #DCBAEB;
}
</style>
background-color css
<style>
a { background-color: #DCBAEB; }
a { background-color: rgb(220,186,235); }
div.DivClassName
{
background-color: #DCBAEB;
}
.BgClassName
{
background-color: #DCBAEB;
}
</style>
border-color css
<style>
span { border-color: #DCBAEB; }
span { border-color: rgb(220,186,235); }
td.TdClassName
{
border-color: #DCBAEB;
}
.TagClassName
{
border-color: #DCBAEB;
}
</style>