Shades of Mauve #DCB7EE
Tints of Mauve #DCB7EE
RGB
CMYK
RGB Variations
Color information
#DCB7EE (or 0xDCB7EE) is known color: Mauve. HEX triplet: DC, B7 and EE. RGB value is (220,183,238). Sum of RGB (Red+Green+Blue) = 220+183+238=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 183 (71.88% from 255 or 28.55% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7EE is #234811. Grayscale: #C8C8C8. Windows color (decimal): -2312210 or 15644636. OLE color: 15644636.
HSL color Cylindrical-coordinate representation of color #DCB7EE: hue angle of 280.36º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB7EE is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 183 | 238 | - |
CMYK | 0.08 | 0.23 | 0 | 0.07 |
HSL | 280.36º | 0.62% | 0.83% | - |
HSV(B) | 280.36º | 0.23% | 0.93% | - |
XYZ | 61.88 | 55.26 | 88.29 | - |
YUV | 200.33 | 149.26 | 142.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 183 | 238 | 0.08 | 0.23 | 0 | 0.07 | 280.36 | 0.62 | 0.83 |
Hex | DC | B7 | EE | 8 | 17 | 0 | 7 | 118 | 3E | 53 |
Octal | 334 | 267 | 356 | 10 | 27 | 0 | 7 | 430 | 76 | 123 |
Binary | 11011100 | 10110111 | 11101110 | 1000 | 10111 | 0 | 111 | 100011000 | 111110 | 1010011 |
Color Harmonies of #DCB7EE
Complementary color
Monochromatic Colors of #DCB7EE
Black with #DCB7EE
Text Example
Text Example
White with #DCB7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7EE; }
p { color: rgb(220,183,238); }
H1.HeaderClassName
{
color: #DCB7EE;
}
.AnyTagClassName
{
color: #DCB7EE;
}
</style>
background-color css
<style>
a { background-color: #DCB7EE; }
a { background-color: rgb(220,183,238); }
div.DivClassName
{
background-color: #DCB7EE;
}
.BgClassName
{
background-color: #DCB7EE;
}
</style>
border-color css
<style>
span { border-color: #DCB7EE; }
span { border-color: rgb(220,183,238); }
td.TdClassName
{
border-color: #DCB7EE;
}
.TagClassName
{
border-color: #DCB7EE;
}
</style>