Shades of Mauve #DCB4FB
Tints of Mauve #DCB4FB
RGB
CMYK
RGB Variations
Color information
#DCB4FB (or 0xDCB4FB) is known color: Mauve. HEX triplet: DC, B4 and FB. RGB value is (220,180,251). Sum of RGB (Red+Green+Blue) = 220+180+251=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 180 (70.70% from 255 or 27.65% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCB4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB4FB is #234B04. Grayscale: #C7C7C7. Windows color (decimal): -2312965 or 16495836. OLE color: 16495836.
HSL color Cylindrical-coordinate representation of color #DCB4FB: hue angle of 273.8º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCB4FB is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 180 | 251 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.02 |
| HSL | 273.8º | 0.9% | 0.85% | - |
| HSV(B) | 273.8º | 0.28% | 0.98% | - |
| XYZ | 63.25 | 54.82 | 98.52 | - |
| YUV | 200.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 251 | 0.12 | 0.28 | 0 | 0.02 | 273.8 | 0.9 | 0.85 |
| Hex | DC | B4 | FB | C | 1C | 0 | 2 | 112 | 5A | 55 |
| Octal | 334 | 264 | 373 | 14 | 34 | 0 | 2 | 422 | 132 | 125 |
| Binary | 11011100 | 10110100 | 11111011 | 1100 | 11100 | 0 | 10 | 100010010 | 1011010 | 1010101 |
Color Harmonies of #DCB4FB
Complementary color
Monochromatic Colors of #DCB4FB
Black with #DCB4FB
Text Example
Text Example
White with #DCB4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4FB; }
p { color: rgb(220,180,251); }
H1.HeaderClassName
{
color: #DCB4FB;
}
.AnyTagClassName
{
color: #DCB4FB;
}
</style>
background-color css
<style>
a { background-color: #DCB4FB; }
a { background-color: rgb(220,180,251); }
div.DivClassName
{
background-color: #DCB4FB;
}
.BgClassName
{
background-color: #DCB4FB;
}
</style>
border-color css
<style>
span { border-color: #DCB4FB; }
span { border-color: rgb(220,180,251); }
td.TdClassName
{
border-color: #DCB4FB;
}
.TagClassName
{
border-color: #DCB4FB;
}
</style>