Shades of Mauve #DBADF7
Tints of Mauve #DBADF7
RGB
CMYK
RGB Variations
Color information
#DBADF7 (or 0xDBADF7) is known color: Mauve. HEX triplet: DB, AD and F7. RGB value is (219,173,247). Sum of RGB (Red+Green+Blue) = 219+173+247=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADF7 is #245208. Grayscale: #C2C2C2. Windows color (decimal): -2380297 or 16231899. OLE color: 16231899.
HSL color Cylindrical-coordinate representation of color #DBADF7: hue angle of 277.3º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBADF7 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 173 | 247 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.03 |
| HSL | 277.3º | 0.82% | 0.82% | - |
| HSV(B) | 277.3º | 0.3% | 0.97% | - |
| XYZ | 60.95 | 51.66 | 94.76 | - |
| YUV | 195.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 247 | 0.11 | 0.30 | 0 | 0.03 | 277.3 | 0.82 | 0.82 |
| Hex | DB | AD | F7 | B | 1E | 0 | 3 | 115 | 52 | 52 |
| Octal | 333 | 255 | 367 | 13 | 36 | 0 | 3 | 425 | 122 | 122 |
| Binary | 11011011 | 10101101 | 11110111 | 1011 | 11110 | 0 | 11 | 100010101 | 1010010 | 1010010 |
Color Harmonies of #DBADF7
Complementary color
Monochromatic Colors of #DBADF7
Black with #DBADF7
Text Example
Text Example
White with #DBADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADF7; }
p { color: rgb(219,173,247); }
H1.HeaderClassName
{
color: #DBADF7;
}
.AnyTagClassName
{
color: #DBADF7;
}
</style>
background-color css
<style>
a { background-color: #DBADF7; }
a { background-color: rgb(219,173,247); }
div.DivClassName
{
background-color: #DBADF7;
}
.BgClassName
{
background-color: #DBADF7;
}
</style>
border-color css
<style>
span { border-color: #DBADF7; }
span { border-color: rgb(219,173,247); }
td.TdClassName
{
border-color: #DBADF7;
}
.TagClassName
{
border-color: #DBADF7;
}
</style>