Shades of Mauve #DCBDF6
Tints of Mauve #DCBDF6
RGB
CMYK
RGB Variations
Color information
#DCBDF6 (or 0xDCBDF6) is known color: Mauve. HEX triplet: DC, BD and F6. RGB value is (220,189,246). Sum of RGB (Red+Green+Blue) = 220+189+246=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCBDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDF6 is #234209. Grayscale: #CCCCCC. Windows color (decimal): -2310666 or 16170460. OLE color: 16170460.
HSL color Cylindrical-coordinate representation of color #DCBDF6: hue angle of 272.63º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBDF6 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 189 | 246 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.04 |
| HSL | 272.63º | 0.76% | 0.85% | - |
| HSV(B) | 272.63º | 0.23% | 0.96% | - |
| XYZ | 64.35 | 58.26 | 95.04 | - |
| YUV | 204.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 246 | 0.11 | 0.23 | 0 | 0.04 | 272.63 | 0.76 | 0.85 |
| Hex | DC | BD | F6 | B | 17 | 0 | 4 | 111 | 4C | 55 |
| Octal | 334 | 275 | 366 | 13 | 27 | 0 | 4 | 421 | 114 | 125 |
| Binary | 11011100 | 10111101 | 11110110 | 1011 | 10111 | 0 | 100 | 100010001 | 1001100 | 1010101 |
Color Harmonies of #DCBDF6
Complementary color
Monochromatic Colors of #DCBDF6
Black with #DCBDF6
Text Example
Text Example
White with #DCBDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDF6; }
p { color: rgb(220,189,246); }
H1.HeaderClassName
{
color: #DCBDF6;
}
.AnyTagClassName
{
color: #DCBDF6;
}
</style>
background-color css
<style>
a { background-color: #DCBDF6; }
a { background-color: rgb(220,189,246); }
div.DivClassName
{
background-color: #DCBDF6;
}
.BgClassName
{
background-color: #DCBDF6;
}
</style>
border-color css
<style>
span { border-color: #DCBDF6; }
span { border-color: rgb(220,189,246); }
td.TdClassName
{
border-color: #DCBDF6;
}
.TagClassName
{
border-color: #DCBDF6;
}
</style>