Shades of Mauve #DCBCFD
Tints of Mauve #DCBCFD
RGB
CMYK
RGB Variations
Color information
#DCBCFD (or 0xDCBCFD) is known color: Mauve. HEX triplet: DC, BC and FD. RGB value is (220,188,253). Sum of RGB (Red+Green+Blue) = 220+188+253=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCBCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCFD is #234302. Grayscale: #CCCCCC. Windows color (decimal): -2310915 or 16628956. OLE color: 16628956.
HSL color Cylindrical-coordinate representation of color #DCBCFD: hue angle of 269.54º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCBCFD is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 188 | 253 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.01 |
| HSL | 269.54º | 0.94% | 0.86% | - |
| HSV(B) | 269.54º | 0.26% | 0.99% | - |
| XYZ | 65.23 | 58.27 | 100.74 | - |
| YUV | 204.98 | 155.1 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 253 | 0.13 | 0.26 | 0 | 0.01 | 269.54 | 0.94 | 0.86 |
| Hex | DC | BC | FD | D | 1A | 0 | 1 | 10E | 5E | 56 |
| Octal | 334 | 274 | 375 | 15 | 32 | 0 | 1 | 416 | 136 | 126 |
| Binary | 11011100 | 10111100 | 11111101 | 1101 | 11010 | 0 | 1 | 100001110 | 1011110 | 1010110 |
Color Harmonies of #DCBCFD
Complementary color
Monochromatic Colors of #DCBCFD
Black with #DCBCFD
Text Example
Text Example
White with #DCBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCFD; }
p { color: rgb(220,188,253); }
H1.HeaderClassName
{
color: #DCBCFD;
}
.AnyTagClassName
{
color: #DCBCFD;
}
</style>
background-color css
<style>
a { background-color: #DCBCFD; }
a { background-color: rgb(220,188,253); }
div.DivClassName
{
background-color: #DCBCFD;
}
.BgClassName
{
background-color: #DCBCFD;
}
</style>
border-color css
<style>
span { border-color: #DCBCFD; }
span { border-color: rgb(220,188,253); }
td.TdClassName
{
border-color: #DCBCFD;
}
.TagClassName
{
border-color: #DCBCFD;
}
</style>