Shades of Mauve #DCBAEA
Tints of Mauve #DCBAEA
RGB
CMYK
RGB Variations
Color information
#DCBAEA (or 0xDCBAEA) is known color: Mauve. HEX triplet: DC, BA and EA. RGB value is (220,186,234). Sum of RGB (Red+Green+Blue) = 220+186+234=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAEA is #234515. Grayscale: #C9C9C9. Windows color (decimal): -2311446 or 15383260. OLE color: 15383260.
HSL color Cylindrical-coordinate representation of color #DCBAEA: hue angle of 282.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBAEA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 186 | 234 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.08 |
| HSL | 282.5º | 0.53% | 0.82% | - |
| HSV(B) | 282.5º | 0.21% | 0.92% | - |
| XYZ | 61.93 | 56.27 | 85.44 | - |
| YUV | 201.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 234 | 0.06 | 0.21 | 0 | 0.08 | 282.5 | 0.53 | 0.82 |
| Hex | DC | BA | EA | 6 | 15 | 0 | 8 | 11A | 35 | 52 |
| Octal | 334 | 272 | 352 | 6 | 25 | 0 | 10 | 432 | 65 | 122 |
| Binary | 11011100 | 10111010 | 11101010 | 110 | 10101 | 0 | 1000 | 100011010 | 110101 | 1010010 |
Color Harmonies of #DCBAEA
Complementary color
Monochromatic Colors of #DCBAEA
Black with #DCBAEA
Text Example
Text Example
White with #DCBAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAEA; }
p { color: rgb(220,186,234); }
H1.HeaderClassName
{
color: #DCBAEA;
}
.AnyTagClassName
{
color: #DCBAEA;
}
</style>
background-color css
<style>
a { background-color: #DCBAEA; }
a { background-color: rgb(220,186,234); }
div.DivClassName
{
background-color: #DCBAEA;
}
.BgClassName
{
background-color: #DCBAEA;
}
</style>
border-color css
<style>
span { border-color: #DCBAEA; }
span { border-color: rgb(220,186,234); }
td.TdClassName
{
border-color: #DCBAEA;
}
.TagClassName
{
border-color: #DCBAEA;
}
</style>