Shades of Mauve #DCB3F3
Tints of Mauve #DCB3F3
RGB
CMYK
RGB Variations
Color information
#DCB3F3 (or 0xDCB3F3) is known color: Mauve. HEX triplet: DC, B3 and F3. RGB value is (220,179,243). Sum of RGB (Red+Green+Blue) = 220+179+243=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 179 (70.31% from 255 or 27.88% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCB3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3F3 is #234C0C. Grayscale: #C6C6C6. Windows color (decimal): -2313229 or 15971292. OLE color: 15971292.
HSL color Cylindrical-coordinate representation of color #DCB3F3: hue angle of 278.44º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCB3F3 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 179 | 243 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.05 |
| HSL | 278.44º | 0.73% | 0.83% | - |
| HSV(B) | 278.44º | 0.26% | 0.95% | - |
| XYZ | 61.81 | 53.93 | 91.95 | - |
| YUV | 198.56 | 153.08 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 243 | 0.09 | 0.26 | 0 | 0.05 | 278.44 | 0.73 | 0.83 |
| Hex | DC | B3 | F3 | 9 | 1A | 0 | 5 | 116 | 49 | 53 |
| Octal | 334 | 263 | 363 | 11 | 32 | 0 | 5 | 426 | 111 | 123 |
| Binary | 11011100 | 10110011 | 11110011 | 1001 | 11010 | 0 | 101 | 100010110 | 1001001 | 1010011 |
Color Harmonies of #DCB3F3
Complementary color
Monochromatic Colors of #DCB3F3
Black with #DCB3F3
Text Example
Text Example
White with #DCB3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3F3; }
p { color: rgb(220,179,243); }
H1.HeaderClassName
{
color: #DCB3F3;
}
.AnyTagClassName
{
color: #DCB3F3;
}
</style>
background-color css
<style>
a { background-color: #DCB3F3; }
a { background-color: rgb(220,179,243); }
div.DivClassName
{
background-color: #DCB3F3;
}
.BgClassName
{
background-color: #DCB3F3;
}
</style>
border-color css
<style>
span { border-color: #DCB3F3; }
span { border-color: rgb(220,179,243); }
td.TdClassName
{
border-color: #DCB3F3;
}
.TagClassName
{
border-color: #DCB3F3;
}
</style>