Shades of Mauve #DCB1EA
Tints of Mauve #DCB1EA
RGB
CMYK
RGB Variations
Color information
#DCB1EA (or 0xDCB1EA) is known color: Mauve. HEX triplet: DC, B1 and EA. RGB value is (220,177,234). Sum of RGB (Red+Green+Blue) = 220+177+234=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 177 (69.53% from 255 or 28.05% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCB1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB1EA is #234E15. Grayscale: #C4C4C4. Windows color (decimal): -2313750 or 15380956. OLE color: 15380956.
HSL color Cylindrical-coordinate representation of color #DCB1EA: hue angle of 285.26º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCB1EA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 177 | 234 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.08 |
| HSL | 285.26º | 0.58% | 0.81% | - |
| HSV(B) | 285.26º | 0.24% | 0.92% | - |
| XYZ | 60.09 | 52.6 | 84.83 | - |
| YUV | 196.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 234 | 0.06 | 0.24 | 0 | 0.08 | 285.26 | 0.58 | 0.81 |
| Hex | DC | B1 | EA | 6 | 18 | 0 | 8 | 11D | 3A | 51 |
| Octal | 334 | 261 | 352 | 6 | 30 | 0 | 10 | 435 | 72 | 121 |
| Binary | 11011100 | 10110001 | 11101010 | 110 | 11000 | 0 | 1000 | 100011101 | 111010 | 1010001 |
Color Harmonies of #DCB1EA
Complementary color
Monochromatic Colors of #DCB1EA
Black with #DCB1EA
Text Example
Text Example
White with #DCB1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1EA; }
p { color: rgb(220,177,234); }
H1.HeaderClassName
{
color: #DCB1EA;
}
.AnyTagClassName
{
color: #DCB1EA;
}
</style>
background-color css
<style>
a { background-color: #DCB1EA; }
a { background-color: rgb(220,177,234); }
div.DivClassName
{
background-color: #DCB1EA;
}
.BgClassName
{
background-color: #DCB1EA;
}
</style>
border-color css
<style>
span { border-color: #DCB1EA; }
span { border-color: rgb(220,177,234); }
td.TdClassName
{
border-color: #DCB1EA;
}
.TagClassName
{
border-color: #DCB1EA;
}
</style>