Shades of Mauve #DBB6E9
Tints of Mauve #DBB6E9
RGB
CMYK
RGB Variations
Color information
#DBB6E9 (or 0xDBB6E9) is known color: Mauve. HEX triplet: DB, B6 and E9. RGB value is (219,182,233). Sum of RGB (Red+Green+Blue) = 219+182+233=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 182 (71.48% from 255 or 28.71% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB6E9 is #244916. Grayscale: #C6C6C6. Windows color (decimal): -2378007 or 15316699. OLE color: 15316699.
HSL color Cylindrical-coordinate representation of color #DBB6E9: hue angle of 283.53º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBB6E9 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 182 | 233 | - |
CMYK | 0.06 | 0.22 | 0 | 0.09 |
HSL | 283.53º | 0.54% | 0.81% | - |
HSV(B) | 283.53º | 0.22% | 0.91% | - |
XYZ | 60.65 | 54.4 | 84.39 | - |
YUV | 198.88 | 147.26 | 142.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 182 | 233 | 0.06 | 0.22 | 0 | 0.09 | 283.53 | 0.54 | 0.81 |
Hex | DB | B6 | E9 | 6 | 16 | 0 | 9 | 11C | 36 | 51 |
Octal | 333 | 266 | 351 | 6 | 26 | 0 | 11 | 434 | 66 | 121 |
Binary | 11011011 | 10110110 | 11101001 | 110 | 10110 | 0 | 1001 | 100011100 | 110110 | 1010001 |
Color Harmonies of #DBB6E9
Complementary color
Monochromatic Colors of #DBB6E9
Black with #DBB6E9
Text Example
Text Example
White with #DBB6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6E9; }
p { color: rgb(219,182,233); }
H1.HeaderClassName
{
color: #DBB6E9;
}
.AnyTagClassName
{
color: #DBB6E9;
}
</style>
background-color css
<style>
a { background-color: #DBB6E9; }
a { background-color: rgb(219,182,233); }
div.DivClassName
{
background-color: #DBB6E9;
}
.BgClassName
{
background-color: #DBB6E9;
}
</style>
border-color css
<style>
span { border-color: #DBB6E9; }
span { border-color: rgb(219,182,233); }
td.TdClassName
{
border-color: #DBB6E9;
}
.TagClassName
{
border-color: #DBB6E9;
}
</style>