Shades of Mauve #DCBBEB
Tints of Mauve #DCBBEB
RGB
CMYK
RGB Variations
Color information
#DCBBEB (or 0xDCBBEB) is known color: Mauve. HEX triplet: DC, BB and EB. RGB value is (220,187,235). Sum of RGB (Red+Green+Blue) = 220+187+235=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCBBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBEB is #234414. Grayscale: #CACACA. Windows color (decimal): -2311189 or 15449052. OLE color: 15449052.
HSL color Cylindrical-coordinate representation of color #DCBBEB: hue angle of 281.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBBEB is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 187 | 235 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.08 |
| HSL | 281.25º | 0.55% | 0.83% | - |
| HSV(B) | 281.25º | 0.2% | 0.92% | - |
| XYZ | 62.28 | 56.75 | 86.27 | - |
| YUV | 202.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 235 | 0.06 | 0.20 | 0 | 0.08 | 281.25 | 0.55 | 0.83 |
| Hex | DC | BB | EB | 6 | 14 | 0 | 8 | 119 | 37 | 53 |
| Octal | 334 | 273 | 353 | 6 | 24 | 0 | 10 | 431 | 67 | 123 |
| Binary | 11011100 | 10111011 | 11101011 | 110 | 10100 | 0 | 1000 | 100011001 | 110111 | 1010011 |
Color Harmonies of #DCBBEB
Complementary color
Monochromatic Colors of #DCBBEB
Black with #DCBBEB
Text Example
Text Example
White with #DCBBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBEB; }
p { color: rgb(220,187,235); }
H1.HeaderClassName
{
color: #DCBBEB;
}
.AnyTagClassName
{
color: #DCBBEB;
}
</style>
background-color css
<style>
a { background-color: #DCBBEB; }
a { background-color: rgb(220,187,235); }
div.DivClassName
{
background-color: #DCBBEB;
}
.BgClassName
{
background-color: #DCBBEB;
}
</style>
border-color css
<style>
span { border-color: #DCBBEB; }
span { border-color: rgb(220,187,235); }
td.TdClassName
{
border-color: #DCBBEB;
}
.TagClassName
{
border-color: #DCBBEB;
}
</style>