Shades of Mauve #DCBDF9
Tints of Mauve #DCBDF9
RGB
CMYK
RGB Variations
Color information
#DCBDF9 (or 0xDCBDF9) is known color: Mauve. HEX triplet: DC, BD and F9. RGB value is (220,189,249). Sum of RGB (Red+Green+Blue) = 220+189+249=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCBDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDF9 is #234206. Grayscale: #CCCCCC. Windows color (decimal): -2310663 or 16367068. OLE color: 16367068.
HSL color Cylindrical-coordinate representation of color #DCBDF9: hue angle of 271º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBDF9 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 189 | 249 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.02 |
| HSL | 271º | 0.83% | 0.86% | - |
| HSV(B) | 271º | 0.24% | 0.98% | - |
| XYZ | 64.81 | 58.45 | 97.49 | - |
| YUV | 205.11 | 152.77 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 249 | 0.12 | 0.24 | 0 | 0.02 | 271 | 0.83 | 0.86 |
| Hex | DC | BD | F9 | C | 18 | 0 | 2 | 10F | 53 | 56 |
| Octal | 334 | 275 | 371 | 14 | 30 | 0 | 2 | 417 | 123 | 126 |
| Binary | 11011100 | 10111101 | 11111001 | 1100 | 11000 | 0 | 10 | 100001111 | 1010011 | 1010110 |
Color Harmonies of #DCBDF9
Complementary color
Monochromatic Colors of #DCBDF9
Black with #DCBDF9
Text Example
Text Example
White with #DCBDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDF9; }
p { color: rgb(220,189,249); }
H1.HeaderClassName
{
color: #DCBDF9;
}
.AnyTagClassName
{
color: #DCBDF9;
}
</style>
background-color css
<style>
a { background-color: #DCBDF9; }
a { background-color: rgb(220,189,249); }
div.DivClassName
{
background-color: #DCBDF9;
}
.BgClassName
{
background-color: #DCBDF9;
}
</style>
border-color css
<style>
span { border-color: #DCBDF9; }
span { border-color: rgb(220,189,249); }
td.TdClassName
{
border-color: #DCBDF9;
}
.TagClassName
{
border-color: #DCBDF9;
}
</style>