Shades of Mauve #DBB7FF
Tints of Mauve #DBB7FF
RGB
CMYK
RGB Variations
Color information
#DBB7FF (or 0xDBB7FF) is known color: Mauve. HEX triplet: DB, B7 and FF. RGB value is (219,183,255). Sum of RGB (Red+Green+Blue) = 219+183+255=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 183 (71.88% from 255 or 27.85% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB7FF is #244800. Grayscale: #C9C9C9. Windows color (decimal): -2377729 or 16758747. OLE color: 16758747.
HSL color Cylindrical-coordinate representation of color #DBB7FF: hue angle of 270º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBB7FF is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 183 | 255 | - |
| CMYK | 0.14 | 0.28 | 0 | 0 |
| HSL | 270º | 1% | 0.86% | - |
| HSV(B) | 270º | 0.28% | 1% | - |
| XYZ | 64.2 | 56.15 | 102.06 | - |
| YUV | 201.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 255 | 0.14 | 0.28 | 0 | 0 | 270 | 1 | 0.86 |
| Hex | DB | B7 | FF | E | 1C | 0 | 0 | 10E | 64 | 56 |
| Octal | 333 | 267 | 377 | 16 | 34 | 0 | 0 | 416 | 144 | 126 |
| Binary | 11011011 | 10110111 | 11111111 | 1110 | 11100 | 0 | 0 | 100001110 | 1100100 | 1010110 |
Color Harmonies of #DBB7FF
Complementary color
Monochromatic Colors of #DBB7FF
Black with #DBB7FF
Text Example
Text Example
White with #DBB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7FF; }
p { color: rgb(219,183,255); }
H1.HeaderClassName
{
color: #DBB7FF;
}
.AnyTagClassName
{
color: #DBB7FF;
}
</style>
background-color css
<style>
a { background-color: #DBB7FF; }
a { background-color: rgb(219,183,255); }
div.DivClassName
{
background-color: #DBB7FF;
}
.BgClassName
{
background-color: #DBB7FF;
}
</style>
border-color css
<style>
span { border-color: #DBB7FF; }
span { border-color: rgb(219,183,255); }
td.TdClassName
{
border-color: #DBB7FF;
}
.TagClassName
{
border-color: #DBB7FF;
}
</style>