Shades of Mauve #DBB9F3
Tints of Mauve #DBB9F3
RGB
CMYK
RGB Variations
Color information
#DBB9F3 (or 0xDBB9F3) is known color: Mauve. HEX triplet: DB, B9 and F3. RGB value is (219,185,243). Sum of RGB (Red+Green+Blue) = 219+185+243=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBB9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9F3 is #24460C. Grayscale: #C9C9C9. Windows color (decimal): -2377229 or 15972827. OLE color: 15972827.
HSL color Cylindrical-coordinate representation of color #DBB9F3: hue angle of 275.17º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBB9F3 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 185 | 243 | - |
CMYK | 0.10 | 0.24 | 0 | 0.05 |
HSL | 275.17º | 0.71% | 0.84% | - |
HSV(B) | 275.17º | 0.24% | 0.95% | - |
XYZ | 62.74 | 56.23 | 92.34 | - |
YUV | 201.78 | 151.26 | 140.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 185 | 243 | 0.10 | 0.24 | 0 | 0.05 | 275.17 | 0.71 | 0.84 |
Hex | DB | B9 | F3 | A | 18 | 0 | 5 | 113 | 47 | 54 |
Octal | 333 | 271 | 363 | 12 | 30 | 0 | 5 | 423 | 107 | 124 |
Binary | 11011011 | 10111001 | 11110011 | 1010 | 11000 | 0 | 101 | 100010011 | 1000111 | 1010100 |
Color Harmonies of #DBB9F3
Complementary color
Monochromatic Colors of #DBB9F3
Black with #DBB9F3
Text Example
Text Example
White with #DBB9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9F3; }
p { color: rgb(219,185,243); }
H1.HeaderClassName
{
color: #DBB9F3;
}
.AnyTagClassName
{
color: #DBB9F3;
}
</style>
background-color css
<style>
a { background-color: #DBB9F3; }
a { background-color: rgb(219,185,243); }
div.DivClassName
{
background-color: #DBB9F3;
}
.BgClassName
{
background-color: #DBB9F3;
}
</style>
border-color css
<style>
span { border-color: #DBB9F3; }
span { border-color: rgb(219,185,243); }
td.TdClassName
{
border-color: #DBB9F3;
}
.TagClassName
{
border-color: #DBB9F3;
}
</style>