Shades of Mauve #DBB8F1
Tints of Mauve #DBB8F1
RGB
CMYK
RGB Variations
Color information
#DBB8F1 (or 0xDBB8F1) is known color: Mauve. HEX triplet: DB, B8 and F1. RGB value is (219,184,241). Sum of RGB (Red+Green+Blue) = 219+184+241=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 184 (72.27% from 255 or 28.57% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBB8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8F1 is #24470E. Grayscale: #C8C8C8. Windows color (decimal): -2377487 or 15841499. OLE color: 15841499.
HSL color Cylindrical-coordinate representation of color #DBB8F1: hue angle of 276.84º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBB8F1 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 184 | 241 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.05 |
| HSL | 276.84º | 0.67% | 0.83% | - |
| HSV(B) | 276.84º | 0.24% | 0.95% | - |
| XYZ | 62.23 | 55.69 | 90.69 | - |
| YUV | 200.96 | 150.6 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 241 | 0.09 | 0.24 | 0 | 0.05 | 276.84 | 0.67 | 0.83 |
| Hex | DB | B8 | F1 | 9 | 18 | 0 | 5 | 115 | 43 | 53 |
| Octal | 333 | 270 | 361 | 11 | 30 | 0 | 5 | 425 | 103 | 123 |
| Binary | 11011011 | 10111000 | 11110001 | 1001 | 11000 | 0 | 101 | 100010101 | 1000011 | 1010011 |
Color Harmonies of #DBB8F1
Complementary color
Monochromatic Colors of #DBB8F1
Black with #DBB8F1
Text Example
Text Example
White with #DBB8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8F1; }
p { color: rgb(219,184,241); }
H1.HeaderClassName
{
color: #DBB8F1;
}
.AnyTagClassName
{
color: #DBB8F1;
}
</style>
background-color css
<style>
a { background-color: #DBB8F1; }
a { background-color: rgb(219,184,241); }
div.DivClassName
{
background-color: #DBB8F1;
}
.BgClassName
{
background-color: #DBB8F1;
}
</style>
border-color css
<style>
span { border-color: #DBB8F1; }
span { border-color: rgb(219,184,241); }
td.TdClassName
{
border-color: #DBB8F1;
}
.TagClassName
{
border-color: #DBB8F1;
}
</style>