Shades of Mauve #DCC0FD
Tints of Mauve #DCC0FD
RGB
CMYK
RGB Variations
Color information
#DCC0FD (or 0xDCC0FD) is known color: Mauve. HEX triplet: DC, C0 and FD. RGB value is (220,192,253). Sum of RGB (Red+Green+Blue) = 220+192+253=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCC0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0FD is #233F02. Grayscale: #CFCFCF. Windows color (decimal): -2309891 or 16629980. OLE color: 16629980.
HSL color Cylindrical-coordinate representation of color #DCC0FD: hue angle of 267.54º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCC0FD is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 192 | 253 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.01 |
| HSL | 267.54º | 0.94% | 0.87% | - |
| HSV(B) | 267.54º | 0.24% | 0.99% | - |
| XYZ | 66.09 | 60.01 | 101.03 | - |
| YUV | 207.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 253 | 0.13 | 0.24 | 0 | 0.01 | 267.54 | 0.94 | 0.87 |
| Hex | DC | C0 | FD | D | 18 | 0 | 1 | 10C | 5E | 57 |
| Octal | 334 | 300 | 375 | 15 | 30 | 0 | 1 | 414 | 136 | 127 |
| Binary | 11011100 | 11000000 | 11111101 | 1101 | 11000 | 0 | 1 | 100001100 | 1011110 | 1010111 |
Color Harmonies of #DCC0FD
Complementary color
Monochromatic Colors of #DCC0FD
Black with #DCC0FD
Text Example
Text Example
White with #DCC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0FD; }
p { color: rgb(220,192,253); }
H1.HeaderClassName
{
color: #DCC0FD;
}
.AnyTagClassName
{
color: #DCC0FD;
}
</style>
background-color css
<style>
a { background-color: #DCC0FD; }
a { background-color: rgb(220,192,253); }
div.DivClassName
{
background-color: #DCC0FD;
}
.BgClassName
{
background-color: #DCC0FD;
}
</style>
border-color css
<style>
span { border-color: #DCC0FD; }
span { border-color: rgb(220,192,253); }
td.TdClassName
{
border-color: #DCC0FD;
}
.TagClassName
{
border-color: #DCC0FD;
}
</style>