Shades of Mauve #DBBAFD
Tints of Mauve #DBBAFD
RGB
CMYK
RGB Variations
Color information
#DBBAFD (or 0xDBBAFD) is known color: Mauve. HEX triplet: DB, BA and FD. RGB value is (219,186,253). Sum of RGB (Red+Green+Blue) = 219+186+253=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBBAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAFD is #244502. Grayscale: #CBCBCB. Windows color (decimal): -2376963 or 16628443. OLE color: 16628443.
HSL color Cylindrical-coordinate representation of color #DBBAFD: hue angle of 269.55º 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 #DBBAFD is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 186 | 253 | - |
CMYK | 0.13 | 0.26 | 0 | 0.01 |
HSL | 269.55º | 0.94% | 0.86% | - |
HSV(B) | 269.55º | 0.26% | 0.99% | - |
XYZ | 64.5 | 57.27 | 100.58 | - |
YUV | 203.51 | 155.93 | 139.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 186 | 253 | 0.13 | 0.26 | 0 | 0.01 | 269.55 | 0.94 | 0.86 |
Hex | DB | BA | FD | D | 1A | 0 | 1 | 10E | 5E | 56 |
Octal | 333 | 272 | 375 | 15 | 32 | 0 | 1 | 416 | 136 | 126 |
Binary | 11011011 | 10111010 | 11111101 | 1101 | 11010 | 0 | 1 | 100001110 | 1011110 | 1010110 |
Color Harmonies of #DBBAFD
Complementary color
Monochromatic Colors of #DBBAFD
Black with #DBBAFD
Text Example
Text Example
White with #DBBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAFD; }
p { color: rgb(219,186,253); }
H1.HeaderClassName
{
color: #DBBAFD;
}
.AnyTagClassName
{
color: #DBBAFD;
}
</style>
background-color css
<style>
a { background-color: #DBBAFD; }
a { background-color: rgb(219,186,253); }
div.DivClassName
{
background-color: #DBBAFD;
}
.BgClassName
{
background-color: #DBBAFD;
}
</style>
border-color css
<style>
span { border-color: #DBBAFD; }
span { border-color: rgb(219,186,253); }
td.TdClassName
{
border-color: #DBBAFD;
}
.TagClassName
{
border-color: #DBBAFD;
}
</style>