Shades of Mauve #DBB0FC
Tints of Mauve #DBB0FC
RGB
CMYK
RGB Variations
Color information
#DBB0FC (or 0xDBB0FC) is known color: Mauve. HEX triplet: DB, B0 and FC. RGB value is (219,176,252). Sum of RGB (Red+Green+Blue) = 219+176+252=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0FC is #244F03. Grayscale: #C5C5C5. Windows color (decimal): -2379524 or 16560347. OLE color: 16560347.
HSL color Cylindrical-coordinate representation of color #DBB0FC: hue angle of 273.95º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB0FC is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 176 | 252 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.01 |
| HSL | 273.95º | 0.93% | 0.84% | - |
| HSV(B) | 273.95º | 0.3% | 0.99% | - |
| XYZ | 62.31 | 53.14 | 99.07 | - |
| YUV | 197.52 | 158.75 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 252 | 0.13 | 0.30 | 0 | 0.01 | 273.95 | 0.93 | 0.84 |
| Hex | DB | B0 | FC | D | 1E | 0 | 1 | 112 | 5D | 54 |
| Octal | 333 | 260 | 374 | 15 | 36 | 0 | 1 | 422 | 135 | 124 |
| Binary | 11011011 | 10110000 | 11111100 | 1101 | 11110 | 0 | 1 | 100010010 | 1011101 | 1010100 |
Color Harmonies of #DBB0FC
Complementary color
Monochromatic Colors of #DBB0FC
Black with #DBB0FC
Text Example
Text Example
White with #DBB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0FC; }
p { color: rgb(219,176,252); }
H1.HeaderClassName
{
color: #DBB0FC;
}
.AnyTagClassName
{
color: #DBB0FC;
}
</style>
background-color css
<style>
a { background-color: #DBB0FC; }
a { background-color: rgb(219,176,252); }
div.DivClassName
{
background-color: #DBB0FC;
}
.BgClassName
{
background-color: #DBB0FC;
}
</style>
border-color css
<style>
span { border-color: #DBB0FC; }
span { border-color: rgb(219,176,252); }
td.TdClassName
{
border-color: #DBB0FC;
}
.TagClassName
{
border-color: #DBB0FC;
}
</style>