Shades of Mauve #DBB9FE
Tints of Mauve #DBB9FE
RGB
CMYK
RGB Variations
Color information
#DBB9FE (or 0xDBB9FE) is known color: Mauve. HEX triplet: DB, B9 and FE. RGB value is (219,185,254). Sum of RGB (Red+Green+Blue) = 219+185+254=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 185 (72.66% from 255 or 28.12% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9FE is #244601. Grayscale: #CACACA. Windows color (decimal): -2377218 or 16693723. OLE color: 16693723.
HSL color Cylindrical-coordinate representation of color #DBB9FE: hue angle of 269.57º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBB9FE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 185 | 254 | - |
CMYK | 0.14 | 0.27 | 0 | 0.00 |
HSL | 269.57º | 0.97% | 0.86% | - |
HSV(B) | 269.57º | 0.27% | 1% | - |
XYZ | 64.45 | 56.91 | 101.35 | - |
YUV | 203.03 | 156.76 | 139.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 185 | 254 | 0.14 | 0.27 | 0 | 0.00 | 269.57 | 0.97 | 0.86 |
Hex | DB | B9 | FE | E | 1B | 0 | 0 | 10E | 61 | 56 |
Octal | 333 | 271 | 376 | 16 | 33 | 0 | 0 | 416 | 141 | 126 |
Binary | 11011011 | 10111001 | 11111110 | 1110 | 11011 | 0 | 0 | 100001110 | 1100001 | 1010110 |
Color Harmonies of #DBB9FE
Complementary color
Monochromatic Colors of #DBB9FE
Black with #DBB9FE
Text Example
Text Example
White with #DBB9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9FE; }
p { color: rgb(219,185,254); }
H1.HeaderClassName
{
color: #DBB9FE;
}
.AnyTagClassName
{
color: #DBB9FE;
}
</style>
background-color css
<style>
a { background-color: #DBB9FE; }
a { background-color: rgb(219,185,254); }
div.DivClassName
{
background-color: #DBB9FE;
}
.BgClassName
{
background-color: #DBB9FE;
}
</style>
border-color css
<style>
span { border-color: #DBB9FE; }
span { border-color: rgb(219,185,254); }
td.TdClassName
{
border-color: #DBB9FE;
}
.TagClassName
{
border-color: #DBB9FE;
}
</style>