Shades of Mauve #DCB9EE
Tints of Mauve #DCB9EE
RGB
CMYK
RGB Variations
Color information
#DCB9EE (or 0xDCB9EE) is known color: Mauve. HEX triplet: DC, B9 and EE. RGB value is (220,185,238). Sum of RGB (Red+Green+Blue) = 220+185+238=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9EE is #234611. Grayscale: #C9C9C9. Windows color (decimal): -2311698 or 15645148. OLE color: 15645148.
HSL color Cylindrical-coordinate representation of color #DCB9EE: hue angle of 279.62º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB9EE is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 185 | 238 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.07 |
| HSL | 279.62º | 0.61% | 0.83% | - |
| HSV(B) | 279.62º | 0.22% | 0.93% | - |
| XYZ | 62.3 | 56.09 | 88.43 | - |
| YUV | 201.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 238 | 0.08 | 0.22 | 0 | 0.07 | 279.62 | 0.61 | 0.83 |
| Hex | DC | B9 | EE | 8 | 16 | 0 | 7 | 118 | 3D | 53 |
| Octal | 334 | 271 | 356 | 10 | 26 | 0 | 7 | 430 | 75 | 123 |
| Binary | 11011100 | 10111001 | 11101110 | 1000 | 10110 | 0 | 111 | 100011000 | 111101 | 1010011 |
Color Harmonies of #DCB9EE
Complementary color
Monochromatic Colors of #DCB9EE
Black with #DCB9EE
Text Example
Text Example
White with #DCB9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9EE; }
p { color: rgb(220,185,238); }
H1.HeaderClassName
{
color: #DCB9EE;
}
.AnyTagClassName
{
color: #DCB9EE;
}
</style>
background-color css
<style>
a { background-color: #DCB9EE; }
a { background-color: rgb(220,185,238); }
div.DivClassName
{
background-color: #DCB9EE;
}
.BgClassName
{
background-color: #DCB9EE;
}
</style>
border-color css
<style>
span { border-color: #DCB9EE; }
span { border-color: rgb(220,185,238); }
td.TdClassName
{
border-color: #DCB9EE;
}
.TagClassName
{
border-color: #DCB9EE;
}
</style>