Shades of Mauve #DCC0FF
Tints of Mauve #DCC0FF
RGB
CMYK
RGB Variations
Color information
#DCC0FF (or 0xDCC0FF) is known color: Mauve. HEX triplet: DC, C0 and FF. RGB value is (220,192,255). Sum of RGB (Red+Green+Blue) = 220+192+255=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0FF is #233F00. Grayscale: #CFCFCF. Windows color (decimal): -2309889 or 16761052. OLE color: 16761052.
HSL color Cylindrical-coordinate representation of color #DCC0FF: hue angle of 266.67º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCC0FF is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 192 | 255 | - |
| CMYK | 0.14 | 0.25 | 0 | 0 |
| HSL | 266.67º | 1% | 0.88% | - |
| HSV(B) | 266.67º | 0.25% | 1% | - |
| XYZ | 66.41 | 60.13 | 102.71 | - |
| YUV | 207.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 255 | 0.14 | 0.25 | 0 | 0 | 266.67 | 1 | 0.88 |
| Hex | DC | C0 | FF | E | 19 | 0 | 0 | 10B | 64 | 58 |
| Octal | 334 | 300 | 377 | 16 | 31 | 0 | 0 | 413 | 144 | 130 |
| Binary | 11011100 | 11000000 | 11111111 | 1110 | 11001 | 0 | 0 | 100001011 | 1100100 | 1011000 |
Color Harmonies of #DCC0FF
Complementary color
Monochromatic Colors of #DCC0FF
Black with #DCC0FF
Text Example
Text Example
White with #DCC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0FF; }
p { color: rgb(220,192,255); }
H1.HeaderClassName
{
color: #DCC0FF;
}
.AnyTagClassName
{
color: #DCC0FF;
}
</style>
background-color css
<style>
a { background-color: #DCC0FF; }
a { background-color: rgb(220,192,255); }
div.DivClassName
{
background-color: #DCC0FF;
}
.BgClassName
{
background-color: #DCC0FF;
}
</style>
border-color css
<style>
span { border-color: #DCC0FF; }
span { border-color: rgb(220,192,255); }
td.TdClassName
{
border-color: #DCC0FF;
}
.TagClassName
{
border-color: #DCC0FF;
}
</style>