Shades of Mauve #DCB0F3
Tints of Mauve #DCB0F3
RGB
CMYK
RGB Variations
Color information
#DCB0F3 (or 0xDCB0F3) is known color: Mauve. HEX triplet: DC, B0 and F3. RGB value is (220,176,243). Sum of RGB (Red+Green+Blue) = 220+176+243=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCB0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0F3 is #234F0C. Grayscale: #C4C4C4. Windows color (decimal): -2313997 or 15970524. OLE color: 15970524.
HSL color Cylindrical-coordinate representation of color #DCB0F3: hue angle of 279.4º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCB0F3 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 176 | 243 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.05 |
| HSL | 279.4º | 0.74% | 0.82% | - |
| HSV(B) | 279.4º | 0.28% | 0.95% | - |
| XYZ | 61.22 | 52.74 | 91.75 | - |
| YUV | 196.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 243 | 0.09 | 0.28 | 0 | 0.05 | 279.4 | 0.74 | 0.82 |
| Hex | DC | B0 | F3 | 9 | 1C | 0 | 5 | 117 | 4A | 52 |
| Octal | 334 | 260 | 363 | 11 | 34 | 0 | 5 | 427 | 112 | 122 |
| Binary | 11011100 | 10110000 | 11110011 | 1001 | 11100 | 0 | 101 | 100010111 | 1001010 | 1010010 |
Color Harmonies of #DCB0F3
Complementary color
Monochromatic Colors of #DCB0F3
Black with #DCB0F3
Text Example
Text Example
White with #DCB0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0F3; }
p { color: rgb(220,176,243); }
H1.HeaderClassName
{
color: #DCB0F3;
}
.AnyTagClassName
{
color: #DCB0F3;
}
</style>
background-color css
<style>
a { background-color: #DCB0F3; }
a { background-color: rgb(220,176,243); }
div.DivClassName
{
background-color: #DCB0F3;
}
.BgClassName
{
background-color: #DCB0F3;
}
</style>
border-color css
<style>
span { border-color: #DCB0F3; }
span { border-color: rgb(220,176,243); }
td.TdClassName
{
border-color: #DCB0F3;
}
.TagClassName
{
border-color: #DCB0F3;
}
</style>