Shades of Mauve #DCBCFC
Tints of Mauve #DCBCFC
RGB
CMYK
RGB Variations
Color information
#DCBCFC (or 0xDCBCFC) is known color: Mauve. HEX triplet: DC, BC and FC. RGB value is (220,188,252). Sum of RGB (Red+Green+Blue) = 220+188+252=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 188 (73.83% from 255 or 28.48% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCBCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCFC is #234303. Grayscale: #CCCCCC. Windows color (decimal): -2310916 or 16563420. OLE color: 16563420.
HSL color Cylindrical-coordinate representation of color #DCBCFC: hue angle of 270º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBCFC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 188 | 252 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.01 |
| HSL | 270º | 0.91% | 0.86% | - |
| HSV(B) | 270º | 0.25% | 0.99% | - |
| XYZ | 65.07 | 58.21 | 99.9 | - |
| YUV | 204.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 252 | 0.13 | 0.25 | 0 | 0.01 | 270 | 0.91 | 0.86 |
| Hex | DC | BC | FC | D | 19 | 0 | 1 | 10E | 5B | 56 |
| Octal | 334 | 274 | 374 | 15 | 31 | 0 | 1 | 416 | 133 | 126 |
| Binary | 11011100 | 10111100 | 11111100 | 1101 | 11001 | 0 | 1 | 100001110 | 1011011 | 1010110 |
Color Harmonies of #DCBCFC
Complementary color
Monochromatic Colors of #DCBCFC
Black with #DCBCFC
Text Example
Text Example
White with #DCBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCFC; }
p { color: rgb(220,188,252); }
H1.HeaderClassName
{
color: #DCBCFC;
}
.AnyTagClassName
{
color: #DCBCFC;
}
</style>
background-color css
<style>
a { background-color: #DCBCFC; }
a { background-color: rgb(220,188,252); }
div.DivClassName
{
background-color: #DCBCFC;
}
.BgClassName
{
background-color: #DCBCFC;
}
</style>
border-color css
<style>
span { border-color: #DCBCFC; }
span { border-color: rgb(220,188,252); }
td.TdClassName
{
border-color: #DCBCFC;
}
.TagClassName
{
border-color: #DCBCFC;
}
</style>