Shades of Mauve #DBADFE
Tints of Mauve #DBADFE
RGB
CMYK
RGB Variations
Color information
#DBADFE (or 0xDBADFE) is known color: Mauve. HEX triplet: DB, AD and FE. RGB value is (219,173,254). Sum of RGB (Red+Green+Blue) = 219+173+254=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADFE is #245201. Grayscale: #C3C3C3. Windows color (decimal): -2380290 or 16690651. OLE color: 16690651.
HSL color Cylindrical-coordinate representation of color #DBADFE: hue angle of 274.07º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBADFE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 173 | 254 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.00 |
| HSL | 274.07º | 0.98% | 0.84% | - |
| HSV(B) | 274.07º | 0.32% | 1% | - |
| XYZ | 62.05 | 52.1 | 100.55 | - |
| YUV | 195.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 254 | 0.14 | 0.32 | 0 | 0.00 | 274.07 | 0.98 | 0.84 |
| Hex | DB | AD | FE | E | 20 | 0 | 0 | 112 | 62 | 54 |
| Octal | 333 | 255 | 376 | 16 | 40 | 0 | 0 | 422 | 142 | 124 |
| Binary | 11011011 | 10101101 | 11111110 | 1110 | 100000 | 0 | 0 | 100010010 | 1100010 | 1010100 |
Color Harmonies of #DBADFE
Complementary color
Monochromatic Colors of #DBADFE
Black with #DBADFE
Text Example
Text Example
White with #DBADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADFE; }
p { color: rgb(219,173,254); }
H1.HeaderClassName
{
color: #DBADFE;
}
.AnyTagClassName
{
color: #DBADFE;
}
</style>
background-color css
<style>
a { background-color: #DBADFE; }
a { background-color: rgb(219,173,254); }
div.DivClassName
{
background-color: #DBADFE;
}
.BgClassName
{
background-color: #DBADFE;
}
</style>
border-color css
<style>
span { border-color: #DBADFE; }
span { border-color: rgb(219,173,254); }
td.TdClassName
{
border-color: #DBADFE;
}
.TagClassName
{
border-color: #DBADFE;
}
</style>