Shades of Mauve #DCB5FB
Tints of Mauve #DCB5FB
RGB
CMYK
RGB Variations
Color information
#DCB5FB (or 0xDCB5FB) is known color: Mauve. HEX triplet: DC, B5 and FB. RGB value is (220,181,251). Sum of RGB (Red+Green+Blue) = 220+181+251=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 181 (71.09% from 255 or 27.76% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCB5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5FB is #234A04. Grayscale: #C8C8C8. Windows color (decimal): -2312709 or 16496092. OLE color: 16496092.
HSL color Cylindrical-coordinate representation of color #DCB5FB: hue angle of 273.43º 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 #DCB5FB is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 181 | 251 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.02 |
| HSL | 273.43º | 0.9% | 0.85% | - |
| HSV(B) | 273.43º | 0.28% | 0.98% | - |
| XYZ | 63.45 | 55.23 | 98.58 | - |
| YUV | 200.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 251 | 0.12 | 0.28 | 0 | 0.02 | 273.43 | 0.9 | 0.85 |
| Hex | DC | B5 | FB | C | 1C | 0 | 2 | 111 | 5A | 55 |
| Octal | 334 | 265 | 373 | 14 | 34 | 0 | 2 | 421 | 132 | 125 |
| Binary | 11011100 | 10110101 | 11111011 | 1100 | 11100 | 0 | 10 | 100010001 | 1011010 | 1010101 |
Color Harmonies of #DCB5FB
Complementary color
Monochromatic Colors of #DCB5FB
Black with #DCB5FB
Text Example
Text Example
White with #DCB5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5FB; }
p { color: rgb(220,181,251); }
H1.HeaderClassName
{
color: #DCB5FB;
}
.AnyTagClassName
{
color: #DCB5FB;
}
</style>
background-color css
<style>
a { background-color: #DCB5FB; }
a { background-color: rgb(220,181,251); }
div.DivClassName
{
background-color: #DCB5FB;
}
.BgClassName
{
background-color: #DCB5FB;
}
</style>
border-color css
<style>
span { border-color: #DCB5FB; }
span { border-color: rgb(220,181,251); }
td.TdClassName
{
border-color: #DCB5FB;
}
.TagClassName
{
border-color: #DCB5FB;
}
</style>