Shades of Mauve #DCB8F0
Tints of Mauve #DCB8F0
RGB
CMYK
RGB Variations
Color information
#DCB8F0 (or 0xDCB8F0) is known color: Mauve. HEX triplet: DC, B8 and F0. RGB value is (220,184,240). Sum of RGB (Red+Green+Blue) = 220+184+240=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 184 (72.27% from 255 or 28.57% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCB8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB8F0 is #23470F. Grayscale: #C8C8C8. Windows color (decimal): -2311952 or 15775964. OLE color: 15775964.
HSL color Cylindrical-coordinate representation of color #DCB8F0: hue angle of 278.57º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB8F0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 184 | 240 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.06 |
| HSL | 278.57º | 0.65% | 0.83% | - |
| HSV(B) | 278.57º | 0.23% | 0.94% | - |
| XYZ | 62.38 | 55.79 | 89.92 | - |
| YUV | 201.15 | 149.93 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 240 | 0.08 | 0.23 | 0 | 0.06 | 278.57 | 0.65 | 0.83 |
| Hex | DC | B8 | F0 | 8 | 17 | 0 | 6 | 117 | 41 | 53 |
| Octal | 334 | 270 | 360 | 10 | 27 | 0 | 6 | 427 | 101 | 123 |
| Binary | 11011100 | 10111000 | 11110000 | 1000 | 10111 | 0 | 110 | 100010111 | 1000001 | 1010011 |
Color Harmonies of #DCB8F0
Complementary color
Monochromatic Colors of #DCB8F0
Black with #DCB8F0
Text Example
Text Example
White with #DCB8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8F0; }
p { color: rgb(220,184,240); }
H1.HeaderClassName
{
color: #DCB8F0;
}
.AnyTagClassName
{
color: #DCB8F0;
}
</style>
background-color css
<style>
a { background-color: #DCB8F0; }
a { background-color: rgb(220,184,240); }
div.DivClassName
{
background-color: #DCB8F0;
}
.BgClassName
{
background-color: #DCB8F0;
}
</style>
border-color css
<style>
span { border-color: #DCB8F0; }
span { border-color: rgb(220,184,240); }
td.TdClassName
{
border-color: #DCB8F0;
}
.TagClassName
{
border-color: #DCB8F0;
}
</style>