Shades of Mauve #DCBFF6
Tints of Mauve #DCBFF6
RGB
CMYK
RGB Variations
Color information
#DCBFF6 (or 0xDCBFF6) is known color: Mauve. HEX triplet: DC, BF and F6. RGB value is (220,191,246). Sum of RGB (Red+Green+Blue) = 220+191+246=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCBFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFF6 is #234009. Grayscale: #CDCDCD. Windows color (decimal): -2310154 or 16170972. OLE color: 16170972.
HSL color Cylindrical-coordinate representation of color #DCBFF6: hue angle of 271.64º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBFF6 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 191 | 246 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.04 |
| HSL | 271.64º | 0.75% | 0.86% | - |
| HSV(B) | 271.64º | 0.22% | 0.96% | - |
| XYZ | 64.78 | 59.13 | 95.19 | - |
| YUV | 205.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 246 | 0.11 | 0.22 | 0 | 0.04 | 271.64 | 0.75 | 0.86 |
| Hex | DC | BF | F6 | B | 16 | 0 | 4 | 110 | 4B | 56 |
| Octal | 334 | 277 | 366 | 13 | 26 | 0 | 4 | 420 | 113 | 126 |
| Binary | 11011100 | 10111111 | 11110110 | 1011 | 10110 | 0 | 100 | 100010000 | 1001011 | 1010110 |
Color Harmonies of #DCBFF6
Complementary color
Monochromatic Colors of #DCBFF6
Black with #DCBFF6
Text Example
Text Example
White with #DCBFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFF6; }
p { color: rgb(220,191,246); }
H1.HeaderClassName
{
color: #DCBFF6;
}
.AnyTagClassName
{
color: #DCBFF6;
}
</style>
background-color css
<style>
a { background-color: #DCBFF6; }
a { background-color: rgb(220,191,246); }
div.DivClassName
{
background-color: #DCBFF6;
}
.BgClassName
{
background-color: #DCBFF6;
}
</style>
border-color css
<style>
span { border-color: #DCBFF6; }
span { border-color: rgb(220,191,246); }
td.TdClassName
{
border-color: #DCBFF6;
}
.TagClassName
{
border-color: #DCBFF6;
}
</style>