Shades of Mauve #DCB3EA
Tints of Mauve #DCB3EA
RGB
CMYK
RGB Variations
Color information
#DCB3EA (or 0xDCB3EA) is known color: Mauve. HEX triplet: DC, B3 and EA. RGB value is (220,179,234). Sum of RGB (Red+Green+Blue) = 220+179+234=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 179 (70.31% from 255 or 28.28% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCB3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3EA is #234C15. Grayscale: #C5C5C5. Windows color (decimal): -2313238 or 15381468. OLE color: 15381468.
HSL color Cylindrical-coordinate representation of color #DCB3EA: hue angle of 284.73º degrees, saturation: 0.57, 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 #DCB3EA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 179 | 234 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.08 |
| HSL | 284.73º | 0.57% | 0.81% | - |
| HSV(B) | 284.73º | 0.24% | 0.92% | - |
| XYZ | 60.49 | 53.4 | 84.96 | - |
| YUV | 197.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 234 | 0.06 | 0.24 | 0 | 0.08 | 284.73 | 0.57 | 0.81 |
| Hex | DC | B3 | EA | 6 | 18 | 0 | 8 | 11D | 39 | 51 |
| Octal | 334 | 263 | 352 | 6 | 30 | 0 | 10 | 435 | 71 | 121 |
| Binary | 11011100 | 10110011 | 11101010 | 110 | 11000 | 0 | 1000 | 100011101 | 111001 | 1010001 |
Color Harmonies of #DCB3EA
Complementary color
Monochromatic Colors of #DCB3EA
Black with #DCB3EA
Text Example
Text Example
White with #DCB3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3EA; }
p { color: rgb(220,179,234); }
H1.HeaderClassName
{
color: #DCB3EA;
}
.AnyTagClassName
{
color: #DCB3EA;
}
</style>
background-color css
<style>
a { background-color: #DCB3EA; }
a { background-color: rgb(220,179,234); }
div.DivClassName
{
background-color: #DCB3EA;
}
.BgClassName
{
background-color: #DCB3EA;
}
</style>
border-color css
<style>
span { border-color: #DCB3EA; }
span { border-color: rgb(220,179,234); }
td.TdClassName
{
border-color: #DCB3EA;
}
.TagClassName
{
border-color: #DCB3EA;
}
</style>