Shades of Mauve #DCB0FA
Tints of Mauve #DCB0FA
RGB
CMYK
RGB Variations
Color information
#DCB0FA (or 0xDCB0FA) is known color: Mauve. HEX triplet: DC, B0 and FA. RGB value is (220,176,250). Sum of RGB (Red+Green+Blue) = 220+176+250=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 176 (69.14% from 255 or 27.24% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0FA is #234F05. Grayscale: #C5C5C5. Windows color (decimal): -2313990 or 16429276. OLE color: 16429276.
HSL color Cylindrical-coordinate representation of color #DCB0FA: hue angle of 275.68º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB0FA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 176 | 250 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.02 |
| HSL | 275.68º | 0.88% | 0.84% | - |
| HSV(B) | 275.68º | 0.3% | 0.98% | - |
| XYZ | 62.3 | 53.17 | 97.42 | - |
| YUV | 197.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 250 | 0.12 | 0.30 | 0 | 0.02 | 275.68 | 0.88 | 0.84 |
| Hex | DC | B0 | FA | C | 1E | 0 | 2 | 114 | 58 | 54 |
| Octal | 334 | 260 | 372 | 14 | 36 | 0 | 2 | 424 | 130 | 124 |
| Binary | 11011100 | 10110000 | 11111010 | 1100 | 11110 | 0 | 10 | 100010100 | 1011000 | 1010100 |
Color Harmonies of #DCB0FA
Complementary color
Monochromatic Colors of #DCB0FA
Black with #DCB0FA
Text Example
Text Example
White with #DCB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0FA; }
p { color: rgb(220,176,250); }
H1.HeaderClassName
{
color: #DCB0FA;
}
.AnyTagClassName
{
color: #DCB0FA;
}
</style>
background-color css
<style>
a { background-color: #DCB0FA; }
a { background-color: rgb(220,176,250); }
div.DivClassName
{
background-color: #DCB0FA;
}
.BgClassName
{
background-color: #DCB0FA;
}
</style>
border-color css
<style>
span { border-color: #DCB0FA; }
span { border-color: rgb(220,176,250); }
td.TdClassName
{
border-color: #DCB0FA;
}
.TagClassName
{
border-color: #DCB0FA;
}
</style>