Shades of Mauve #DCBCFF
Tints of Mauve #DCBCFF
RGB
CMYK
RGB Variations
Color information
#DCBCFF (or 0xDCBCFF) is known color: Mauve. HEX triplet: DC, BC and FF. RGB value is (220,188,255). Sum of RGB (Red+Green+Blue) = 220+188+255=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCFF is #234300. Grayscale: #CCCCCC. Windows color (decimal): -2310913 or 16760028. OLE color: 16760028.
HSL color Cylindrical-coordinate representation of color #DCBCFF: hue angle of 268.66º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCBCFF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 188 | 255 | - |
| CMYK | 0.14 | 0.26 | 0 | 0 |
| HSL | 268.66º | 1% | 0.87% | - |
| HSV(B) | 268.66º | 0.26% | 1% | - |
| XYZ | 65.55 | 58.4 | 102.43 | - |
| YUV | 205.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 255 | 0.14 | 0.26 | 0 | 0 | 268.66 | 1 | 0.87 |
| Hex | DC | BC | FF | E | 1A | 0 | 0 | 10D | 64 | 57 |
| Octal | 334 | 274 | 377 | 16 | 32 | 0 | 0 | 415 | 144 | 127 |
| Binary | 11011100 | 10111100 | 11111111 | 1110 | 11010 | 0 | 0 | 100001101 | 1100100 | 1010111 |
Color Harmonies of #DCBCFF
Complementary color
Monochromatic Colors of #DCBCFF
Black with #DCBCFF
Text Example
Text Example
White with #DCBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCFF; }
p { color: rgb(220,188,255); }
H1.HeaderClassName
{
color: #DCBCFF;
}
.AnyTagClassName
{
color: #DCBCFF;
}
</style>
background-color css
<style>
a { background-color: #DCBCFF; }
a { background-color: rgb(220,188,255); }
div.DivClassName
{
background-color: #DCBCFF;
}
.BgClassName
{
background-color: #DCBCFF;
}
</style>
border-color css
<style>
span { border-color: #DCBCFF; }
span { border-color: rgb(220,188,255); }
td.TdClassName
{
border-color: #DCBCFF;
}
.TagClassName
{
border-color: #DCBCFF;
}
</style>