Shades of Mauve #DBACFE
Tints of Mauve #DBACFE
RGB
CMYK
RGB Variations
Color information
#DBACFE (or 0xDBACFE) is known color: Mauve. HEX triplet: DB, AC and FE. RGB value is (219,172,254). Sum of RGB (Red+Green+Blue) = 219+172+254=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACFE is #245301. Grayscale: #C3C3C3. Windows color (decimal): -2380546 or 16690395. OLE color: 16690395.
HSL color Cylindrical-coordinate representation of color #DBACFE: hue angle of 274.39º 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 #DBACFE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 172 | 254 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.00 |
| HSL | 274.39º | 0.98% | 0.84% | - |
| HSV(B) | 274.39º | 0.32% | 1% | - |
| XYZ | 61.86 | 51.72 | 100.49 | - |
| YUV | 195.4 | 161.07 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 254 | 0.14 | 0.32 | 0 | 0.00 | 274.39 | 0.98 | 0.84 |
| Hex | DB | AC | FE | E | 20 | 0 | 0 | 112 | 62 | 54 |
| Octal | 333 | 254 | 376 | 16 | 40 | 0 | 0 | 422 | 142 | 124 |
| Binary | 11011011 | 10101100 | 11111110 | 1110 | 100000 | 0 | 0 | 100010010 | 1100010 | 1010100 |
Color Harmonies of #DBACFE
Complementary color
Monochromatic Colors of #DBACFE
Black with #DBACFE
Text Example
Text Example
White with #DBACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACFE; }
p { color: rgb(219,172,254); }
H1.HeaderClassName
{
color: #DBACFE;
}
.AnyTagClassName
{
color: #DBACFE;
}
</style>
background-color css
<style>
a { background-color: #DBACFE; }
a { background-color: rgb(219,172,254); }
div.DivClassName
{
background-color: #DBACFE;
}
.BgClassName
{
background-color: #DBACFE;
}
</style>
border-color css
<style>
span { border-color: #DBACFE; }
span { border-color: rgb(219,172,254); }
td.TdClassName
{
border-color: #DBACFE;
}
.TagClassName
{
border-color: #DBACFE;
}
</style>