Shades of Mauve #DBB0FE
Tints of Mauve #DBB0FE
RGB
CMYK
RGB Variations
Color information
#DBB0FE (or 0xDBB0FE) is known color: Mauve. HEX triplet: DB, B0 and FE. RGB value is (219,176,254). Sum of RGB (Red+Green+Blue) = 219+176+254=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBB0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0FE is #244F01. Grayscale: #C5C5C5. Windows color (decimal): -2379522 or 16691419. OLE color: 16691419.
HSL color Cylindrical-coordinate representation of color #DBB0FE: hue angle of 273.08º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBB0FE is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 176 | 254 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.00 |
| HSL | 273.08º | 0.98% | 0.84% | - |
| HSV(B) | 273.08º | 0.31% | 1% | - |
| XYZ | 62.63 | 53.27 | 100.75 | - |
| YUV | 197.75 | 159.75 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 254 | 0.14 | 0.31 | 0 | 0.00 | 273.08 | 0.98 | 0.84 |
| Hex | DB | B0 | FE | E | 1F | 0 | 0 | 111 | 62 | 54 |
| Octal | 333 | 260 | 376 | 16 | 37 | 0 | 0 | 421 | 142 | 124 |
| Binary | 11011011 | 10110000 | 11111110 | 1110 | 11111 | 0 | 0 | 100010001 | 1100010 | 1010100 |
Color Harmonies of #DBB0FE
Complementary color
Monochromatic Colors of #DBB0FE
Black with #DBB0FE
Text Example
Text Example
White with #DBB0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0FE; }
p { color: rgb(219,176,254); }
H1.HeaderClassName
{
color: #DBB0FE;
}
.AnyTagClassName
{
color: #DBB0FE;
}
</style>
background-color css
<style>
a { background-color: #DBB0FE; }
a { background-color: rgb(219,176,254); }
div.DivClassName
{
background-color: #DBB0FE;
}
.BgClassName
{
background-color: #DBB0FE;
}
</style>
border-color css
<style>
span { border-color: #DBB0FE; }
span { border-color: rgb(219,176,254); }
td.TdClassName
{
border-color: #DBB0FE;
}
.TagClassName
{
border-color: #DBB0FE;
}
</style>