Shades of Mauve #DCB5EF
Tints of Mauve #DCB5EF
RGB
CMYK
RGB Variations
Color information
#DCB5EF (or 0xDCB5EF) is known color: Mauve. HEX triplet: DC, B5 and EF. RGB value is (220,181,239). Sum of RGB (Red+Green+Blue) = 220+181+239=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 181 (71.09% from 255 or 28.28% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCB5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5EF is #234A10. Grayscale: #C7C7C7. Windows color (decimal): -2312721 or 15709660. OLE color: 15709660.
HSL color Cylindrical-coordinate representation of color #DCB5EF: hue angle of 280.34º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCB5EF is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 181 | 239 | - |
CMYK | 0.08 | 0.24 | 0 | 0.06 |
HSL | 280.34º | 0.64% | 0.82% | - |
HSV(B) | 280.34º | 0.24% | 0.94% | - |
XYZ | 61.62 | 54.5 | 88.93 | - |
YUV | 199.27 | 150.42 | 142.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 181 | 239 | 0.08 | 0.24 | 0 | 0.06 | 280.34 | 0.64 | 0.82 |
Hex | DC | B5 | EF | 8 | 18 | 0 | 6 | 118 | 40 | 52 |
Octal | 334 | 265 | 357 | 10 | 30 | 0 | 6 | 430 | 100 | 122 |
Binary | 11011100 | 10110101 | 11101111 | 1000 | 11000 | 0 | 110 | 100011000 | 1000000 | 1010010 |
Color Harmonies of #DCB5EF
Complementary color
Monochromatic Colors of #DCB5EF
Black with #DCB5EF
Text Example
Text Example
White with #DCB5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5EF; }
p { color: rgb(220,181,239); }
H1.HeaderClassName
{
color: #DCB5EF;
}
.AnyTagClassName
{
color: #DCB5EF;
}
</style>
background-color css
<style>
a { background-color: #DCB5EF; }
a { background-color: rgb(220,181,239); }
div.DivClassName
{
background-color: #DCB5EF;
}
.BgClassName
{
background-color: #DCB5EF;
}
</style>
border-color css
<style>
span { border-color: #DCB5EF; }
span { border-color: rgb(220,181,239); }
td.TdClassName
{
border-color: #DCB5EF;
}
.TagClassName
{
border-color: #DCB5EF;
}
</style>