Shades of Mauve #DCB3EE
Tints of Mauve #DCB3EE
RGB
CMYK
RGB Variations
Color information
#DCB3EE (or 0xDCB3EE) is known color: Mauve. HEX triplet: DC, B3 and EE. RGB value is (220,179,238). Sum of RGB (Red+Green+Blue) = 220+179+238=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3EE is #234C11. Grayscale: #C5C5C5. Windows color (decimal): -2313234 or 15643612. OLE color: 15643612.
HSL color Cylindrical-coordinate representation of color #DCB3EE: hue angle of 281.69º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCB3EE is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 179 | 238 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.07 |
| HSL | 281.69º | 0.63% | 0.82% | - |
| HSV(B) | 281.69º | 0.25% | 0.93% | - |
| XYZ | 61.07 | 53.63 | 88.02 | - |
| YUV | 197.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 238 | 0.08 | 0.25 | 0 | 0.07 | 281.69 | 0.63 | 0.82 |
| Hex | DC | B3 | EE | 8 | 19 | 0 | 7 | 11A | 3F | 52 |
| Octal | 334 | 263 | 356 | 10 | 31 | 0 | 7 | 432 | 77 | 122 |
| Binary | 11011100 | 10110011 | 11101110 | 1000 | 11001 | 0 | 111 | 100011010 | 111111 | 1010010 |
Color Harmonies of #DCB3EE
Complementary color
Monochromatic Colors of #DCB3EE
Black with #DCB3EE
Text Example
Text Example
White with #DCB3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3EE; }
p { color: rgb(220,179,238); }
H1.HeaderClassName
{
color: #DCB3EE;
}
.AnyTagClassName
{
color: #DCB3EE;
}
</style>
background-color css
<style>
a { background-color: #DCB3EE; }
a { background-color: rgb(220,179,238); }
div.DivClassName
{
background-color: #DCB3EE;
}
.BgClassName
{
background-color: #DCB3EE;
}
</style>
border-color css
<style>
span { border-color: #DCB3EE; }
span { border-color: rgb(220,179,238); }
td.TdClassName
{
border-color: #DCB3EE;
}
.TagClassName
{
border-color: #DCB3EE;
}
</style>