Shades of Mauve #DBAFFF
Tints of Mauve #DBAFFF
RGB
CMYK
RGB Variations
Color information
#DBAFFF (or 0xDBAFFF) is known color: Mauve. HEX triplet: DB, AF and FF. RGB value is (219,175,255). Sum of RGB (Red+Green+Blue) = 219+175+255=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFFF is #245000. Grayscale: #C5C5C5. Windows color (decimal): -2379777 or 16756699. OLE color: 16756699.
HSL color Cylindrical-coordinate representation of color #DBAFFF: hue angle of 273º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBAFFF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 175 | 255 | - |
| CMYK | 0.14 | 0.31 | 0 | 0 |
| HSL | 273º | 1% | 0.84% | - |
| HSV(B) | 273º | 0.31% | 1% | - |
| XYZ | 62.59 | 52.94 | 101.53 | - |
| YUV | 197.28 | 160.58 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 255 | 0.14 | 0.31 | 0 | 0 | 273 | 1 | 0.84 |
| Hex | DB | AF | FF | E | 1F | 0 | 0 | 111 | 64 | 54 |
| Octal | 333 | 257 | 377 | 16 | 37 | 0 | 0 | 421 | 144 | 124 |
| Binary | 11011011 | 10101111 | 11111111 | 1110 | 11111 | 0 | 0 | 100010001 | 1100100 | 1010100 |
Color Harmonies of #DBAFFF
Complementary color
Monochromatic Colors of #DBAFFF
Black with #DBAFFF
Text Example
Text Example
White with #DBAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFFF; }
p { color: rgb(219,175,255); }
H1.HeaderClassName
{
color: #DBAFFF;
}
.AnyTagClassName
{
color: #DBAFFF;
}
</style>
background-color css
<style>
a { background-color: #DBAFFF; }
a { background-color: rgb(219,175,255); }
div.DivClassName
{
background-color: #DBAFFF;
}
.BgClassName
{
background-color: #DBAFFF;
}
</style>
border-color css
<style>
span { border-color: #DBAFFF; }
span { border-color: rgb(219,175,255); }
td.TdClassName
{
border-color: #DBAFFF;
}
.TagClassName
{
border-color: #DBAFFF;
}
</style>