Shades of Mauve #DCB9EF
Tints of Mauve #DCB9EF
RGB
CMYK
RGB Variations
Color information
#DCB9EF (or 0xDCB9EF) is known color: Mauve. HEX triplet: DC, B9 and EF. RGB value is (220,185,239). Sum of RGB (Red+Green+Blue) = 220+185+239=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 185 (72.66% from 255 or 28.73% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCB9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9EF is #234610. Grayscale: #C9C9C9. Windows color (decimal): -2311697 or 15710684. OLE color: 15710684.
HSL color Cylindrical-coordinate representation of color #DCB9EF: hue angle of 278.89º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB9EF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 185 | 239 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.06 |
| HSL | 278.89º | 0.63% | 0.83% | - |
| HSV(B) | 278.89º | 0.23% | 0.94% | - |
| XYZ | 62.44 | 56.15 | 89.21 | - |
| YUV | 201.62 | 149.1 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 239 | 0.08 | 0.23 | 0 | 0.06 | 278.89 | 0.63 | 0.83 |
| Hex | DC | B9 | EF | 8 | 17 | 0 | 6 | 117 | 3F | 53 |
| Octal | 334 | 271 | 357 | 10 | 27 | 0 | 6 | 427 | 77 | 123 |
| Binary | 11011100 | 10111001 | 11101111 | 1000 | 10111 | 0 | 110 | 100010111 | 111111 | 1010011 |
Color Harmonies of #DCB9EF
Complementary color
Monochromatic Colors of #DCB9EF
Black with #DCB9EF
Text Example
Text Example
White with #DCB9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9EF; }
p { color: rgb(220,185,239); }
H1.HeaderClassName
{
color: #DCB9EF;
}
.AnyTagClassName
{
color: #DCB9EF;
}
</style>
background-color css
<style>
a { background-color: #DCB9EF; }
a { background-color: rgb(220,185,239); }
div.DivClassName
{
background-color: #DCB9EF;
}
.BgClassName
{
background-color: #DCB9EF;
}
</style>
border-color css
<style>
span { border-color: #DCB9EF; }
span { border-color: rgb(220,185,239); }
td.TdClassName
{
border-color: #DCB9EF;
}
.TagClassName
{
border-color: #DCB9EF;
}
</style>