Shades of Mauve #DBB8FF
Tints of Mauve #DBB8FF
RGB
CMYK
RGB Variations
Color information
#DBB8FF (or 0xDBB8FF) is known color: Mauve. HEX triplet: DB, B8 and FF. RGB value is (219,184,255). Sum of RGB (Red+Green+Blue) = 219+184+255=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 184 (72.27% from 255 or 27.96% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8FF is #244700. Grayscale: #CACACA. Windows color (decimal): -2377473 or 16759003. OLE color: 16759003.
HSL color Cylindrical-coordinate representation of color #DBB8FF: hue angle of 269.58º 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 #DBB8FF is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 184 | 255 | - |
| CMYK | 0.14 | 0.28 | 0 | 0 |
| HSL | 269.58º | 1% | 0.86% | - |
| HSV(B) | 269.58º | 0.28% | 1% | - |
| XYZ | 64.4 | 56.56 | 102.13 | - |
| YUV | 202.56 | 157.6 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 255 | 0.14 | 0.28 | 0 | 0 | 269.58 | 1 | 0.86 |
| Hex | DB | B8 | FF | E | 1C | 0 | 0 | 10E | 64 | 56 |
| Octal | 333 | 270 | 377 | 16 | 34 | 0 | 0 | 416 | 144 | 126 |
| Binary | 11011011 | 10111000 | 11111111 | 1110 | 11100 | 0 | 0 | 100001110 | 1100100 | 1010110 |
Color Harmonies of #DBB8FF
Complementary color
Monochromatic Colors of #DBB8FF
Black with #DBB8FF
Text Example
Text Example
White with #DBB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8FF; }
p { color: rgb(219,184,255); }
H1.HeaderClassName
{
color: #DBB8FF;
}
.AnyTagClassName
{
color: #DBB8FF;
}
</style>
background-color css
<style>
a { background-color: #DBB8FF; }
a { background-color: rgb(219,184,255); }
div.DivClassName
{
background-color: #DBB8FF;
}
.BgClassName
{
background-color: #DBB8FF;
}
</style>
border-color css
<style>
span { border-color: #DBB8FF; }
span { border-color: rgb(219,184,255); }
td.TdClassName
{
border-color: #DBB8FF;
}
.TagClassName
{
border-color: #DBB8FF;
}
</style>