Shades of Mauve #DCBFFA
Tints of Mauve #DCBFFA
RGB
CMYK
RGB Variations
Color information
#DCBFFA (or 0xDCBFFA) is known color: Mauve. HEX triplet: DC, BF and FA. RGB value is (220,191,250). Sum of RGB (Red+Green+Blue) = 220+191+250=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCBFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFFA is #234005. Grayscale: #CECECE. Windows color (decimal): -2310150 or 16433116. OLE color: 16433116.
HSL color Cylindrical-coordinate representation of color #DCBFFA: hue angle of 269.49º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBFFA is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 191 | 250 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.02 |
| HSL | 269.49º | 0.86% | 0.86% | - |
| HSV(B) | 269.49º | 0.24% | 0.98% | - |
| XYZ | 65.4 | 59.38 | 98.46 | - |
| YUV | 206.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 250 | 0.12 | 0.24 | 0 | 0.02 | 269.49 | 0.86 | 0.86 |
| Hex | DC | BF | FA | C | 18 | 0 | 2 | 10D | 56 | 56 |
| Octal | 334 | 277 | 372 | 14 | 30 | 0 | 2 | 415 | 126 | 126 |
| Binary | 11011100 | 10111111 | 11111010 | 1100 | 11000 | 0 | 10 | 100001101 | 1010110 | 1010110 |
Color Harmonies of #DCBFFA
Complementary color
Monochromatic Colors of #DCBFFA
Black with #DCBFFA
Text Example
Text Example
White with #DCBFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFFA; }
p { color: rgb(220,191,250); }
H1.HeaderClassName
{
color: #DCBFFA;
}
.AnyTagClassName
{
color: #DCBFFA;
}
</style>
background-color css
<style>
a { background-color: #DCBFFA; }
a { background-color: rgb(220,191,250); }
div.DivClassName
{
background-color: #DCBFFA;
}
.BgClassName
{
background-color: #DCBFFA;
}
</style>
border-color css
<style>
span { border-color: #DCBFFA; }
span { border-color: rgb(220,191,250); }
td.TdClassName
{
border-color: #DCBFFA;
}
.TagClassName
{
border-color: #DCBFFA;
}
</style>