Shades of Mauve #DCB1FF
Tints of Mauve #DCB1FF
RGB
CMYK
RGB Variations
Color information
#DCB1FF (or 0xDCB1FF) is known color: Mauve. HEX triplet: DC, B1 and FF. RGB value is (220,177,255). Sum of RGB (Red+Green+Blue) = 220+177+255=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 177 (69.53% from 255 or 27.15% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB1FF is #234E00. Grayscale: #C6C6C6. Windows color (decimal): -2313729 or 16757212. OLE color: 16757212.
HSL color Cylindrical-coordinate representation of color #DCB1FF: hue angle of 273.08º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCB1FF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 177 | 255 | - |
| CMYK | 0.14 | 0.31 | 0 | 0 |
| HSL | 273.08º | 1% | 0.85% | - |
| HSV(B) | 273.08º | 0.31% | 1% | - |
| XYZ | 63.29 | 53.88 | 101.67 | - |
| YUV | 198.75 | 159.75 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 255 | 0.14 | 0.31 | 0 | 0 | 273.08 | 1 | 0.85 |
| Hex | DC | B1 | FF | E | 1F | 0 | 0 | 111 | 64 | 55 |
| Octal | 334 | 261 | 377 | 16 | 37 | 0 | 0 | 421 | 144 | 125 |
| Binary | 11011100 | 10110001 | 11111111 | 1110 | 11111 | 0 | 0 | 100010001 | 1100100 | 1010101 |
Color Harmonies of #DCB1FF
Complementary color
Monochromatic Colors of #DCB1FF
Black with #DCB1FF
Text Example
Text Example
White with #DCB1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1FF; }
p { color: rgb(220,177,255); }
H1.HeaderClassName
{
color: #DCB1FF;
}
.AnyTagClassName
{
color: #DCB1FF;
}
</style>
background-color css
<style>
a { background-color: #DCB1FF; }
a { background-color: rgb(220,177,255); }
div.DivClassName
{
background-color: #DCB1FF;
}
.BgClassName
{
background-color: #DCB1FF;
}
</style>
border-color css
<style>
span { border-color: #DCB1FF; }
span { border-color: rgb(220,177,255); }
td.TdClassName
{
border-color: #DCB1FF;
}
.TagClassName
{
border-color: #DCB1FF;
}
</style>