Shades of Mauve #DCB0F2
Tints of Mauve #DCB0F2
RGB
CMYK
RGB Variations
Color information
#DCB0F2 (or 0xDCB0F2) is known color: Mauve. HEX triplet: DC, B0 and F2. RGB value is (220,176,242). Sum of RGB (Red+Green+Blue) = 220+176+242=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCB0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0F2 is #234F0D. Grayscale: #C4C4C4. Windows color (decimal): -2313998 or 15904988. OLE color: 15904988.
HSL color Cylindrical-coordinate representation of color #DCB0F2: hue angle of 280º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCB0F2 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 176 | 242 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.05 |
| HSL | 280º | 0.72% | 0.82% | - |
| HSV(B) | 280º | 0.27% | 0.95% | - |
| XYZ | 61.07 | 52.68 | 90.95 | - |
| YUV | 196.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 242 | 0.09 | 0.27 | 0 | 0.05 | 280 | 0.72 | 0.82 |
| Hex | DC | B0 | F2 | 9 | 1B | 0 | 5 | 118 | 48 | 52 |
| Octal | 334 | 260 | 362 | 11 | 33 | 0 | 5 | 430 | 110 | 122 |
| Binary | 11011100 | 10110000 | 11110010 | 1001 | 11011 | 0 | 101 | 100011000 | 1001000 | 1010010 |
Color Harmonies of #DCB0F2
Complementary color
Monochromatic Colors of #DCB0F2
Black with #DCB0F2
Text Example
Text Example
White with #DCB0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0F2; }
p { color: rgb(220,176,242); }
H1.HeaderClassName
{
color: #DCB0F2;
}
.AnyTagClassName
{
color: #DCB0F2;
}
</style>
background-color css
<style>
a { background-color: #DCB0F2; }
a { background-color: rgb(220,176,242); }
div.DivClassName
{
background-color: #DCB0F2;
}
.BgClassName
{
background-color: #DCB0F2;
}
</style>
border-color css
<style>
span { border-color: #DCB0F2; }
span { border-color: rgb(220,176,242); }
td.TdClassName
{
border-color: #DCB0F2;
}
.TagClassName
{
border-color: #DCB0F2;
}
</style>