Shades of Mauve #DCBDFF
Tints of Mauve #DCBDFF
RGB
CMYK
RGB Variations
Color information
#DCBDFF (or 0xDCBDFF) is known color: Mauve. HEX triplet: DC, BD and FF. RGB value is (220,189,255). Sum of RGB (Red+Green+Blue) = 220+189+255=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDFF is #234200. Grayscale: #CDCDCD. Windows color (decimal): -2310657 or 16760284. OLE color: 16760284.
HSL color Cylindrical-coordinate representation of color #DCBDFF: hue angle of 268.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCBDFF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 189 | 255 | - |
| CMYK | 0.14 | 0.26 | 0 | 0 |
| HSL | 268.18º | 1% | 0.87% | - |
| HSV(B) | 268.18º | 0.26% | 1% | - |
| XYZ | 65.76 | 58.83 | 102.5 | - |
| YUV | 205.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 255 | 0.14 | 0.26 | 0 | 0 | 268.18 | 1 | 0.87 |
| Hex | DC | BD | FF | E | 1A | 0 | 0 | 10C | 64 | 57 |
| Octal | 334 | 275 | 377 | 16 | 32 | 0 | 0 | 414 | 144 | 127 |
| Binary | 11011100 | 10111101 | 11111111 | 1110 | 11010 | 0 | 0 | 100001100 | 1100100 | 1010111 |
Color Harmonies of #DCBDFF
Complementary color
Monochromatic Colors of #DCBDFF
Black with #DCBDFF
Text Example
Text Example
White with #DCBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDFF; }
p { color: rgb(220,189,255); }
H1.HeaderClassName
{
color: #DCBDFF;
}
.AnyTagClassName
{
color: #DCBDFF;
}
</style>
background-color css
<style>
a { background-color: #DCBDFF; }
a { background-color: rgb(220,189,255); }
div.DivClassName
{
background-color: #DCBDFF;
}
.BgClassName
{
background-color: #DCBDFF;
}
</style>
border-color css
<style>
span { border-color: #DCBDFF; }
span { border-color: rgb(220,189,255); }
td.TdClassName
{
border-color: #DCBDFF;
}
.TagClassName
{
border-color: #DCBDFF;
}
</style>