Shades of Mauve #DBB3F3
Tints of Mauve #DBB3F3
RGB
CMYK
RGB Variations
Color information
#DBB3F3 (or 0xDBB3F3) is known color: Mauve. HEX triplet: DB, B3 and F3. RGB value is (219,179,243). Sum of RGB (Red+Green+Blue) = 219+179+243=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBB3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3F3 is #244C0C. Grayscale: #C6C6C6. Windows color (decimal): -2378765 or 15971291. OLE color: 15971291.
HSL color Cylindrical-coordinate representation of color #DBB3F3: hue angle of 277.5º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBB3F3 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 179 | 243 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.05 |
| HSL | 277.5º | 0.73% | 0.83% | - |
| HSV(B) | 277.5º | 0.26% | 0.95% | - |
| XYZ | 61.51 | 53.77 | 91.93 | - |
| YUV | 198.26 | 153.25 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 243 | 0.10 | 0.26 | 0 | 0.05 | 277.5 | 0.73 | 0.83 |
| Hex | DB | B3 | F3 | A | 1A | 0 | 5 | 116 | 49 | 53 |
| Octal | 333 | 263 | 363 | 12 | 32 | 0 | 5 | 426 | 111 | 123 |
| Binary | 11011011 | 10110011 | 11110011 | 1010 | 11010 | 0 | 101 | 100010110 | 1001001 | 1010011 |
Color Harmonies of #DBB3F3
Complementary color
Monochromatic Colors of #DBB3F3
Black with #DBB3F3
Text Example
Text Example
White with #DBB3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3F3; }
p { color: rgb(219,179,243); }
H1.HeaderClassName
{
color: #DBB3F3;
}
.AnyTagClassName
{
color: #DBB3F3;
}
</style>
background-color css
<style>
a { background-color: #DBB3F3; }
a { background-color: rgb(219,179,243); }
div.DivClassName
{
background-color: #DBB3F3;
}
.BgClassName
{
background-color: #DBB3F3;
}
</style>
border-color css
<style>
span { border-color: #DBB3F3; }
span { border-color: rgb(219,179,243); }
td.TdClassName
{
border-color: #DBB3F3;
}
.TagClassName
{
border-color: #DBB3F3;
}
</style>