Shades of Mauve #DBBBEF
Tints of Mauve #DBBBEF
RGB
CMYK
RGB Variations
Color information
#DBBBEF (or 0xDBBBEF) is known color: Mauve. HEX triplet: DB, BB and EF. RGB value is (219,187,239). Sum of RGB (Red+Green+Blue) = 219+187+239=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBBBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBEF is #244410. Grayscale: #CACACA. Windows color (decimal): -2376721 or 15711195. OLE color: 15711195.
HSL color Cylindrical-coordinate representation of color #DBBBEF: hue angle of 276.92º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBBBEF is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 187 | 239 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.06 |
| HSL | 276.92º | 0.62% | 0.84% | - |
| HSV(B) | 276.92º | 0.22% | 0.94% | - |
| XYZ | 62.56 | 56.83 | 89.33 | - |
| YUV | 202.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 239 | 0.08 | 0.22 | 0 | 0.06 | 276.92 | 0.62 | 0.84 |
| Hex | DB | BB | EF | 8 | 16 | 0 | 6 | 115 | 3E | 54 |
| Octal | 333 | 273 | 357 | 10 | 26 | 0 | 6 | 425 | 76 | 124 |
| Binary | 11011011 | 10111011 | 11101111 | 1000 | 10110 | 0 | 110 | 100010101 | 111110 | 1010100 |
Color Harmonies of #DBBBEF
Complementary color
Monochromatic Colors of #DBBBEF
Black with #DBBBEF
Text Example
Text Example
White with #DBBBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBEF; }
p { color: rgb(219,187,239); }
H1.HeaderClassName
{
color: #DBBBEF;
}
.AnyTagClassName
{
color: #DBBBEF;
}
</style>
background-color css
<style>
a { background-color: #DBBBEF; }
a { background-color: rgb(219,187,239); }
div.DivClassName
{
background-color: #DBBBEF;
}
.BgClassName
{
background-color: #DBBBEF;
}
</style>
border-color css
<style>
span { border-color: #DBBBEF; }
span { border-color: rgb(219,187,239); }
td.TdClassName
{
border-color: #DBBBEF;
}
.TagClassName
{
border-color: #DBBBEF;
}
</style>