Shades of Mauve #DBBDF6
Tints of Mauve #DBBDF6
RGB
CMYK
RGB Variations
Color information
#DBBDF6 (or 0xDBBDF6) is known color: Mauve. HEX triplet: DB, BD and F6. RGB value is (219,189,246). Sum of RGB (Red+Green+Blue) = 219+189+246=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBBDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBDF6 is #244209. Grayscale: #CCCCCC. Windows color (decimal): -2376202 or 16170459. OLE color: 16170459.
HSL color Cylindrical-coordinate representation of color #DBBDF6: hue angle of 271.58º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBBDF6 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 189 | 246 | - |
CMYK | 0.11 | 0.23 | 0 | 0.04 |
HSL | 271.58º | 0.76% | 0.85% | - |
HSV(B) | 271.58º | 0.23% | 0.96% | - |
XYZ | 64.05 | 58.11 | 95.03 | - |
YUV | 204.47 | 151.44 | 138.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 189 | 246 | 0.11 | 0.23 | 0 | 0.04 | 271.58 | 0.76 | 0.85 |
Hex | DB | BD | F6 | B | 17 | 0 | 4 | 110 | 4C | 55 |
Octal | 333 | 275 | 366 | 13 | 27 | 0 | 4 | 420 | 114 | 125 |
Binary | 11011011 | 10111101 | 11110110 | 1011 | 10111 | 0 | 100 | 100010000 | 1001100 | 1010101 |
Color Harmonies of #DBBDF6
Complementary color
Monochromatic Colors of #DBBDF6
Black with #DBBDF6
Text Example
Text Example
White with #DBBDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDF6; }
p { color: rgb(219,189,246); }
H1.HeaderClassName
{
color: #DBBDF6;
}
.AnyTagClassName
{
color: #DBBDF6;
}
</style>
background-color css
<style>
a { background-color: #DBBDF6; }
a { background-color: rgb(219,189,246); }
div.DivClassName
{
background-color: #DBBDF6;
}
.BgClassName
{
background-color: #DBBDF6;
}
</style>
border-color css
<style>
span { border-color: #DBBDF6; }
span { border-color: rgb(219,189,246); }
td.TdClassName
{
border-color: #DBBDF6;
}
.TagClassName
{
border-color: #DBBDF6;
}
</style>