Shades of Mauve #DCBBF5
Tints of Mauve #DCBBF5
RGB
CMYK
RGB Variations
Color information
#DCBBF5 (or 0xDCBBF5) is known color: Mauve. HEX triplet: DC, BB and F5. RGB value is (220,187,245). Sum of RGB (Red+Green+Blue) = 220+187+245=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCBBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBF5 is #23440A. Grayscale: #CBCBCB. Windows color (decimal): -2311179 or 16104412. OLE color: 16104412.
HSL color Cylindrical-coordinate representation of color #DCBBF5: hue angle of 274.14º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBBF5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 187 | 245 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.04 |
| HSL | 274.14º | 0.74% | 0.85% | - |
| HSV(B) | 274.14º | 0.24% | 0.96% | - |
| XYZ | 63.77 | 57.35 | 94.09 | - |
| YUV | 203.48 | 151.43 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 245 | 0.10 | 0.24 | 0 | 0.04 | 274.14 | 0.74 | 0.85 |
| Hex | DC | BB | F5 | A | 18 | 0 | 4 | 112 | 4A | 55 |
| Octal | 334 | 273 | 365 | 12 | 30 | 0 | 4 | 422 | 112 | 125 |
| Binary | 11011100 | 10111011 | 11110101 | 1010 | 11000 | 0 | 100 | 100010010 | 1001010 | 1010101 |
Color Harmonies of #DCBBF5
Complementary color
Monochromatic Colors of #DCBBF5
Black with #DCBBF5
Text Example
Text Example
White with #DCBBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBF5; }
p { color: rgb(220,187,245); }
H1.HeaderClassName
{
color: #DCBBF5;
}
.AnyTagClassName
{
color: #DCBBF5;
}
</style>
background-color css
<style>
a { background-color: #DCBBF5; }
a { background-color: rgb(220,187,245); }
div.DivClassName
{
background-color: #DCBBF5;
}
.BgClassName
{
background-color: #DCBBF5;
}
</style>
border-color css
<style>
span { border-color: #DCBBF5; }
span { border-color: rgb(220,187,245); }
td.TdClassName
{
border-color: #DCBBF5;
}
.TagClassName
{
border-color: #DCBBF5;
}
</style>