Shades of Mauve #DCBBEE
Tints of Mauve #DCBBEE
RGB
CMYK
RGB Variations
Color information
#DCBBEE (or 0xDCBBEE) is known color: Mauve. HEX triplet: DC, BB and EE. RGB value is (220,187,238). Sum of RGB (Red+Green+Blue) = 220+187+238=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCBBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBEE is #234411. Grayscale: #CACACA. Windows color (decimal): -2311186 or 15645660. OLE color: 15645660.
HSL color Cylindrical-coordinate representation of color #DCBBEE: hue angle of 278.82º degrees, saturation: 0.6, 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 #DCBBEE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 187 | 238 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.07 |
| HSL | 278.82º | 0.6% | 0.83% | - |
| HSV(B) | 278.82º | 0.21% | 0.93% | - |
| XYZ | 62.72 | 56.93 | 88.57 | - |
| YUV | 202.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 238 | 0.08 | 0.21 | 0 | 0.07 | 278.82 | 0.6 | 0.83 |
| Hex | DC | BB | EE | 8 | 15 | 0 | 7 | 117 | 3C | 53 |
| Octal | 334 | 273 | 356 | 10 | 25 | 0 | 7 | 427 | 74 | 123 |
| Binary | 11011100 | 10111011 | 11101110 | 1000 | 10101 | 0 | 111 | 100010111 | 111100 | 1010011 |
Color Harmonies of #DCBBEE
Complementary color
Monochromatic Colors of #DCBBEE
Black with #DCBBEE
Text Example
Text Example
White with #DCBBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBEE; }
p { color: rgb(220,187,238); }
H1.HeaderClassName
{
color: #DCBBEE;
}
.AnyTagClassName
{
color: #DCBBEE;
}
</style>
background-color css
<style>
a { background-color: #DCBBEE; }
a { background-color: rgb(220,187,238); }
div.DivClassName
{
background-color: #DCBBEE;
}
.BgClassName
{
background-color: #DCBBEE;
}
</style>
border-color css
<style>
span { border-color: #DCBBEE; }
span { border-color: rgb(220,187,238); }
td.TdClassName
{
border-color: #DCBBEE;
}
.TagClassName
{
border-color: #DCBBEE;
}
</style>