Shades of Mauve #DCB0FE
Tints of Mauve #DCB0FE
RGB
CMYK
RGB Variations
Color information
#DCB0FE (or 0xDCB0FE) is known color: Mauve. HEX triplet: DC, B0 and FE. RGB value is (220,176,254). Sum of RGB (Red+Green+Blue) = 220+176+254=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCB0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0FE is #234F01. Grayscale: #C5C5C5. Windows color (decimal): -2313986 or 16691420. OLE color: 16691420.
HSL color Cylindrical-coordinate representation of color #DCB0FE: hue angle of 273.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCB0FE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 176 | 254 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.00 |
| HSL | 273.85º | 0.98% | 0.84% | - |
| HSV(B) | 273.85º | 0.31% | 1% | - |
| XYZ | 62.93 | 53.42 | 100.76 | - |
| YUV | 198.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 254 | 0.13 | 0.31 | 0 | 0.00 | 273.85 | 0.98 | 0.84 |
| Hex | DC | B0 | FE | D | 1F | 0 | 0 | 112 | 62 | 54 |
| Octal | 334 | 260 | 376 | 15 | 37 | 0 | 0 | 422 | 142 | 124 |
| Binary | 11011100 | 10110000 | 11111110 | 1101 | 11111 | 0 | 0 | 100010010 | 1100010 | 1010100 |
Color Harmonies of #DCB0FE
Complementary color
Monochromatic Colors of #DCB0FE
Black with #DCB0FE
Text Example
Text Example
White with #DCB0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0FE; }
p { color: rgb(220,176,254); }
H1.HeaderClassName
{
color: #DCB0FE;
}
.AnyTagClassName
{
color: #DCB0FE;
}
</style>
background-color css
<style>
a { background-color: #DCB0FE; }
a { background-color: rgb(220,176,254); }
div.DivClassName
{
background-color: #DCB0FE;
}
.BgClassName
{
background-color: #DCB0FE;
}
</style>
border-color css
<style>
span { border-color: #DCB0FE; }
span { border-color: rgb(220,176,254); }
td.TdClassName
{
border-color: #DCB0FE;
}
.TagClassName
{
border-color: #DCB0FE;
}
</style>