Shades of Mauve #DCB2FA
Tints of Mauve #DCB2FA
RGB
CMYK
RGB Variations
Color information
#DCB2FA (or 0xDCB2FA) is known color: Mauve. HEX triplet: DC, B2 and FA. RGB value is (220,178,250). Sum of RGB (Red+Green+Blue) = 220+178+250=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 178 (69.92% from 255 or 27.47% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCB2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB2FA is #234D05. Grayscale: #C6C6C6. Windows color (decimal): -2313478 or 16429788. OLE color: 16429788.
HSL color Cylindrical-coordinate representation of color #DCB2FA: hue angle of 275º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB2FA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 178 | 250 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.02 |
| HSL | 275º | 0.88% | 0.84% | - |
| HSV(B) | 275º | 0.29% | 0.98% | - |
| XYZ | 62.69 | 53.96 | 97.55 | - |
| YUV | 198.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 250 | 0.12 | 0.29 | 0 | 0.02 | 275 | 0.88 | 0.84 |
| Hex | DC | B2 | FA | C | 1D | 0 | 2 | 113 | 58 | 54 |
| Octal | 334 | 262 | 372 | 14 | 35 | 0 | 2 | 423 | 130 | 124 |
| Binary | 11011100 | 10110010 | 11111010 | 1100 | 11101 | 0 | 10 | 100010011 | 1011000 | 1010100 |
Color Harmonies of #DCB2FA
Complementary color
Monochromatic Colors of #DCB2FA
Black with #DCB2FA
Text Example
Text Example
White with #DCB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2FA; }
p { color: rgb(220,178,250); }
H1.HeaderClassName
{
color: #DCB2FA;
}
.AnyTagClassName
{
color: #DCB2FA;
}
</style>
background-color css
<style>
a { background-color: #DCB2FA; }
a { background-color: rgb(220,178,250); }
div.DivClassName
{
background-color: #DCB2FA;
}
.BgClassName
{
background-color: #DCB2FA;
}
</style>
border-color css
<style>
span { border-color: #DCB2FA; }
span { border-color: rgb(220,178,250); }
td.TdClassName
{
border-color: #DCB2FA;
}
.TagClassName
{
border-color: #DCB2FA;
}
</style>