Shades of Mauve #DCB5ED
Tints of Mauve #DCB5ED
RGB
CMYK
RGB Variations
Color information
#DCB5ED (or 0xDCB5ED) is known color: Mauve. HEX triplet: DC, B5 and ED. RGB value is (220,181,237). Sum of RGB (Red+Green+Blue) = 220+181+237=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCB5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5ED is #234A12. Grayscale: #C6C6C6. Windows color (decimal): -2312723 or 15578588. OLE color: 15578588.
HSL color Cylindrical-coordinate representation of color #DCB5ED: hue angle of 281.79º degrees, saturation: 0.61, 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 #DCB5ED is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 181 | 237 | - |
CMYK | 0.07 | 0.24 | 0 | 0.07 |
HSL | 281.79º | 0.61% | 0.82% | - |
HSV(B) | 281.79º | 0.24% | 0.93% | - |
XYZ | 61.33 | 54.38 | 87.38 | - |
YUV | 199.05 | 149.42 | 142.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 181 | 237 | 0.07 | 0.24 | 0 | 0.07 | 281.79 | 0.61 | 0.82 |
Hex | DC | B5 | ED | 7 | 18 | 0 | 7 | 11A | 3D | 52 |
Octal | 334 | 265 | 355 | 7 | 30 | 0 | 7 | 432 | 75 | 122 |
Binary | 11011100 | 10110101 | 11101101 | 111 | 11000 | 0 | 111 | 100011010 | 111101 | 1010010 |
Color Harmonies of #DCB5ED
Complementary color
Monochromatic Colors of #DCB5ED
Black with #DCB5ED
Text Example
Text Example
White with #DCB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5ED; }
p { color: rgb(220,181,237); }
H1.HeaderClassName
{
color: #DCB5ED;
}
.AnyTagClassName
{
color: #DCB5ED;
}
</style>
background-color css
<style>
a { background-color: #DCB5ED; }
a { background-color: rgb(220,181,237); }
div.DivClassName
{
background-color: #DCB5ED;
}
.BgClassName
{
background-color: #DCB5ED;
}
</style>
border-color css
<style>
span { border-color: #DCB5ED; }
span { border-color: rgb(220,181,237); }
td.TdClassName
{
border-color: #DCB5ED;
}
.TagClassName
{
border-color: #DCB5ED;
}
</style>