Shades of Mauve #DCBFFF
Tints of Mauve #DCBFFF
RGB
CMYK
RGB Variations
Color information
#DCBFFF (or 0xDCBFFF) is known color: Mauve. HEX triplet: DC, BF and FF. RGB value is (220,191,255). Sum of RGB (Red+Green+Blue) = 220+191+255=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFFF is #234000. Grayscale: #CECECE. Windows color (decimal): -2310145 or 16760796. OLE color: 16760796.
HSL color Cylindrical-coordinate representation of color #DCBFFF: hue angle of 267.19º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBFFF is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 191 | 255 | - |
| CMYK | 0.14 | 0.25 | 0 | 0 |
| HSL | 267.19º | 1% | 0.87% | - |
| HSV(B) | 267.19º | 0.25% | 1% | - |
| XYZ | 66.2 | 59.7 | 102.64 | - |
| YUV | 206.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 255 | 0.14 | 0.25 | 0 | 0 | 267.19 | 1 | 0.87 |
| Hex | DC | BF | FF | E | 19 | 0 | 0 | 10B | 64 | 57 |
| Octal | 334 | 277 | 377 | 16 | 31 | 0 | 0 | 413 | 144 | 127 |
| Binary | 11011100 | 10111111 | 11111111 | 1110 | 11001 | 0 | 0 | 100001011 | 1100100 | 1010111 |
Color Harmonies of #DCBFFF
Complementary color
Monochromatic Colors of #DCBFFF
Black with #DCBFFF
Text Example
Text Example
White with #DCBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFFF; }
p { color: rgb(220,191,255); }
H1.HeaderClassName
{
color: #DCBFFF;
}
.AnyTagClassName
{
color: #DCBFFF;
}
</style>
background-color css
<style>
a { background-color: #DCBFFF; }
a { background-color: rgb(220,191,255); }
div.DivClassName
{
background-color: #DCBFFF;
}
.BgClassName
{
background-color: #DCBFFF;
}
</style>
border-color css
<style>
span { border-color: #DCBFFF; }
span { border-color: rgb(220,191,255); }
td.TdClassName
{
border-color: #DCBFFF;
}
.TagClassName
{
border-color: #DCBFFF;
}
</style>