Shades of Mauve #DCB4FF
Tints of Mauve #DCB4FF
RGB
CMYK
RGB Variations
Color information
#DCB4FF (or 0xDCB4FF) is known color: Mauve. HEX triplet: DC, B4 and FF. RGB value is (220,180,255). Sum of RGB (Red+Green+Blue) = 220+180+255=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 180 (70.70% from 255 or 27.48% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB4FF is #234B00. Grayscale: #C8C8C8. Windows color (decimal): -2312961 or 16757980. OLE color: 16757980.
HSL color Cylindrical-coordinate representation of color #DCB4FF: hue angle of 272º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB4FF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 180 | 255 | - |
| CMYK | 0.14 | 0.29 | 0 | 0 |
| HSL | 272º | 1% | 0.85% | - |
| HSV(B) | 272º | 0.29% | 1% | - |
| XYZ | 63.89 | 55.08 | 101.87 | - |
| YUV | 200.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 255 | 0.14 | 0.29 | 0 | 0 | 272 | 1 | 0.85 |
| Hex | DC | B4 | FF | E | 1D | 0 | 0 | 110 | 64 | 55 |
| Octal | 334 | 264 | 377 | 16 | 35 | 0 | 0 | 420 | 144 | 125 |
| Binary | 11011100 | 10110100 | 11111111 | 1110 | 11101 | 0 | 0 | 100010000 | 1100100 | 1010101 |
Color Harmonies of #DCB4FF
Complementary color
Monochromatic Colors of #DCB4FF
Black with #DCB4FF
Text Example
Text Example
White with #DCB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4FF; }
p { color: rgb(220,180,255); }
H1.HeaderClassName
{
color: #DCB4FF;
}
.AnyTagClassName
{
color: #DCB4FF;
}
</style>
background-color css
<style>
a { background-color: #DCB4FF; }
a { background-color: rgb(220,180,255); }
div.DivClassName
{
background-color: #DCB4FF;
}
.BgClassName
{
background-color: #DCB4FF;
}
</style>
border-color css
<style>
span { border-color: #DCB4FF; }
span { border-color: rgb(220,180,255); }
td.TdClassName
{
border-color: #DCB4FF;
}
.TagClassName
{
border-color: #DCB4FF;
}
</style>