Shades of Mauve #DBB9FF
Tints of Mauve #DBB9FF
RGB
CMYK
RGB Variations
Color information
#DBB9FF (or 0xDBB9FF) is known color: Mauve. HEX triplet: DB, B9 and FF. RGB value is (219,185,255). Sum of RGB (Red+Green+Blue) = 219+185+255=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9FF is #244600. Grayscale: #CACACA. Windows color (decimal): -2377217 or 16759259. OLE color: 16759259.
HSL color Cylindrical-coordinate representation of color #DBB9FF: hue angle of 269.14º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBB9FF is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 185 | 255 | - |
| CMYK | 0.14 | 0.27 | 0 | 0 |
| HSL | 269.14º | 1% | 0.86% | - |
| HSV(B) | 269.14º | 0.27% | 1% | - |
| XYZ | 64.61 | 56.98 | 102.2 | - |
| YUV | 203.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 255 | 0.14 | 0.27 | 0 | 0 | 269.14 | 1 | 0.86 |
| Hex | DB | B9 | FF | E | 1B | 0 | 0 | 10D | 64 | 56 |
| Octal | 333 | 271 | 377 | 16 | 33 | 0 | 0 | 415 | 144 | 126 |
| Binary | 11011011 | 10111001 | 11111111 | 1110 | 11011 | 0 | 0 | 100001101 | 1100100 | 1010110 |
Color Harmonies of #DBB9FF
Complementary color
Monochromatic Colors of #DBB9FF
Black with #DBB9FF
Text Example
Text Example
White with #DBB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9FF; }
p { color: rgb(219,185,255); }
H1.HeaderClassName
{
color: #DBB9FF;
}
.AnyTagClassName
{
color: #DBB9FF;
}
</style>
background-color css
<style>
a { background-color: #DBB9FF; }
a { background-color: rgb(219,185,255); }
div.DivClassName
{
background-color: #DBB9FF;
}
.BgClassName
{
background-color: #DBB9FF;
}
</style>
border-color css
<style>
span { border-color: #DBB9FF; }
span { border-color: rgb(219,185,255); }
td.TdClassName
{
border-color: #DBB9FF;
}
.TagClassName
{
border-color: #DBB9FF;
}
</style>