Shades of Mauve #DCBBEC
Tints of Mauve #DCBBEC
RGB
CMYK
RGB Variations
Color information
#DCBBEC (or 0xDCBBEC) is known color: Mauve. HEX triplet: DC, BB and EC. RGB value is (220,187,236). Sum of RGB (Red+Green+Blue) = 220+187+236=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCBBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBEC is #234413. Grayscale: #CACACA. Windows color (decimal): -2311188 or 15514588. OLE color: 15514588.
HSL color Cylindrical-coordinate representation of color #DCBBEC: hue angle of 280.41º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBBEC is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 187 | 236 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.07 |
| HSL | 280.41º | 0.56% | 0.83% | - |
| HSV(B) | 280.41º | 0.21% | 0.93% | - |
| XYZ | 62.43 | 56.81 | 87.03 | - |
| YUV | 202.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 236 | 0.07 | 0.21 | 0 | 0.07 | 280.41 | 0.56 | 0.83 |
| Hex | DC | BB | EC | 7 | 15 | 0 | 7 | 118 | 38 | 53 |
| Octal | 334 | 273 | 354 | 7 | 25 | 0 | 7 | 430 | 70 | 123 |
| Binary | 11011100 | 10111011 | 11101100 | 111 | 10101 | 0 | 111 | 100011000 | 111000 | 1010011 |
Color Harmonies of #DCBBEC
Complementary color
Monochromatic Colors of #DCBBEC
Black with #DCBBEC
Text Example
Text Example
White with #DCBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBEC; }
p { color: rgb(220,187,236); }
H1.HeaderClassName
{
color: #DCBBEC;
}
.AnyTagClassName
{
color: #DCBBEC;
}
</style>
background-color css
<style>
a { background-color: #DCBBEC; }
a { background-color: rgb(220,187,236); }
div.DivClassName
{
background-color: #DCBBEC;
}
.BgClassName
{
background-color: #DCBBEC;
}
</style>
border-color css
<style>
span { border-color: #DCBBEC; }
span { border-color: rgb(220,187,236); }
td.TdClassName
{
border-color: #DCBBEC;
}
.TagClassName
{
border-color: #DCBBEC;
}
</style>