Shades of Mauve #DCBDFD
Tints of Mauve #DCBDFD
RGB
CMYK
RGB Variations
Color information
#DCBDFD (or 0xDCBDFD) is known color: Mauve. HEX triplet: DC, BD and FD. RGB value is (220,189,253). Sum of RGB (Red+Green+Blue) = 220+189+253=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCBDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDFD is #234202. Grayscale: #CDCDCD. Windows color (decimal): -2310659 or 16629212. OLE color: 16629212.
HSL color Cylindrical-coordinate representation of color #DCBDFD: hue angle of 269.06º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBDFD is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 189 | 253 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.01 |
| HSL | 269.06º | 0.94% | 0.87% | - |
| HSV(B) | 269.06º | 0.25% | 0.99% | - |
| XYZ | 65.44 | 58.7 | 100.81 | - |
| YUV | 205.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 253 | 0.13 | 0.25 | 0 | 0.01 | 269.06 | 0.94 | 0.87 |
| Hex | DC | BD | FD | D | 19 | 0 | 1 | 10D | 5E | 57 |
| Octal | 334 | 275 | 375 | 15 | 31 | 0 | 1 | 415 | 136 | 127 |
| Binary | 11011100 | 10111101 | 11111101 | 1101 | 11001 | 0 | 1 | 100001101 | 1011110 | 1010111 |
Color Harmonies of #DCBDFD
Complementary color
Monochromatic Colors of #DCBDFD
Black with #DCBDFD
Text Example
Text Example
White with #DCBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDFD; }
p { color: rgb(220,189,253); }
H1.HeaderClassName
{
color: #DCBDFD;
}
.AnyTagClassName
{
color: #DCBDFD;
}
</style>
background-color css
<style>
a { background-color: #DCBDFD; }
a { background-color: rgb(220,189,253); }
div.DivClassName
{
background-color: #DCBDFD;
}
.BgClassName
{
background-color: #DCBDFD;
}
</style>
border-color css
<style>
span { border-color: #DCBDFD; }
span { border-color: rgb(220,189,253); }
td.TdClassName
{
border-color: #DCBDFD;
}
.TagClassName
{
border-color: #DCBDFD;
}
</style>