Shades of Mauve #DCB6ED
Tints of Mauve #DCB6ED
RGB
CMYK
RGB Variations
Color information
#DCB6ED (or 0xDCB6ED) is known color: Mauve. HEX triplet: DC, B6 and ED. RGB value is (220,182,237). Sum of RGB (Red+Green+Blue) = 220+182+237=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6ED is #234912. Grayscale: #C7C7C7. Windows color (decimal): -2312467 or 15578844. OLE color: 15578844.
HSL color Cylindrical-coordinate representation of color #DCB6ED: hue angle of 281.45º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB6ED is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 182 | 237 | - |
CMYK | 0.07 | 0.23 | 0 | 0.07 |
HSL | 281.45º | 0.6% | 0.82% | - |
HSV(B) | 281.45º | 0.23% | 0.93% | - |
XYZ | 61.53 | 54.79 | 87.45 | - |
YUV | 199.63 | 149.09 | 142.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 182 | 237 | 0.07 | 0.23 | 0 | 0.07 | 281.45 | 0.6 | 0.82 |
Hex | DC | B6 | ED | 7 | 17 | 0 | 7 | 119 | 3C | 52 |
Octal | 334 | 266 | 355 | 7 | 27 | 0 | 7 | 431 | 74 | 122 |
Binary | 11011100 | 10110110 | 11101101 | 111 | 10111 | 0 | 111 | 100011001 | 111100 | 1010010 |
Color Harmonies of #DCB6ED
Complementary color
Monochromatic Colors of #DCB6ED
Black with #DCB6ED
Text Example
Text Example
White with #DCB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6ED; }
p { color: rgb(220,182,237); }
H1.HeaderClassName
{
color: #DCB6ED;
}
.AnyTagClassName
{
color: #DCB6ED;
}
</style>
background-color css
<style>
a { background-color: #DCB6ED; }
a { background-color: rgb(220,182,237); }
div.DivClassName
{
background-color: #DCB6ED;
}
.BgClassName
{
background-color: #DCB6ED;
}
</style>
border-color css
<style>
span { border-color: #DCB6ED; }
span { border-color: rgb(220,182,237); }
td.TdClassName
{
border-color: #DCB6ED;
}
.TagClassName
{
border-color: #DCB6ED;
}
</style>