Shades of Mauve #DCBDEE
Tints of Mauve #DCBDEE
RGB
CMYK
RGB Variations
Color information
#DCBDEE (or 0xDCBDEE) is known color: Mauve. HEX triplet: DC, BD and EE. RGB value is (220,189,238). Sum of RGB (Red+Green+Blue) = 220+189+238=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCBDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDEE is #234211. Grayscale: #CBCBCB. Windows color (decimal): -2310674 or 15646172. OLE color: 15646172.
HSL color Cylindrical-coordinate representation of color #DCBDEE: hue angle of 277.96º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBDEE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 189 | 238 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.07 |
| HSL | 277.96º | 0.59% | 0.84% | - |
| HSV(B) | 277.96º | 0.21% | 0.93% | - |
| XYZ | 63.15 | 57.78 | 88.71 | - |
| YUV | 203.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 238 | 0.08 | 0.21 | 0 | 0.07 | 277.96 | 0.59 | 0.84 |
| Hex | DC | BD | EE | 8 | 15 | 0 | 7 | 116 | 3B | 54 |
| Octal | 334 | 275 | 356 | 10 | 25 | 0 | 7 | 426 | 73 | 124 |
| Binary | 11011100 | 10111101 | 11101110 | 1000 | 10101 | 0 | 111 | 100010110 | 111011 | 1010100 |
Color Harmonies of #DCBDEE
Complementary color
Monochromatic Colors of #DCBDEE
Black with #DCBDEE
Text Example
Text Example
White with #DCBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDEE; }
p { color: rgb(220,189,238); }
H1.HeaderClassName
{
color: #DCBDEE;
}
.AnyTagClassName
{
color: #DCBDEE;
}
</style>
background-color css
<style>
a { background-color: #DCBDEE; }
a { background-color: rgb(220,189,238); }
div.DivClassName
{
background-color: #DCBDEE;
}
.BgClassName
{
background-color: #DCBDEE;
}
</style>
border-color css
<style>
span { border-color: #DCBDEE; }
span { border-color: rgb(220,189,238); }
td.TdClassName
{
border-color: #DCBDEE;
}
.TagClassName
{
border-color: #DCBDEE;
}
</style>