Shades of Mauve #DCB0EF
Tints of Mauve #DCB0EF
RGB
CMYK
RGB Variations
Color information
#DCB0EF (or 0xDCB0EF) is known color: Mauve. HEX triplet: DC, B0 and EF. RGB value is (220,176,239). Sum of RGB (Red+Green+Blue) = 220+176+239=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0EF is #234F10. Grayscale: #C4C4C4. Windows color (decimal): -2314001 or 15708380. OLE color: 15708380.
HSL color Cylindrical-coordinate representation of color #DCB0EF: hue angle of 281.9º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCB0EF is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 176 | 239 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.06 |
| HSL | 281.9º | 0.66% | 0.81% | - |
| HSV(B) | 281.9º | 0.26% | 0.94% | - |
| XYZ | 60.62 | 52.5 | 88.6 | - |
| YUV | 196.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 239 | 0.08 | 0.26 | 0 | 0.06 | 281.9 | 0.66 | 0.81 |
| Hex | DC | B0 | EF | 8 | 1A | 0 | 6 | 11A | 42 | 51 |
| Octal | 334 | 260 | 357 | 10 | 32 | 0 | 6 | 432 | 102 | 121 |
| Binary | 11011100 | 10110000 | 11101111 | 1000 | 11010 | 0 | 110 | 100011010 | 1000010 | 1010001 |
Color Harmonies of #DCB0EF
Complementary color
Monochromatic Colors of #DCB0EF
Black with #DCB0EF
Text Example
Text Example
White with #DCB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0EF; }
p { color: rgb(220,176,239); }
H1.HeaderClassName
{
color: #DCB0EF;
}
.AnyTagClassName
{
color: #DCB0EF;
}
</style>
background-color css
<style>
a { background-color: #DCB0EF; }
a { background-color: rgb(220,176,239); }
div.DivClassName
{
background-color: #DCB0EF;
}
.BgClassName
{
background-color: #DCB0EF;
}
</style>
border-color css
<style>
span { border-color: #DCB0EF; }
span { border-color: rgb(220,176,239); }
td.TdClassName
{
border-color: #DCB0EF;
}
.TagClassName
{
border-color: #DCB0EF;
}
</style>