Shades of Mauve #DCA6EF
Tints of Mauve #DCA6EF
RGB
CMYK
RGB Variations
Color information
#DCA6EF (or 0xDCA6EF) is known color: Mauve. HEX triplet: DC, A6 and EF. RGB value is (220,166,239). Sum of RGB (Red+Green+Blue) = 220+166+239=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCA6EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA6EF is #235910. Grayscale: #BEBEBE. Windows color (decimal): -2316561 or 15705820. OLE color: 15705820.
HSL color Cylindrical-coordinate representation of color #DCA6EF: hue angle of 284.38º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCA6EF is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 166 | 239 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.06 |
| HSL | 284.38º | 0.7% | 0.79% | - |
| HSV(B) | 284.38º | 0.31% | 0.94% | - |
| XYZ | 58.73 | 48.72 | 87.97 | - |
| YUV | 190.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 239 | 0.08 | 0.31 | 0 | 0.06 | 284.38 | 0.7 | 0.79 |
| Hex | DC | A6 | EF | 8 | 1F | 0 | 6 | 11C | 46 | 4F |
| Octal | 334 | 246 | 357 | 10 | 37 | 0 | 6 | 434 | 106 | 117 |
| Binary | 11011100 | 10100110 | 11101111 | 1000 | 11111 | 0 | 110 | 100011100 | 1000110 | 1001111 |
Color Harmonies of #DCA6EF
Complementary color
Monochromatic Colors of #DCA6EF
Black with #DCA6EF
Text Example
Text Example
White with #DCA6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA6EF; }
p { color: rgb(220,166,239); }
H1.HeaderClassName
{
color: #DCA6EF;
}
.AnyTagClassName
{
color: #DCA6EF;
}
</style>
background-color css
<style>
a { background-color: #DCA6EF; }
a { background-color: rgb(220,166,239); }
div.DivClassName
{
background-color: #DCA6EF;
}
.BgClassName
{
background-color: #DCA6EF;
}
</style>
border-color css
<style>
span { border-color: #DCA6EF; }
span { border-color: rgb(220,166,239); }
td.TdClassName
{
border-color: #DCA6EF;
}
.TagClassName
{
border-color: #DCA6EF;
}
</style>