Shades of Mauve #DCBDF0
Tints of Mauve #DCBDF0
RGB
CMYK
RGB Variations
Color information
#DCBDF0 (or 0xDCBDF0) is known color: Mauve. HEX triplet: DC, BD and F0. RGB value is (220,189,240). Sum of RGB (Red+Green+Blue) = 220+189+240=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCBDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDF0 is #23420F. Grayscale: #CBCBCB. Windows color (decimal): -2310672 or 15777244. OLE color: 15777244.
HSL color Cylindrical-coordinate representation of color #DCBDF0: hue angle of 276.47º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBDF0 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 189 | 240 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.06 |
| HSL | 276.47º | 0.63% | 0.84% | - |
| HSV(B) | 276.47º | 0.21% | 0.94% | - |
| XYZ | 63.44 | 57.9 | 90.27 | - |
| YUV | 204.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 240 | 0.08 | 0.21 | 0 | 0.06 | 276.47 | 0.63 | 0.84 |
| Hex | DC | BD | F0 | 8 | 15 | 0 | 6 | 114 | 3F | 54 |
| Octal | 334 | 275 | 360 | 10 | 25 | 0 | 6 | 424 | 77 | 124 |
| Binary | 11011100 | 10111101 | 11110000 | 1000 | 10101 | 0 | 110 | 100010100 | 111111 | 1010100 |
Color Harmonies of #DCBDF0
Complementary color
Monochromatic Colors of #DCBDF0
Black with #DCBDF0
Text Example
Text Example
White with #DCBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDF0; }
p { color: rgb(220,189,240); }
H1.HeaderClassName
{
color: #DCBDF0;
}
.AnyTagClassName
{
color: #DCBDF0;
}
</style>
background-color css
<style>
a { background-color: #DCBDF0; }
a { background-color: rgb(220,189,240); }
div.DivClassName
{
background-color: #DCBDF0;
}
.BgClassName
{
background-color: #DCBDF0;
}
</style>
border-color css
<style>
span { border-color: #DCBDF0; }
span { border-color: rgb(220,189,240); }
td.TdClassName
{
border-color: #DCBDF0;
}
.TagClassName
{
border-color: #DCBDF0;
}
</style>