Shades of Mauve #DCB6F3
Tints of Mauve #DCB6F3
RGB
CMYK
RGB Variations
Color information
#DCB6F3 (or 0xDCB6F3) is known color: Mauve. HEX triplet: DC, B6 and F3. RGB value is (220,182,243). Sum of RGB (Red+Green+Blue) = 220+182+243=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 182 (71.48% from 255 or 28.22% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCB6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6F3 is #23490C. Grayscale: #C8C8C8. Windows color (decimal): -2312461 or 15972060. OLE color: 15972060.
HSL color Cylindrical-coordinate representation of color #DCB6F3: hue angle of 277.38º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCB6F3 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 182 | 243 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.05 |
| HSL | 277.38º | 0.72% | 0.83% | - |
| HSV(B) | 277.38º | 0.25% | 0.95% | - |
| XYZ | 62.42 | 55.14 | 92.15 | - |
| YUV | 200.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 243 | 0.09 | 0.25 | 0 | 0.05 | 277.38 | 0.72 | 0.83 |
| Hex | DC | B6 | F3 | 9 | 19 | 0 | 5 | 115 | 48 | 53 |
| Octal | 334 | 266 | 363 | 11 | 31 | 0 | 5 | 425 | 110 | 123 |
| Binary | 11011100 | 10110110 | 11110011 | 1001 | 11001 | 0 | 101 | 100010101 | 1001000 | 1010011 |
Color Harmonies of #DCB6F3
Complementary color
Monochromatic Colors of #DCB6F3
Black with #DCB6F3
Text Example
Text Example
White with #DCB6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6F3; }
p { color: rgb(220,182,243); }
H1.HeaderClassName
{
color: #DCB6F3;
}
.AnyTagClassName
{
color: #DCB6F3;
}
</style>
background-color css
<style>
a { background-color: #DCB6F3; }
a { background-color: rgb(220,182,243); }
div.DivClassName
{
background-color: #DCB6F3;
}
.BgClassName
{
background-color: #DCB6F3;
}
</style>
border-color css
<style>
span { border-color: #DCB6F3; }
span { border-color: rgb(220,182,243); }
td.TdClassName
{
border-color: #DCB6F3;
}
.TagClassName
{
border-color: #DCB6F3;
}
</style>