Shades of Mauve #DCBBF0
Tints of Mauve #DCBBF0
RGB
CMYK
RGB Variations
Color information
#DCBBF0 (or 0xDCBBF0) is known color: Mauve. HEX triplet: DC, BB and F0. RGB value is (220,187,240). Sum of RGB (Red+Green+Blue) = 220+187+240=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCBBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBF0 is #23440F. Grayscale: #CACACA. Windows color (decimal): -2311184 or 15776732. OLE color: 15776732.
HSL color Cylindrical-coordinate representation of color #DCBBF0: hue angle of 277.36º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBBF0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 187 | 240 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.06 |
| HSL | 277.36º | 0.64% | 0.84% | - |
| HSV(B) | 277.36º | 0.22% | 0.94% | - |
| XYZ | 63.01 | 57.05 | 90.13 | - |
| YUV | 202.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 240 | 0.08 | 0.22 | 0 | 0.06 | 277.36 | 0.64 | 0.84 |
| Hex | DC | BB | F0 | 8 | 16 | 0 | 6 | 115 | 40 | 54 |
| Octal | 334 | 273 | 360 | 10 | 26 | 0 | 6 | 425 | 100 | 124 |
| Binary | 11011100 | 10111011 | 11110000 | 1000 | 10110 | 0 | 110 | 100010101 | 1000000 | 1010100 |
Color Harmonies of #DCBBF0
Complementary color
Monochromatic Colors of #DCBBF0
Black with #DCBBF0
Text Example
Text Example
White with #DCBBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBF0; }
p { color: rgb(220,187,240); }
H1.HeaderClassName
{
color: #DCBBF0;
}
.AnyTagClassName
{
color: #DCBBF0;
}
</style>
background-color css
<style>
a { background-color: #DCBBF0; }
a { background-color: rgb(220,187,240); }
div.DivClassName
{
background-color: #DCBBF0;
}
.BgClassName
{
background-color: #DCBBF0;
}
</style>
border-color css
<style>
span { border-color: #DCBBF0; }
span { border-color: rgb(220,187,240); }
td.TdClassName
{
border-color: #DCBBF0;
}
.TagClassName
{
border-color: #DCBBF0;
}
</style>