Shades of Mauve #DBB9FD
Tints of Mauve #DBB9FD
RGB
CMYK
RGB Variations
Color information
#DBB9FD (or 0xDBB9FD) is known color: Mauve. HEX triplet: DB, B9 and FD. RGB value is (219,185,253). Sum of RGB (Red+Green+Blue) = 219+185+253=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBB9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9FD is #244602. Grayscale: #CACACA. Windows color (decimal): -2377219 or 16628187. OLE color: 16628187.
HSL color Cylindrical-coordinate representation of color #DBB9FD: hue angle of 270º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBB9FD is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 185 | 253 | - |
CMYK | 0.13 | 0.27 | 0 | 0.01 |
HSL | 270º | 0.94% | 0.86% | - |
HSV(B) | 270º | 0.27% | 0.99% | - |
XYZ | 64.29 | 56.85 | 100.51 | - |
YUV | 202.92 | 156.26 | 139.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 185 | 253 | 0.13 | 0.27 | 0 | 0.01 | 270 | 0.94 | 0.86 |
Hex | DB | B9 | FD | D | 1B | 0 | 1 | 10E | 5E | 56 |
Octal | 333 | 271 | 375 | 15 | 33 | 0 | 1 | 416 | 136 | 126 |
Binary | 11011011 | 10111001 | 11111101 | 1101 | 11011 | 0 | 1 | 100001110 | 1011110 | 1010110 |
Color Harmonies of #DBB9FD
Complementary color
Monochromatic Colors of #DBB9FD
Black with #DBB9FD
Text Example
Text Example
White with #DBB9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9FD; }
p { color: rgb(219,185,253); }
H1.HeaderClassName
{
color: #DBB9FD;
}
.AnyTagClassName
{
color: #DBB9FD;
}
</style>
background-color css
<style>
a { background-color: #DBB9FD; }
a { background-color: rgb(219,185,253); }
div.DivClassName
{
background-color: #DBB9FD;
}
.BgClassName
{
background-color: #DBB9FD;
}
</style>
border-color css
<style>
span { border-color: #DBB9FD; }
span { border-color: rgb(219,185,253); }
td.TdClassName
{
border-color: #DBB9FD;
}
.TagClassName
{
border-color: #DBB9FD;
}
</style>