Shades of Mauve #DCBDFE
Tints of Mauve #DCBDFE
RGB
CMYK
RGB Variations
Color information
#DCBDFE (or 0xDCBDFE) is known color: Mauve. HEX triplet: DC, BD and FE. RGB value is (220,189,254). Sum of RGB (Red+Green+Blue) = 220+189+254=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDFE is #234201. Grayscale: #CDCDCD. Windows color (decimal): -2310658 or 16694748. OLE color: 16694748.
HSL color Cylindrical-coordinate representation of color #DCBDFE: hue angle of 268.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCBDFE is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 189 | 254 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.00 |
| HSL | 268.62º | 0.97% | 0.87% | - |
| HSV(B) | 268.62º | 0.26% | 1% | - |
| XYZ | 65.6 | 58.77 | 101.65 | - |
| YUV | 205.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 254 | 0.13 | 0.26 | 0 | 0.00 | 268.62 | 0.97 | 0.87 |
| Hex | DC | BD | FE | D | 1A | 0 | 0 | 10D | 61 | 57 |
| Octal | 334 | 275 | 376 | 15 | 32 | 0 | 0 | 415 | 141 | 127 |
| Binary | 11011100 | 10111101 | 11111110 | 1101 | 11010 | 0 | 0 | 100001101 | 1100001 | 1010111 |
Color Harmonies of #DCBDFE
Complementary color
Monochromatic Colors of #DCBDFE
Black with #DCBDFE
Text Example
Text Example
White with #DCBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDFE; }
p { color: rgb(220,189,254); }
H1.HeaderClassName
{
color: #DCBDFE;
}
.AnyTagClassName
{
color: #DCBDFE;
}
</style>
background-color css
<style>
a { background-color: #DCBDFE; }
a { background-color: rgb(220,189,254); }
div.DivClassName
{
background-color: #DCBDFE;
}
.BgClassName
{
background-color: #DCBDFE;
}
</style>
border-color css
<style>
span { border-color: #DCBDFE; }
span { border-color: rgb(220,189,254); }
td.TdClassName
{
border-color: #DCBDFE;
}
.TagClassName
{
border-color: #DCBDFE;
}
</style>