Shades of Mauve #DCBDF5
Tints of Mauve #DCBDF5
RGB
CMYK
RGB Variations
Color information
#DCBDF5 (or 0xDCBDF5) is known color: Mauve. HEX triplet: DC, BD and F5. RGB value is (220,189,245). Sum of RGB (Red+Green+Blue) = 220+189+245=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCBDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDF5 is #23420A. Grayscale: #CCCCCC. Windows color (decimal): -2310667 or 16104924. OLE color: 16104924.
HSL color Cylindrical-coordinate representation of color #DCBDF5: hue angle of 273.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBDF5 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 189 | 245 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.04 |
| HSL | 273.21º | 0.74% | 0.85% | - |
| HSV(B) | 273.21º | 0.23% | 0.96% | - |
| XYZ | 64.19 | 58.2 | 94.24 | - |
| YUV | 204.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 245 | 0.10 | 0.23 | 0 | 0.04 | 273.21 | 0.74 | 0.85 |
| Hex | DC | BD | F5 | A | 17 | 0 | 4 | 111 | 4A | 55 |
| Octal | 334 | 275 | 365 | 12 | 27 | 0 | 4 | 421 | 112 | 125 |
| Binary | 11011100 | 10111101 | 11110101 | 1010 | 10111 | 0 | 100 | 100010001 | 1001010 | 1010101 |
Color Harmonies of #DCBDF5
Complementary color
Monochromatic Colors of #DCBDF5
Black with #DCBDF5
Text Example
Text Example
White with #DCBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDF5; }
p { color: rgb(220,189,245); }
H1.HeaderClassName
{
color: #DCBDF5;
}
.AnyTagClassName
{
color: #DCBDF5;
}
</style>
background-color css
<style>
a { background-color: #DCBDF5; }
a { background-color: rgb(220,189,245); }
div.DivClassName
{
background-color: #DCBDF5;
}
.BgClassName
{
background-color: #DCBDF5;
}
</style>
border-color css
<style>
span { border-color: #DCBDF5; }
span { border-color: rgb(220,189,245); }
td.TdClassName
{
border-color: #DCBDF5;
}
.TagClassName
{
border-color: #DCBDF5;
}
</style>