Shades of Mauve #DBBBFD
Tints of Mauve #DBBBFD
RGB
CMYK
RGB Variations
Color information
#DBBBFD (or 0xDBBBFD) is known color: Mauve. HEX triplet: DB, BB and FD. RGB value is (219,187,253). Sum of RGB (Red+Green+Blue) = 219+187+253=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBBBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBFD is #244402. Grayscale: #CBCBCB. Windows color (decimal): -2376707 or 16628699. OLE color: 16628699.
HSL color Cylindrical-coordinate representation of color #DBBBFD: hue angle of 269.09º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBBBFD is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 187 | 253 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.01 |
| HSL | 269.09º | 0.94% | 0.86% | - |
| HSV(B) | 269.09º | 0.26% | 0.99% | - |
| XYZ | 64.71 | 57.69 | 100.65 | - |
| YUV | 204.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 253 | 0.13 | 0.26 | 0 | 0.01 | 269.09 | 0.94 | 0.86 |
| Hex | DB | BB | FD | D | 1A | 0 | 1 | 10D | 5E | 56 |
| Octal | 333 | 273 | 375 | 15 | 32 | 0 | 1 | 415 | 136 | 126 |
| Binary | 11011011 | 10111011 | 11111101 | 1101 | 11010 | 0 | 1 | 100001101 | 1011110 | 1010110 |
Color Harmonies of #DBBBFD
Complementary color
Monochromatic Colors of #DBBBFD
Black with #DBBBFD
Text Example
Text Example
White with #DBBBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBFD; }
p { color: rgb(219,187,253); }
H1.HeaderClassName
{
color: #DBBBFD;
}
.AnyTagClassName
{
color: #DBBBFD;
}
</style>
background-color css
<style>
a { background-color: #DBBBFD; }
a { background-color: rgb(219,187,253); }
div.DivClassName
{
background-color: #DBBBFD;
}
.BgClassName
{
background-color: #DBBBFD;
}
</style>
border-color css
<style>
span { border-color: #DBBBFD; }
span { border-color: rgb(219,187,253); }
td.TdClassName
{
border-color: #DBBBFD;
}
.TagClassName
{
border-color: #DBBBFD;
}
</style>