Shades of Mauve #DCC1FC
Tints of Mauve #DCC1FC
RGB
CMYK
RGB Variations
Color information
#DCC1FC (or 0xDCC1FC) is known color: Mauve. HEX triplet: DC, C1 and FC. RGB value is (220,193,252). Sum of RGB (Red+Green+Blue) = 220+193+252=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 193 (75.78% from 255 or 29.02% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCC1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1FC is #233E03. Grayscale: #CFCFCF. Windows color (decimal): -2309636 or 16564700. OLE color: 16564700.
HSL color Cylindrical-coordinate representation of color #DCC1FC: hue angle of 267.46º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCC1FC is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 193 | 252 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.01 |
| HSL | 267.46º | 0.91% | 0.87% | - |
| HSV(B) | 267.46º | 0.23% | 0.99% | - |
| XYZ | 66.16 | 60.38 | 100.26 | - |
| YUV | 207.8 | 152.95 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 252 | 0.13 | 0.23 | 0 | 0.01 | 267.46 | 0.91 | 0.87 |
| Hex | DC | C1 | FC | D | 17 | 0 | 1 | 10B | 5B | 57 |
| Octal | 334 | 301 | 374 | 15 | 27 | 0 | 1 | 413 | 133 | 127 |
| Binary | 11011100 | 11000001 | 11111100 | 1101 | 10111 | 0 | 1 | 100001011 | 1011011 | 1010111 |
Color Harmonies of #DCC1FC
Complementary color
Monochromatic Colors of #DCC1FC
Black with #DCC1FC
Text Example
Text Example
White with #DCC1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1FC; }
p { color: rgb(220,193,252); }
H1.HeaderClassName
{
color: #DCC1FC;
}
.AnyTagClassName
{
color: #DCC1FC;
}
</style>
background-color css
<style>
a { background-color: #DCC1FC; }
a { background-color: rgb(220,193,252); }
div.DivClassName
{
background-color: #DCC1FC;
}
.BgClassName
{
background-color: #DCC1FC;
}
</style>
border-color css
<style>
span { border-color: #DCC1FC; }
span { border-color: rgb(220,193,252); }
td.TdClassName
{
border-color: #DCC1FC;
}
.TagClassName
{
border-color: #DCC1FC;
}
</style>