Shades of Mauve #DCB5EE
Tints of Mauve #DCB5EE
RGB
CMYK
RGB Variations
Color information
#DCB5EE (or 0xDCB5EE) is known color: Mauve. HEX triplet: DC, B5 and EE. RGB value is (220,181,238). Sum of RGB (Red+Green+Blue) = 220+181+238=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 181 (71.09% from 255 or 28.33% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5EE is #234A11. Grayscale: #C6C6C6. Windows color (decimal): -2312722 or 15644124. OLE color: 15644124.
HSL color Cylindrical-coordinate representation of color #DCB5EE: hue angle of 281.05º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCB5EE is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 181 | 238 | - |
CMYK | 0.08 | 0.24 | 0 | 0.07 |
HSL | 281.05º | 0.63% | 0.82% | - |
HSV(B) | 281.05º | 0.24% | 0.93% | - |
XYZ | 61.47 | 54.44 | 88.16 | - |
YUV | 199.16 | 149.92 | 142.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 181 | 238 | 0.08 | 0.24 | 0 | 0.07 | 281.05 | 0.63 | 0.82 |
Hex | DC | B5 | EE | 8 | 18 | 0 | 7 | 119 | 3F | 52 |
Octal | 334 | 265 | 356 | 10 | 30 | 0 | 7 | 431 | 77 | 122 |
Binary | 11011100 | 10110101 | 11101110 | 1000 | 11000 | 0 | 111 | 100011001 | 111111 | 1010010 |
Color Harmonies of #DCB5EE
Complementary color
Monochromatic Colors of #DCB5EE
Black with #DCB5EE
Text Example
Text Example
White with #DCB5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5EE; }
p { color: rgb(220,181,238); }
H1.HeaderClassName
{
color: #DCB5EE;
}
.AnyTagClassName
{
color: #DCB5EE;
}
</style>
background-color css
<style>
a { background-color: #DCB5EE; }
a { background-color: rgb(220,181,238); }
div.DivClassName
{
background-color: #DCB5EE;
}
.BgClassName
{
background-color: #DCB5EE;
}
</style>
border-color css
<style>
span { border-color: #DCB5EE; }
span { border-color: rgb(220,181,238); }
td.TdClassName
{
border-color: #DCB5EE;
}
.TagClassName
{
border-color: #DCB5EE;
}
</style>