Shades of Mauve #DCB0FD
Tints of Mauve #DCB0FD
RGB
CMYK
RGB Variations
Color information
#DCB0FD (or 0xDCB0FD) is known color: Mauve. HEX triplet: DC, B0 and FD. RGB value is (220,176,253). Sum of RGB (Red+Green+Blue) = 220+176+253=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCB0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0FD is #234F02. Grayscale: #C5C5C5. Windows color (decimal): -2313987 or 16625884. OLE color: 16625884.
HSL color Cylindrical-coordinate representation of color #DCB0FD: hue angle of 274.29º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB0FD is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 176 | 253 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.01 |
| HSL | 274.29º | 0.95% | 0.84% | - |
| HSV(B) | 274.29º | 0.3% | 0.99% | - |
| XYZ | 62.77 | 53.36 | 99.92 | - |
| YUV | 197.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 253 | 0.13 | 0.30 | 0 | 0.01 | 274.29 | 0.95 | 0.84 |
| Hex | DC | B0 | FD | D | 1E | 0 | 1 | 112 | 5F | 54 |
| Octal | 334 | 260 | 375 | 15 | 36 | 0 | 1 | 422 | 137 | 124 |
| Binary | 11011100 | 10110000 | 11111101 | 1101 | 11110 | 0 | 1 | 100010010 | 1011111 | 1010100 |
Color Harmonies of #DCB0FD
Complementary color
Monochromatic Colors of #DCB0FD
Black with #DCB0FD
Text Example
Text Example
White with #DCB0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0FD; }
p { color: rgb(220,176,253); }
H1.HeaderClassName
{
color: #DCB0FD;
}
.AnyTagClassName
{
color: #DCB0FD;
}
</style>
background-color css
<style>
a { background-color: #DCB0FD; }
a { background-color: rgb(220,176,253); }
div.DivClassName
{
background-color: #DCB0FD;
}
.BgClassName
{
background-color: #DCB0FD;
}
</style>
border-color css
<style>
span { border-color: #DCB0FD; }
span { border-color: rgb(220,176,253); }
td.TdClassName
{
border-color: #DCB0FD;
}
.TagClassName
{
border-color: #DCB0FD;
}
</style>