Shades of Mauve #DBB6EF
Tints of Mauve #DBB6EF
RGB
CMYK
RGB Variations
Color information
#DBB6EF (or 0xDBB6EF) is known color: Mauve. HEX triplet: DB, B6 and EF. RGB value is (219,182,239). Sum of RGB (Red+Green+Blue) = 219+182+239=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBB6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB6EF is #244910. Grayscale: #C7C7C7. Windows color (decimal): -2378001 or 15709915. OLE color: 15709915.
HSL color Cylindrical-coordinate representation of color #DBB6EF: hue angle of 278.95º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBB6EF is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 182 | 239 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.06 |
| HSL | 278.95º | 0.64% | 0.83% | - |
| HSV(B) | 278.95º | 0.24% | 0.94% | - |
| XYZ | 61.52 | 54.75 | 88.99 | - |
| YUV | 199.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 239 | 0.08 | 0.24 | 0 | 0.06 | 278.95 | 0.64 | 0.83 |
| Hex | DB | B6 | EF | 8 | 18 | 0 | 6 | 117 | 40 | 53 |
| Octal | 333 | 266 | 357 | 10 | 30 | 0 | 6 | 427 | 100 | 123 |
| Binary | 11011011 | 10110110 | 11101111 | 1000 | 11000 | 0 | 110 | 100010111 | 1000000 | 1010011 |
Color Harmonies of #DBB6EF
Complementary color
Monochromatic Colors of #DBB6EF
Black with #DBB6EF
Text Example
Text Example
White with #DBB6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6EF; }
p { color: rgb(219,182,239); }
H1.HeaderClassName
{
color: #DBB6EF;
}
.AnyTagClassName
{
color: #DBB6EF;
}
</style>
background-color css
<style>
a { background-color: #DBB6EF; }
a { background-color: rgb(219,182,239); }
div.DivClassName
{
background-color: #DBB6EF;
}
.BgClassName
{
background-color: #DBB6EF;
}
</style>
border-color css
<style>
span { border-color: #DBB6EF; }
span { border-color: rgb(219,182,239); }
td.TdClassName
{
border-color: #DBB6EF;
}
.TagClassName
{
border-color: #DBB6EF;
}
</style>