Shades of Mauve #DCBFFD
Tints of Mauve #DCBFFD
RGB
CMYK
RGB Variations
Color information
#DCBFFD (or 0xDCBFFD) is known color: Mauve. HEX triplet: DC, BF and FD. RGB value is (220,191,253). Sum of RGB (Red+Green+Blue) = 220+191+253=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCBFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFFD is #234002. Grayscale: #CECECE. Windows color (decimal): -2310147 or 16629724. OLE color: 16629724.
HSL color Cylindrical-coordinate representation of color #DCBFFD: hue angle of 268.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 #DCBFFD is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 191 | 253 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.01 |
| HSL | 268.06º | 0.94% | 0.87% | - |
| HSV(B) | 268.06º | 0.25% | 0.99% | - |
| XYZ | 65.88 | 59.57 | 100.95 | - |
| YUV | 206.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 253 | 0.13 | 0.25 | 0 | 0.01 | 268.06 | 0.94 | 0.87 |
| Hex | DC | BF | FD | D | 19 | 0 | 1 | 10C | 5E | 57 |
| Octal | 334 | 277 | 375 | 15 | 31 | 0 | 1 | 414 | 136 | 127 |
| Binary | 11011100 | 10111111 | 11111101 | 1101 | 11001 | 0 | 1 | 100001100 | 1011110 | 1010111 |
Color Harmonies of #DCBFFD
Complementary color
Monochromatic Colors of #DCBFFD
Black with #DCBFFD
Text Example
Text Example
White with #DCBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFFD; }
p { color: rgb(220,191,253); }
H1.HeaderClassName
{
color: #DCBFFD;
}
.AnyTagClassName
{
color: #DCBFFD;
}
</style>
background-color css
<style>
a { background-color: #DCBFFD; }
a { background-color: rgb(220,191,253); }
div.DivClassName
{
background-color: #DCBFFD;
}
.BgClassName
{
background-color: #DCBFFD;
}
</style>
border-color css
<style>
span { border-color: #DCBFFD; }
span { border-color: rgb(220,191,253); }
td.TdClassName
{
border-color: #DCBFFD;
}
.TagClassName
{
border-color: #DCBFFD;
}
</style>