Shades of Mauve #DCB6EA
Tints of Mauve #DCB6EA
RGB
CMYK
RGB Variations
Color information
#DCB6EA (or 0xDCB6EA) is known color: Mauve. HEX triplet: DC, B6 and EA. RGB value is (220,182,234). Sum of RGB (Red+Green+Blue) = 220+182+234=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 182 (71.48% from 255 or 28.62% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCB6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6EA is #234915. Grayscale: #C7C7C7. Windows color (decimal): -2312470 or 15382236. OLE color: 15382236.
HSL color Cylindrical-coordinate representation of color #DCB6EA: hue angle of 283.85º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB6EA is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 182 | 234 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.08 |
| HSL | 283.85º | 0.55% | 0.82% | - |
| HSV(B) | 283.85º | 0.22% | 0.92% | - |
| XYZ | 61.09 | 54.61 | 85.16 | - |
| YUV | 199.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 234 | 0.06 | 0.22 | 0 | 0.08 | 283.85 | 0.55 | 0.82 |
| Hex | DC | B6 | EA | 6 | 16 | 0 | 8 | 11C | 37 | 52 |
| Octal | 334 | 266 | 352 | 6 | 26 | 0 | 10 | 434 | 67 | 122 |
| Binary | 11011100 | 10110110 | 11101010 | 110 | 10110 | 0 | 1000 | 100011100 | 110111 | 1010010 |
Color Harmonies of #DCB6EA
Complementary color
Monochromatic Colors of #DCB6EA
Black with #DCB6EA
Text Example
Text Example
White with #DCB6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6EA; }
p { color: rgb(220,182,234); }
H1.HeaderClassName
{
color: #DCB6EA;
}
.AnyTagClassName
{
color: #DCB6EA;
}
</style>
background-color css
<style>
a { background-color: #DCB6EA; }
a { background-color: rgb(220,182,234); }
div.DivClassName
{
background-color: #DCB6EA;
}
.BgClassName
{
background-color: #DCB6EA;
}
</style>
border-color css
<style>
span { border-color: #DCB6EA; }
span { border-color: rgb(220,182,234); }
td.TdClassName
{
border-color: #DCB6EA;
}
.TagClassName
{
border-color: #DCB6EA;
}
</style>