Shades of Mauve #DBADFB
Tints of Mauve #DBADFB
RGB
CMYK
RGB Variations
Color information
#DBADFB (or 0xDBADFB) is known color: Mauve. HEX triplet: DB, AD and FB. RGB value is (219,173,251). Sum of RGB (Red+Green+Blue) = 219+173+251=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADFB is #245204. Grayscale: #C3C3C3. Windows color (decimal): -2380293 or 16494043. OLE color: 16494043.
HSL color Cylindrical-coordinate representation of color #DBADFB: hue angle of 275.38º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBADFB is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 173 | 251 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.02 |
| HSL | 275.38º | 0.91% | 0.83% | - |
| HSV(B) | 275.38º | 0.31% | 0.98% | - |
| XYZ | 61.57 | 51.91 | 98.04 | - |
| YUV | 195.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 251 | 0.13 | 0.31 | 0 | 0.02 | 275.38 | 0.91 | 0.83 |
| Hex | DB | AD | FB | D | 1F | 0 | 2 | 113 | 5B | 53 |
| Octal | 333 | 255 | 373 | 15 | 37 | 0 | 2 | 423 | 133 | 123 |
| Binary | 11011011 | 10101101 | 11111011 | 1101 | 11111 | 0 | 10 | 100010011 | 1011011 | 1010011 |
Color Harmonies of #DBADFB
Complementary color
Monochromatic Colors of #DBADFB
Black with #DBADFB
Text Example
Text Example
White with #DBADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADFB; }
p { color: rgb(219,173,251); }
H1.HeaderClassName
{
color: #DBADFB;
}
.AnyTagClassName
{
color: #DBADFB;
}
</style>
background-color css
<style>
a { background-color: #DBADFB; }
a { background-color: rgb(219,173,251); }
div.DivClassName
{
background-color: #DBADFB;
}
.BgClassName
{
background-color: #DBADFB;
}
</style>
border-color css
<style>
span { border-color: #DBADFB; }
span { border-color: rgb(219,173,251); }
td.TdClassName
{
border-color: #DBADFB;
}
.TagClassName
{
border-color: #DBADFB;
}
</style>