Shades of Mauve #DCBAEF
Tints of Mauve #DCBAEF
RGB
CMYK
RGB Variations
Color information
#DCBAEF (or 0xDCBAEF) is known color: Mauve. HEX triplet: DC, BA and EF. RGB value is (220,186,239). Sum of RGB (Red+Green+Blue) = 220+186+239=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCBAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAEF is #234510. Grayscale: #CACACA. Windows color (decimal): -2311441 or 15710940. OLE color: 15710940.
HSL color Cylindrical-coordinate representation of color #DCBAEF: hue angle of 278.49º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBAEF is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 186 | 239 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.06 |
| HSL | 278.49º | 0.62% | 0.83% | - |
| HSV(B) | 278.49º | 0.22% | 0.94% | - |
| XYZ | 62.65 | 56.57 | 89.28 | - |
| YUV | 202.21 | 148.76 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 239 | 0.08 | 0.22 | 0 | 0.06 | 278.49 | 0.62 | 0.83 |
| Hex | DC | BA | EF | 8 | 16 | 0 | 6 | 116 | 3E | 53 |
| Octal | 334 | 272 | 357 | 10 | 26 | 0 | 6 | 426 | 76 | 123 |
| Binary | 11011100 | 10111010 | 11101111 | 1000 | 10110 | 0 | 110 | 100010110 | 111110 | 1010011 |
Color Harmonies of #DCBAEF
Complementary color
Monochromatic Colors of #DCBAEF
Black with #DCBAEF
Text Example
Text Example
White with #DCBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAEF; }
p { color: rgb(220,186,239); }
H1.HeaderClassName
{
color: #DCBAEF;
}
.AnyTagClassName
{
color: #DCBAEF;
}
</style>
background-color css
<style>
a { background-color: #DCBAEF; }
a { background-color: rgb(220,186,239); }
div.DivClassName
{
background-color: #DCBAEF;
}
.BgClassName
{
background-color: #DCBAEF;
}
</style>
border-color css
<style>
span { border-color: #DCBAEF; }
span { border-color: rgb(220,186,239); }
td.TdClassName
{
border-color: #DCBAEF;
}
.TagClassName
{
border-color: #DCBAEF;
}
</style>