Shades of Mauve #DCC1FF
Tints of Mauve #DCC1FF
RGB
CMYK
RGB Variations
Color information
#DCC1FF (or 0xDCC1FF) is known color: Mauve. HEX triplet: DC, C1 and FF. RGB value is (220,193,255). Sum of RGB (Red+Green+Blue) = 220+193+255=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCC1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1FF is #233E00. Grayscale: #CFCFCF. Windows color (decimal): -2309633 or 16761308. OLE color: 16761308.
HSL color Cylindrical-coordinate representation of color #DCC1FF: hue angle of 266.13º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCC1FF is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 193 | 255 | - |
| CMYK | 0.14 | 0.24 | 0 | 0 |
| HSL | 266.13º | 1% | 0.88% | - |
| HSV(B) | 266.13º | 0.24% | 1% | - |
| XYZ | 66.64 | 60.58 | 102.79 | - |
| YUV | 208.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 255 | 0.14 | 0.24 | 0 | 0 | 266.13 | 1 | 0.88 |
| Hex | DC | C1 | FF | E | 18 | 0 | 0 | 10A | 64 | 58 |
| Octal | 334 | 301 | 377 | 16 | 30 | 0 | 0 | 412 | 144 | 130 |
| Binary | 11011100 | 11000001 | 11111111 | 1110 | 11000 | 0 | 0 | 100001010 | 1100100 | 1011000 |
Color Harmonies of #DCC1FF
Complementary color
Monochromatic Colors of #DCC1FF
Black with #DCC1FF
Text Example
Text Example
White with #DCC1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1FF; }
p { color: rgb(220,193,255); }
H1.HeaderClassName
{
color: #DCC1FF;
}
.AnyTagClassName
{
color: #DCC1FF;
}
</style>
background-color css
<style>
a { background-color: #DCC1FF; }
a { background-color: rgb(220,193,255); }
div.DivClassName
{
background-color: #DCC1FF;
}
.BgClassName
{
background-color: #DCC1FF;
}
</style>
border-color css
<style>
span { border-color: #DCC1FF; }
span { border-color: rgb(220,193,255); }
td.TdClassName
{
border-color: #DCC1FF;
}
.TagClassName
{
border-color: #DCC1FF;
}
</style>