Shades of Mauve #DCBAEE
Tints of Mauve #DCBAEE
RGB
CMYK
RGB Variations
Color information
#DCBAEE (or 0xDCBAEE) is known color: Mauve. HEX triplet: DC, BA and EE. RGB value is (220,186,238). Sum of RGB (Red+Green+Blue) = 220+186+238=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCBAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAEE is #234511. Grayscale: #C9C9C9. Windows color (decimal): -2311442 or 15645404. OLE color: 15645404.
HSL color Cylindrical-coordinate representation of color #DCBAEE: hue angle of 279.23º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBAEE is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 186 | 238 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.07 |
| HSL | 279.23º | 0.6% | 0.83% | - |
| HSV(B) | 279.23º | 0.22% | 0.93% | - |
| XYZ | 62.51 | 56.51 | 88.5 | - |
| YUV | 202.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 238 | 0.08 | 0.22 | 0 | 0.07 | 279.23 | 0.6 | 0.83 |
| Hex | DC | BA | EE | 8 | 16 | 0 | 7 | 117 | 3C | 53 |
| Octal | 334 | 272 | 356 | 10 | 26 | 0 | 7 | 427 | 74 | 123 |
| Binary | 11011100 | 10111010 | 11101110 | 1000 | 10110 | 0 | 111 | 100010111 | 111100 | 1010011 |
Color Harmonies of #DCBAEE
Complementary color
Monochromatic Colors of #DCBAEE
Black with #DCBAEE
Text Example
Text Example
White with #DCBAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAEE; }
p { color: rgb(220,186,238); }
H1.HeaderClassName
{
color: #DCBAEE;
}
.AnyTagClassName
{
color: #DCBAEE;
}
</style>
background-color css
<style>
a { background-color: #DCBAEE; }
a { background-color: rgb(220,186,238); }
div.DivClassName
{
background-color: #DCBAEE;
}
.BgClassName
{
background-color: #DCBAEE;
}
</style>
border-color css
<style>
span { border-color: #DCBAEE; }
span { border-color: rgb(220,186,238); }
td.TdClassName
{
border-color: #DCBAEE;
}
.TagClassName
{
border-color: #DCBAEE;
}
</style>