Shades of Mauve #DBB3EF
Tints of Mauve #DBB3EF
RGB
CMYK
RGB Variations
Color information
#DBB3EF (or 0xDBB3EF) is known color: Mauve. HEX triplet: DB, B3 and EF. RGB value is (219,179,239). Sum of RGB (Red+Green+Blue) = 219+179+239=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBB3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3EF is #244C10. Grayscale: #C5C5C5. Windows color (decimal): -2378769 or 15709147. OLE color: 15709147.
HSL color Cylindrical-coordinate representation of color #DBB3EF: hue angle of 280º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBB3EF is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 179 | 239 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.06 |
| HSL | 280º | 0.65% | 0.82% | - |
| HSV(B) | 280º | 0.25% | 0.94% | - |
| XYZ | 60.91 | 53.53 | 88.78 | - |
| YUV | 197.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 239 | 0.08 | 0.25 | 0 | 0.06 | 280 | 0.65 | 0.82 |
| Hex | DB | B3 | EF | 8 | 19 | 0 | 6 | 118 | 41 | 52 |
| Octal | 333 | 263 | 357 | 10 | 31 | 0 | 6 | 430 | 101 | 122 |
| Binary | 11011011 | 10110011 | 11101111 | 1000 | 11001 | 0 | 110 | 100011000 | 1000001 | 1010010 |
Color Harmonies of #DBB3EF
Complementary color
Monochromatic Colors of #DBB3EF
Black with #DBB3EF
Text Example
Text Example
White with #DBB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3EF; }
p { color: rgb(219,179,239); }
H1.HeaderClassName
{
color: #DBB3EF;
}
.AnyTagClassName
{
color: #DBB3EF;
}
</style>
background-color css
<style>
a { background-color: #DBB3EF; }
a { background-color: rgb(219,179,239); }
div.DivClassName
{
background-color: #DBB3EF;
}
.BgClassName
{
background-color: #DBB3EF;
}
</style>
border-color css
<style>
span { border-color: #DBB3EF; }
span { border-color: rgb(219,179,239); }
td.TdClassName
{
border-color: #DBB3EF;
}
.TagClassName
{
border-color: #DBB3EF;
}
</style>