Shades of Mauve #DBB4FE
Tints of Mauve #DBB4FE
RGB
CMYK
RGB Variations
Color information
#DBB4FE (or 0xDBB4FE) is known color: Mauve. HEX triplet: DB, B4 and FE. RGB value is (219,180,254). Sum of RGB (Red+Green+Blue) = 219+180+254=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4FE is #244B01. Grayscale: #C7C7C7. Windows color (decimal): -2378498 or 16692443. OLE color: 16692443.
HSL color Cylindrical-coordinate representation of color #DBB4FE: hue angle of 271.62º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBB4FE is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 180 | 254 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.00 |
| HSL | 271.62º | 0.97% | 0.85% | - |
| HSV(B) | 271.62º | 0.29% | 1% | - |
| XYZ | 63.42 | 54.86 | 101.01 | - |
| YUV | 200.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 254 | 0.14 | 0.29 | 0 | 0.00 | 271.62 | 0.97 | 0.85 |
| Hex | DB | B4 | FE | E | 1D | 0 | 0 | 110 | 61 | 55 |
| Octal | 333 | 264 | 376 | 16 | 35 | 0 | 0 | 420 | 141 | 125 |
| Binary | 11011011 | 10110100 | 11111110 | 1110 | 11101 | 0 | 0 | 100010000 | 1100001 | 1010101 |
Color Harmonies of #DBB4FE
Complementary color
Monochromatic Colors of #DBB4FE
Black with #DBB4FE
Text Example
Text Example
White with #DBB4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4FE; }
p { color: rgb(219,180,254); }
H1.HeaderClassName
{
color: #DBB4FE;
}
.AnyTagClassName
{
color: #DBB4FE;
}
</style>
background-color css
<style>
a { background-color: #DBB4FE; }
a { background-color: rgb(219,180,254); }
div.DivClassName
{
background-color: #DBB4FE;
}
.BgClassName
{
background-color: #DBB4FE;
}
</style>
border-color css
<style>
span { border-color: #DBB4FE; }
span { border-color: rgb(219,180,254); }
td.TdClassName
{
border-color: #DBB4FE;
}
.TagClassName
{
border-color: #DBB4FE;
}
</style>