Shades of Mauve #DBADF8
Tints of Mauve #DBADF8
RGB
CMYK
RGB Variations
Color information
#DBADF8 (or 0xDBADF8) is known color: Mauve. HEX triplet: DB, AD and F8. RGB value is (219,173,248). Sum of RGB (Red+Green+Blue) = 219+173+248=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADF8 is #245207. Grayscale: #C3C3C3. Windows color (decimal): -2380296 or 16297435. OLE color: 16297435.
HSL color Cylindrical-coordinate representation of color #DBADF8: hue angle of 276.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBADF8 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 173 | 248 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.03 |
| HSL | 276.8º | 0.84% | 0.83% | - |
| HSV(B) | 276.8º | 0.3% | 0.97% | - |
| XYZ | 61.1 | 51.72 | 95.57 | - |
| YUV | 195.3 | 157.74 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 248 | 0.12 | 0.30 | 0 | 0.03 | 276.8 | 0.84 | 0.83 |
| Hex | DB | AD | F8 | C | 1E | 0 | 3 | 115 | 54 | 53 |
| Octal | 333 | 255 | 370 | 14 | 36 | 0 | 3 | 425 | 124 | 123 |
| Binary | 11011011 | 10101101 | 11111000 | 1100 | 11110 | 0 | 11 | 100010101 | 1010100 | 1010011 |
Color Harmonies of #DBADF8
Complementary color
Monochromatic Colors of #DBADF8
Black with #DBADF8
Text Example
Text Example
White with #DBADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADF8; }
p { color: rgb(219,173,248); }
H1.HeaderClassName
{
color: #DBADF8;
}
.AnyTagClassName
{
color: #DBADF8;
}
</style>
background-color css
<style>
a { background-color: #DBADF8; }
a { background-color: rgb(219,173,248); }
div.DivClassName
{
background-color: #DBADF8;
}
.BgClassName
{
background-color: #DBADF8;
}
</style>
border-color css
<style>
span { border-color: #DBADF8; }
span { border-color: rgb(219,173,248); }
td.TdClassName
{
border-color: #DBADF8;
}
.TagClassName
{
border-color: #DBADF8;
}
</style>