Shades of Mauve #DBAFFC
Tints of Mauve #DBAFFC
RGB
CMYK
RGB Variations
Color information
#DBAFFC (or 0xDBAFFC) is known color: Mauve. HEX triplet: DB, AF and FC. RGB value is (219,175,252). Sum of RGB (Red+Green+Blue) = 219+175+252=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBAFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFFC is #245003. Grayscale: #C4C4C4. Windows color (decimal): -2379780 or 16560091. OLE color: 16560091.
HSL color Cylindrical-coordinate representation of color #DBAFFC: hue angle of 274.29º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBAFFC is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 175 | 252 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.01 |
| HSL | 274.29º | 0.93% | 0.84% | - |
| HSV(B) | 274.29º | 0.31% | 0.99% | - |
| XYZ | 62.11 | 52.75 | 99 | - |
| YUV | 196.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 252 | 0.13 | 0.31 | 0 | 0.01 | 274.29 | 0.93 | 0.84 |
| Hex | DB | AF | FC | D | 1F | 0 | 1 | 112 | 5D | 54 |
| Octal | 333 | 257 | 374 | 15 | 37 | 0 | 1 | 422 | 135 | 124 |
| Binary | 11011011 | 10101111 | 11111100 | 1101 | 11111 | 0 | 1 | 100010010 | 1011101 | 1010100 |
Color Harmonies of #DBAFFC
Complementary color
Monochromatic Colors of #DBAFFC
Black with #DBAFFC
Text Example
Text Example
White with #DBAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFFC; }
p { color: rgb(219,175,252); }
H1.HeaderClassName
{
color: #DBAFFC;
}
.AnyTagClassName
{
color: #DBAFFC;
}
</style>
background-color css
<style>
a { background-color: #DBAFFC; }
a { background-color: rgb(219,175,252); }
div.DivClassName
{
background-color: #DBAFFC;
}
.BgClassName
{
background-color: #DBAFFC;
}
</style>
border-color css
<style>
span { border-color: #DBAFFC; }
span { border-color: rgb(219,175,252); }
td.TdClassName
{
border-color: #DBAFFC;
}
.TagClassName
{
border-color: #DBAFFC;
}
</style>