Shades of Mauve #DCBBFC
Tints of Mauve #DCBBFC
RGB
CMYK
RGB Variations
Color information
#DCBBFC (or 0xDCBBFC) is known color: Mauve. HEX triplet: DC, BB and FC. RGB value is (220,187,252). Sum of RGB (Red+Green+Blue) = 220+187+252=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCBBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBFC is #234403. Grayscale: #CCCCCC. Windows color (decimal): -2311172 or 16563164. OLE color: 16563164.
HSL color Cylindrical-coordinate representation of color #DCBBFC: hue angle of 270.46º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCBBFC is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 187 | 252 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.01 |
| HSL | 270.46º | 0.92% | 0.86% | - |
| HSV(B) | 270.46º | 0.26% | 0.99% | - |
| XYZ | 64.86 | 57.78 | 99.83 | - |
| YUV | 204.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 252 | 0.13 | 0.26 | 0 | 0.01 | 270.46 | 0.92 | 0.86 |
| Hex | DC | BB | FC | D | 1A | 0 | 1 | 10E | 5C | 56 |
| Octal | 334 | 273 | 374 | 15 | 32 | 0 | 1 | 416 | 134 | 126 |
| Binary | 11011100 | 10111011 | 11111100 | 1101 | 11010 | 0 | 1 | 100001110 | 1011100 | 1010110 |
Color Harmonies of #DCBBFC
Complementary color
Monochromatic Colors of #DCBBFC
Black with #DCBBFC
Text Example
Text Example
White with #DCBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBFC; }
p { color: rgb(220,187,252); }
H1.HeaderClassName
{
color: #DCBBFC;
}
.AnyTagClassName
{
color: #DCBBFC;
}
</style>
background-color css
<style>
a { background-color: #DCBBFC; }
a { background-color: rgb(220,187,252); }
div.DivClassName
{
background-color: #DCBBFC;
}
.BgClassName
{
background-color: #DCBBFC;
}
</style>
border-color css
<style>
span { border-color: #DCBBFC; }
span { border-color: rgb(220,187,252); }
td.TdClassName
{
border-color: #DCBBFC;
}
.TagClassName
{
border-color: #DCBBFC;
}
</style>