Shades of Mauve #DCBCFE
Tints of Mauve #DCBCFE
RGB
CMYK
RGB Variations
Color information
#DCBCFE (or 0xDCBCFE) is known color: Mauve. HEX triplet: DC, BC and FE. RGB value is (220,188,254). Sum of RGB (Red+Green+Blue) = 220+188+254=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCBCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCFE is #234301. Grayscale: #CCCCCC. Windows color (decimal): -2310914 or 16694492. OLE color: 16694492.
HSL color Cylindrical-coordinate representation of color #DCBCFE: hue angle of 269.09º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCBCFE is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 188 | 254 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.00 |
| HSL | 269.09º | 0.97% | 0.87% | - |
| HSV(B) | 269.09º | 0.26% | 1% | - |
| XYZ | 65.39 | 58.34 | 101.58 | - |
| YUV | 205.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 254 | 0.13 | 0.26 | 0 | 0.00 | 269.09 | 0.97 | 0.87 |
| Hex | DC | BC | FE | D | 1A | 0 | 0 | 10D | 61 | 57 |
| Octal | 334 | 274 | 376 | 15 | 32 | 0 | 0 | 415 | 141 | 127 |
| Binary | 11011100 | 10111100 | 11111110 | 1101 | 11010 | 0 | 0 | 100001101 | 1100001 | 1010111 |
Color Harmonies of #DCBCFE
Complementary color
Monochromatic Colors of #DCBCFE
Black with #DCBCFE
Text Example
Text Example
White with #DCBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCFE; }
p { color: rgb(220,188,254); }
H1.HeaderClassName
{
color: #DCBCFE;
}
.AnyTagClassName
{
color: #DCBCFE;
}
</style>
background-color css
<style>
a { background-color: #DCBCFE; }
a { background-color: rgb(220,188,254); }
div.DivClassName
{
background-color: #DCBCFE;
}
.BgClassName
{
background-color: #DCBCFE;
}
</style>
border-color css
<style>
span { border-color: #DCBCFE; }
span { border-color: rgb(220,188,254); }
td.TdClassName
{
border-color: #DCBCFE;
}
.TagClassName
{
border-color: #DCBCFE;
}
</style>