Shades of Mauve #DBB5FF
Tints of Mauve #DBB5FF
RGB
CMYK
RGB Variations
Color information
#DBB5FF (or 0xDBB5FF) is known color: Mauve. HEX triplet: DB, B5 and FF. RGB value is (219,181,255). Sum of RGB (Red+Green+Blue) = 219+181+255=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 181 (71.09% from 255 or 27.63% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB5FF is #244A00. Grayscale: #C8C8C8. Windows color (decimal): -2378241 or 16758235. OLE color: 16758235.
HSL color Cylindrical-coordinate representation of color #DBB5FF: hue angle of 270.81º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBB5FF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 181 | 255 | - |
| CMYK | 0.14 | 0.29 | 0 | 0 |
| HSL | 270.81º | 1% | 0.85% | - |
| HSV(B) | 270.81º | 0.29% | 1% | - |
| XYZ | 63.79 | 55.33 | 101.93 | - |
| YUV | 200.8 | 158.59 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 255 | 0.14 | 0.29 | 0 | 0 | 270.81 | 1 | 0.85 |
| Hex | DB | B5 | FF | E | 1D | 0 | 0 | 10F | 64 | 55 |
| Octal | 333 | 265 | 377 | 16 | 35 | 0 | 0 | 417 | 144 | 125 |
| Binary | 11011011 | 10110101 | 11111111 | 1110 | 11101 | 0 | 0 | 100001111 | 1100100 | 1010101 |
Color Harmonies of #DBB5FF
Complementary color
Monochromatic Colors of #DBB5FF
Black with #DBB5FF
Text Example
Text Example
White with #DBB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5FF; }
p { color: rgb(219,181,255); }
H1.HeaderClassName
{
color: #DBB5FF;
}
.AnyTagClassName
{
color: #DBB5FF;
}
</style>
background-color css
<style>
a { background-color: #DBB5FF; }
a { background-color: rgb(219,181,255); }
div.DivClassName
{
background-color: #DBB5FF;
}
.BgClassName
{
background-color: #DBB5FF;
}
</style>
border-color css
<style>
span { border-color: #DBB5FF; }
span { border-color: rgb(219,181,255); }
td.TdClassName
{
border-color: #DBB5FF;
}
.TagClassName
{
border-color: #DBB5FF;
}
</style>