Shades of Mauve #DCC1FD
Tints of Mauve #DCC1FD
RGB
CMYK
RGB Variations
Color information
#DCC1FD (or 0xDCC1FD) is known color: Mauve. HEX triplet: DC, C1 and FD. RGB value is (220,193,253). Sum of RGB (Red+Green+Blue) = 220+193+253=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCC1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1FD is #233E02. Grayscale: #CFCFCF. Windows color (decimal): -2309635 or 16630236. OLE color: 16630236.
HSL color Cylindrical-coordinate representation of color #DCC1FD: hue angle of 267º 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 #DCC1FD is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 193 | 253 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.01 |
| HSL | 267º | 0.94% | 0.87% | - |
| HSV(B) | 267º | 0.24% | 0.99% | - |
| XYZ | 66.31 | 60.45 | 101.1 | - |
| YUV | 207.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 253 | 0.13 | 0.24 | 0 | 0.01 | 267 | 0.94 | 0.87 |
| Hex | DC | C1 | FD | D | 18 | 0 | 1 | 10B | 5E | 57 |
| Octal | 334 | 301 | 375 | 15 | 30 | 0 | 1 | 413 | 136 | 127 |
| Binary | 11011100 | 11000001 | 11111101 | 1101 | 11000 | 0 | 1 | 100001011 | 1011110 | 1010111 |
Color Harmonies of #DCC1FD
Complementary color
Monochromatic Colors of #DCC1FD
Black with #DCC1FD
Text Example
Text Example
White with #DCC1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1FD; }
p { color: rgb(220,193,253); }
H1.HeaderClassName
{
color: #DCC1FD;
}
.AnyTagClassName
{
color: #DCC1FD;
}
</style>
background-color css
<style>
a { background-color: #DCC1FD; }
a { background-color: rgb(220,193,253); }
div.DivClassName
{
background-color: #DCC1FD;
}
.BgClassName
{
background-color: #DCC1FD;
}
</style>
border-color css
<style>
span { border-color: #DCC1FD; }
span { border-color: rgb(220,193,253); }
td.TdClassName
{
border-color: #DCC1FD;
}
.TagClassName
{
border-color: #DCC1FD;
}
</style>