Shades of Mauve #DCB1EF
Tints of Mauve #DCB1EF
RGB
CMYK
RGB Variations
Color information
#DCB1EF (or 0xDCB1EF) is known color: Mauve. HEX triplet: DC, B1 and EF. RGB value is (220,177,239). Sum of RGB (Red+Green+Blue) = 220+177+239=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCB1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB1EF is #234E10. Grayscale: #C4C4C4. Windows color (decimal): -2313745 or 15708636. OLE color: 15708636.
HSL color Cylindrical-coordinate representation of color #DCB1EF: hue angle of 281.61º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCB1EF is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 177 | 239 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.06 |
| HSL | 281.61º | 0.66% | 0.82% | - |
| HSV(B) | 281.61º | 0.26% | 0.94% | - |
| XYZ | 60.82 | 52.89 | 88.67 | - |
| YUV | 196.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 239 | 0.08 | 0.26 | 0 | 0.06 | 281.61 | 0.66 | 0.82 |
| Hex | DC | B1 | EF | 8 | 1A | 0 | 6 | 11A | 42 | 52 |
| Octal | 334 | 261 | 357 | 10 | 32 | 0 | 6 | 432 | 102 | 122 |
| Binary | 11011100 | 10110001 | 11101111 | 1000 | 11010 | 0 | 110 | 100011010 | 1000010 | 1010010 |
Color Harmonies of #DCB1EF
Complementary color
Monochromatic Colors of #DCB1EF
Black with #DCB1EF
Text Example
Text Example
White with #DCB1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1EF; }
p { color: rgb(220,177,239); }
H1.HeaderClassName
{
color: #DCB1EF;
}
.AnyTagClassName
{
color: #DCB1EF;
}
</style>
background-color css
<style>
a { background-color: #DCB1EF; }
a { background-color: rgb(220,177,239); }
div.DivClassName
{
background-color: #DCB1EF;
}
.BgClassName
{
background-color: #DCB1EF;
}
</style>
border-color css
<style>
span { border-color: #DCB1EF; }
span { border-color: rgb(220,177,239); }
td.TdClassName
{
border-color: #DCB1EF;
}
.TagClassName
{
border-color: #DCB1EF;
}
</style>