Shades of Mauve #DBB6EC
Tints of Mauve #DBB6EC
RGB
CMYK
RGB Variations
Color information
#DBB6EC (or 0xDBB6EC) is known color: Mauve. HEX triplet: DB, B6 and EC. RGB value is (219,182,236). Sum of RGB (Red+Green+Blue) = 219+182+236=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 182 (71.48% from 255 or 28.57% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB6EC is #244913. Grayscale: #C7C7C7. Windows color (decimal): -2378004 or 15513307. OLE color: 15513307.
HSL color Cylindrical-coordinate representation of color #DBB6EC: hue angle of 281.11º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBB6EC is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 182 | 236 | - |
CMYK | 0.07 | 0.23 | 0 | 0.07 |
HSL | 281.11º | 0.59% | 0.82% | - |
HSV(B) | 281.11º | 0.23% | 0.93% | - |
XYZ | 61.08 | 54.57 | 86.67 | - |
YUV | 199.22 | 148.76 | 142.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 182 | 236 | 0.07 | 0.23 | 0 | 0.07 | 281.11 | 0.59 | 0.82 |
Hex | DB | B6 | EC | 7 | 17 | 0 | 7 | 119 | 3B | 52 |
Octal | 333 | 266 | 354 | 7 | 27 | 0 | 7 | 431 | 73 | 122 |
Binary | 11011011 | 10110110 | 11101100 | 111 | 10111 | 0 | 111 | 100011001 | 111011 | 1010010 |
Color Harmonies of #DBB6EC
Complementary color
Monochromatic Colors of #DBB6EC
Black with #DBB6EC
Text Example
Text Example
White with #DBB6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6EC; }
p { color: rgb(219,182,236); }
H1.HeaderClassName
{
color: #DBB6EC;
}
.AnyTagClassName
{
color: #DBB6EC;
}
</style>
background-color css
<style>
a { background-color: #DBB6EC; }
a { background-color: rgb(219,182,236); }
div.DivClassName
{
background-color: #DBB6EC;
}
.BgClassName
{
background-color: #DBB6EC;
}
</style>
border-color css
<style>
span { border-color: #DBB6EC; }
span { border-color: rgb(219,182,236); }
td.TdClassName
{
border-color: #DBB6EC;
}
.TagClassName
{
border-color: #DBB6EC;
}
</style>