Shades of Mauve #DCBEFA
Tints of Mauve #DCBEFA
RGB
CMYK
RGB Variations
Color information
#DCBEFA (or 0xDCBEFA) is known color: Mauve. HEX triplet: DC, BE and FA. RGB value is (220,190,250). Sum of RGB (Red+Green+Blue) = 220+190+250=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 190 (74.61% from 255 or 28.79% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCBEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEFA is #234105. Grayscale: #CDCDCD. Windows color (decimal): -2310406 or 16432860. OLE color: 16432860.
HSL color Cylindrical-coordinate representation of color #DCBEFA: hue angle of 270º degrees, saturation: 0.86, 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 #DCBEFA is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 190 | 250 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.02 |
| HSL | 270º | 0.86% | 0.86% | - |
| HSV(B) | 270º | 0.24% | 0.98% | - |
| XYZ | 65.18 | 58.94 | 98.38 | - |
| YUV | 205.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 250 | 0.12 | 0.24 | 0 | 0.02 | 270 | 0.86 | 0.86 |
| Hex | DC | BE | FA | C | 18 | 0 | 2 | 10E | 56 | 56 |
| Octal | 334 | 276 | 372 | 14 | 30 | 0 | 2 | 416 | 126 | 126 |
| Binary | 11011100 | 10111110 | 11111010 | 1100 | 11000 | 0 | 10 | 100001110 | 1010110 | 1010110 |
Color Harmonies of #DCBEFA
Complementary color
Monochromatic Colors of #DCBEFA
Black with #DCBEFA
Text Example
Text Example
White with #DCBEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEFA; }
p { color: rgb(220,190,250); }
H1.HeaderClassName
{
color: #DCBEFA;
}
.AnyTagClassName
{
color: #DCBEFA;
}
</style>
background-color css
<style>
a { background-color: #DCBEFA; }
a { background-color: rgb(220,190,250); }
div.DivClassName
{
background-color: #DCBEFA;
}
.BgClassName
{
background-color: #DCBEFA;
}
</style>
border-color css
<style>
span { border-color: #DCBEFA; }
span { border-color: rgb(220,190,250); }
td.TdClassName
{
border-color: #DCBEFA;
}
.TagClassName
{
border-color: #DCBEFA;
}
</style>