Shades of Mauve #DCBDF8
Tints of Mauve #DCBDF8
RGB
CMYK
RGB Variations
Color information
#DCBDF8 (or 0xDCBDF8) is known color: Mauve. HEX triplet: DC, BD and F8. RGB value is (220,189,248). Sum of RGB (Red+Green+Blue) = 220+189+248=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCBDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDF8 is #234207. Grayscale: #CCCCCC. Windows color (decimal): -2310664 or 16301532. OLE color: 16301532.
HSL color Cylindrical-coordinate representation of color #DCBDF8: hue angle of 271.53º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBDF8 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 189 | 248 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.03 |
| HSL | 271.53º | 0.81% | 0.86% | - |
| HSV(B) | 271.53º | 0.24% | 0.97% | - |
| XYZ | 64.66 | 58.39 | 96.67 | - |
| YUV | 205 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 248 | 0.11 | 0.24 | 0 | 0.03 | 271.53 | 0.81 | 0.86 |
| Hex | DC | BD | F8 | B | 18 | 0 | 3 | 110 | 51 | 56 |
| Octal | 334 | 275 | 370 | 13 | 30 | 0 | 3 | 420 | 121 | 126 |
| Binary | 11011100 | 10111101 | 11111000 | 1011 | 11000 | 0 | 11 | 100010000 | 1010001 | 1010110 |
Color Harmonies of #DCBDF8
Complementary color
Monochromatic Colors of #DCBDF8
Black with #DCBDF8
Text Example
Text Example
White with #DCBDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDF8; }
p { color: rgb(220,189,248); }
H1.HeaderClassName
{
color: #DCBDF8;
}
.AnyTagClassName
{
color: #DCBDF8;
}
</style>
background-color css
<style>
a { background-color: #DCBDF8; }
a { background-color: rgb(220,189,248); }
div.DivClassName
{
background-color: #DCBDF8;
}
.BgClassName
{
background-color: #DCBDF8;
}
</style>
border-color css
<style>
span { border-color: #DCBDF8; }
span { border-color: rgb(220,189,248); }
td.TdClassName
{
border-color: #DCBDF8;
}
.TagClassName
{
border-color: #DCBDF8;
}
</style>