Shades of Mauve #DCBFFC
Tints of Mauve #DCBFFC
RGB
CMYK
RGB Variations
Color information
#DCBFFC (or 0xDCBFFC) is known color: Mauve. HEX triplet: DC, BF and FC. RGB value is (220,191,252). Sum of RGB (Red+Green+Blue) = 220+191+252=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCBFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFFC is #234003. Grayscale: #CECECE. Windows color (decimal): -2310148 or 16564188. OLE color: 16564188.
HSL color Cylindrical-coordinate representation of color #DCBFFC: hue angle of 268.52º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBFFC is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 191 | 252 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.01 |
| HSL | 268.52º | 0.91% | 0.87% | - |
| HSV(B) | 268.52º | 0.24% | 0.99% | - |
| XYZ | 65.72 | 59.51 | 100.12 | - |
| YUV | 206.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 252 | 0.13 | 0.24 | 0 | 0.01 | 268.52 | 0.91 | 0.87 |
| Hex | DC | BF | FC | D | 18 | 0 | 1 | 10D | 5B | 57 |
| Octal | 334 | 277 | 374 | 15 | 30 | 0 | 1 | 415 | 133 | 127 |
| Binary | 11011100 | 10111111 | 11111100 | 1101 | 11000 | 0 | 1 | 100001101 | 1011011 | 1010111 |
Color Harmonies of #DCBFFC
Complementary color
Monochromatic Colors of #DCBFFC
Black with #DCBFFC
Text Example
Text Example
White with #DCBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFFC; }
p { color: rgb(220,191,252); }
H1.HeaderClassName
{
color: #DCBFFC;
}
.AnyTagClassName
{
color: #DCBFFC;
}
</style>
background-color css
<style>
a { background-color: #DCBFFC; }
a { background-color: rgb(220,191,252); }
div.DivClassName
{
background-color: #DCBFFC;
}
.BgClassName
{
background-color: #DCBFFC;
}
</style>
border-color css
<style>
span { border-color: #DCBFFC; }
span { border-color: rgb(220,191,252); }
td.TdClassName
{
border-color: #DCBFFC;
}
.TagClassName
{
border-color: #DCBFFC;
}
</style>