Shades of Mauve #DCC0FB
Tints of Mauve #DCC0FB
RGB
CMYK
RGB Variations
Color information
#DCC0FB (or 0xDCC0FB) is known color: Mauve. HEX triplet: DC, C0 and FB. RGB value is (220,192,251). Sum of RGB (Red+Green+Blue) = 220+192+251=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCC0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0FB is #233F04. Grayscale: #CECECE. Windows color (decimal): -2309893 or 16498908. OLE color: 16498908.
HSL color Cylindrical-coordinate representation of color #DCC0FB: hue angle of 268.47º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCC0FB is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 192 | 251 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.02 |
| HSL | 268.47º | 0.88% | 0.87% | - |
| HSV(B) | 268.47º | 0.24% | 0.98% | - |
| XYZ | 65.78 | 59.88 | 99.36 | - |
| YUV | 207.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 251 | 0.12 | 0.24 | 0 | 0.02 | 268.47 | 0.88 | 0.87 |
| Hex | DC | C0 | FB | C | 18 | 0 | 2 | 10C | 58 | 57 |
| Octal | 334 | 300 | 373 | 14 | 30 | 0 | 2 | 414 | 130 | 127 |
| Binary | 11011100 | 11000000 | 11111011 | 1100 | 11000 | 0 | 10 | 100001100 | 1011000 | 1010111 |
Color Harmonies of #DCC0FB
Complementary color
Monochromatic Colors of #DCC0FB
Black with #DCC0FB
Text Example
Text Example
White with #DCC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0FB; }
p { color: rgb(220,192,251); }
H1.HeaderClassName
{
color: #DCC0FB;
}
.AnyTagClassName
{
color: #DCC0FB;
}
</style>
background-color css
<style>
a { background-color: #DCC0FB; }
a { background-color: rgb(220,192,251); }
div.DivClassName
{
background-color: #DCC0FB;
}
.BgClassName
{
background-color: #DCC0FB;
}
</style>
border-color css
<style>
span { border-color: #DCC0FB; }
span { border-color: rgb(220,192,251); }
td.TdClassName
{
border-color: #DCC0FB;
}
.TagClassName
{
border-color: #DCC0FB;
}
</style>