Shades of Mauve #DBB4F2
Tints of Mauve #DBB4F2
RGB
CMYK
RGB Variations
Color information
#DBB4F2 (or 0xDBB4F2) is known color: Mauve. HEX triplet: DB, B4 and F2. RGB value is (219,180,242). Sum of RGB (Red+Green+Blue) = 219+180+242=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 180 (70.70% from 255 or 28.08% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBB4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4F2 is #244B0D. Grayscale: #C6C6C6. Windows color (decimal): -2378510 or 15906011. OLE color: 15906011.
HSL color Cylindrical-coordinate representation of color #DBB4F2: hue angle of 277.74º degrees, saturation: 0.7, 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 #DBB4F2 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 180 | 242 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.05 |
| HSL | 277.74º | 0.7% | 0.83% | - |
| HSV(B) | 277.74º | 0.26% | 0.95% | - |
| XYZ | 61.56 | 54.11 | 91.2 | - |
| YUV | 198.73 | 152.42 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 242 | 0.10 | 0.26 | 0 | 0.05 | 277.74 | 0.7 | 0.83 |
| Hex | DB | B4 | F2 | A | 1A | 0 | 5 | 116 | 46 | 53 |
| Octal | 333 | 264 | 362 | 12 | 32 | 0 | 5 | 426 | 106 | 123 |
| Binary | 11011011 | 10110100 | 11110010 | 1010 | 11010 | 0 | 101 | 100010110 | 1000110 | 1010011 |
Color Harmonies of #DBB4F2
Complementary color
Monochromatic Colors of #DBB4F2
Black with #DBB4F2
Text Example
Text Example
White with #DBB4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4F2; }
p { color: rgb(219,180,242); }
H1.HeaderClassName
{
color: #DBB4F2;
}
.AnyTagClassName
{
color: #DBB4F2;
}
</style>
background-color css
<style>
a { background-color: #DBB4F2; }
a { background-color: rgb(219,180,242); }
div.DivClassName
{
background-color: #DBB4F2;
}
.BgClassName
{
background-color: #DBB4F2;
}
</style>
border-color css
<style>
span { border-color: #DBB4F2; }
span { border-color: rgb(219,180,242); }
td.TdClassName
{
border-color: #DBB4F2;
}
.TagClassName
{
border-color: #DBB4F2;
}
</style>