Shades of Mauve #DBB8EF
Tints of Mauve #DBB8EF
RGB
CMYK
RGB Variations
Color information
#DBB8EF (or 0xDBB8EF) is known color: Mauve. HEX triplet: DB, B8 and EF. RGB value is (219,184,239). Sum of RGB (Red+Green+Blue) = 219+184+239=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 184 (72.27% from 255 or 28.66% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8EF is #244710. Grayscale: #C8C8C8. Windows color (decimal): -2377489 or 15710427. OLE color: 15710427.
HSL color Cylindrical-coordinate representation of color #DBB8EF: hue angle of 278.18º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBB8EF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 184 | 239 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.06 |
| HSL | 278.18º | 0.63% | 0.83% | - |
| HSV(B) | 278.18º | 0.23% | 0.94% | - |
| XYZ | 61.93 | 55.57 | 89.12 | - |
| YUV | 200.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 239 | 0.08 | 0.23 | 0 | 0.06 | 278.18 | 0.63 | 0.83 |
| Hex | DB | B8 | EF | 8 | 17 | 0 | 6 | 116 | 3F | 53 |
| Octal | 333 | 270 | 357 | 10 | 27 | 0 | 6 | 426 | 77 | 123 |
| Binary | 11011011 | 10111000 | 11101111 | 1000 | 10111 | 0 | 110 | 100010110 | 111111 | 1010011 |
Color Harmonies of #DBB8EF
Complementary color
Monochromatic Colors of #DBB8EF
Black with #DBB8EF
Text Example
Text Example
White with #DBB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8EF; }
p { color: rgb(219,184,239); }
H1.HeaderClassName
{
color: #DBB8EF;
}
.AnyTagClassName
{
color: #DBB8EF;
}
</style>
background-color css
<style>
a { background-color: #DBB8EF; }
a { background-color: rgb(219,184,239); }
div.DivClassName
{
background-color: #DBB8EF;
}
.BgClassName
{
background-color: #DBB8EF;
}
</style>
border-color css
<style>
span { border-color: #DBB8EF; }
span { border-color: rgb(219,184,239); }
td.TdClassName
{
border-color: #DBB8EF;
}
.TagClassName
{
border-color: #DBB8EF;
}
</style>