Shades of Mauve #DBB9EB
Tints of Mauve #DBB9EB
RGB
CMYK
RGB Variations
Color information
#DBB9EB (or 0xDBB9EB) is known color: Mauve. HEX triplet: DB, B9 and EB. RGB value is (219,185,235). Sum of RGB (Red+Green+Blue) = 219+185+235=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBB9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9EB is #244614. Grayscale: #C8C8C8. Windows color (decimal): -2377237 or 15448539. OLE color: 15448539.
HSL color Cylindrical-coordinate representation of color #DBB9EB: hue angle of 280.8º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBB9EB is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 185 | 235 | - |
CMYK | 0.07 | 0.21 | 0 | 0.08 |
HSL | 280.8º | 0.56% | 0.82% | - |
HSV(B) | 280.8º | 0.21% | 0.92% | - |
XYZ | 61.56 | 55.76 | 86.11 | - |
YUV | 200.87 | 147.26 | 140.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 185 | 235 | 0.07 | 0.21 | 0 | 0.08 | 280.8 | 0.56 | 0.82 |
Hex | DB | B9 | EB | 7 | 15 | 0 | 8 | 119 | 38 | 52 |
Octal | 333 | 271 | 353 | 7 | 25 | 0 | 10 | 431 | 70 | 122 |
Binary | 11011011 | 10111001 | 11101011 | 111 | 10101 | 0 | 1000 | 100011001 | 111000 | 1010010 |
Color Harmonies of #DBB9EB
Complementary color
Monochromatic Colors of #DBB9EB
Black with #DBB9EB
Text Example
Text Example
White with #DBB9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9EB; }
p { color: rgb(219,185,235); }
H1.HeaderClassName
{
color: #DBB9EB;
}
.AnyTagClassName
{
color: #DBB9EB;
}
</style>
background-color css
<style>
a { background-color: #DBB9EB; }
a { background-color: rgb(219,185,235); }
div.DivClassName
{
background-color: #DBB9EB;
}
.BgClassName
{
background-color: #DBB9EB;
}
</style>
border-color css
<style>
span { border-color: #DBB9EB; }
span { border-color: rgb(219,185,235); }
td.TdClassName
{
border-color: #DBB9EB;
}
.TagClassName
{
border-color: #DBB9EB;
}
</style>