Shades of Mauve #DCBAFD
Tints of Mauve #DCBAFD
RGB
CMYK
RGB Variations
Color information
#DCBAFD (or 0xDCBAFD) is known color: Mauve. HEX triplet: DC, BA and FD. RGB value is (220,186,253). Sum of RGB (Red+Green+Blue) = 220+186+253=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCBAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAFD is #234502. Grayscale: #CBCBCB. Windows color (decimal): -2311427 or 16628444. OLE color: 16628444.
HSL color Cylindrical-coordinate representation of color #DCBAFD: hue angle of 270.45º 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 #DCBAFD is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 186 | 253 | - |
CMYK | 0.13 | 0.26 | 0 | 0.01 |
HSL | 270.45º | 0.94% | 0.86% | - |
HSV(B) | 270.45º | 0.26% | 0.99% | - |
XYZ | 64.8 | 57.43 | 100.6 | - |
YUV | 203.8 | 155.76 | 139.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 186 | 253 | 0.13 | 0.26 | 0 | 0.01 | 270.45 | 0.94 | 0.86 |
Hex | DC | BA | FD | D | 1A | 0 | 1 | 10E | 5E | 56 |
Octal | 334 | 272 | 375 | 15 | 32 | 0 | 1 | 416 | 136 | 126 |
Binary | 11011100 | 10111010 | 11111101 | 1101 | 11010 | 0 | 1 | 100001110 | 1011110 | 1010110 |
Color Harmonies of #DCBAFD
Complementary color
Monochromatic Colors of #DCBAFD
Black with #DCBAFD
Text Example
Text Example
White with #DCBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAFD; }
p { color: rgb(220,186,253); }
H1.HeaderClassName
{
color: #DCBAFD;
}
.AnyTagClassName
{
color: #DCBAFD;
}
</style>
background-color css
<style>
a { background-color: #DCBAFD; }
a { background-color: rgb(220,186,253); }
div.DivClassName
{
background-color: #DCBAFD;
}
.BgClassName
{
background-color: #DCBAFD;
}
</style>
border-color css
<style>
span { border-color: #DCBAFD; }
span { border-color: rgb(220,186,253); }
td.TdClassName
{
border-color: #DCBAFD;
}
.TagClassName
{
border-color: #DCBAFD;
}
</style>