Shades of Mauve #DBADF0
Tints of Mauve #DBADF0
RGB
CMYK
RGB Variations
Color information
#DBADF0 (or 0xDBADF0) is known color: Mauve. HEX triplet: DB, AD and F0. RGB value is (219,173,240). Sum of RGB (Red+Green+Blue) = 219+173+240=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADF0 is #24520F. Grayscale: #C2C2C2. Windows color (decimal): -2380304 or 15773147. OLE color: 15773147.
HSL color Cylindrical-coordinate representation of color #DBADF0: hue angle of 281.19º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBADF0 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 173 | 240 | - |
CMYK | 0.09 | 0.28 | 0 | 0.06 |
HSL | 281.19º | 0.69% | 0.81% | - |
HSV(B) | 281.19º | 0.28% | 0.94% | - |
XYZ | 59.89 | 51.24 | 89.17 | - |
YUV | 194.39 | 153.74 | 145.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 173 | 240 | 0.09 | 0.28 | 0 | 0.06 | 281.19 | 0.69 | 0.81 |
Hex | DB | AD | F0 | 9 | 1C | 0 | 6 | 119 | 45 | 51 |
Octal | 333 | 255 | 360 | 11 | 34 | 0 | 6 | 431 | 105 | 121 |
Binary | 11011011 | 10101101 | 11110000 | 1001 | 11100 | 0 | 110 | 100011001 | 1000101 | 1010001 |
Color Harmonies of #DBADF0
Complementary color
Monochromatic Colors of #DBADF0
Black with #DBADF0
Text Example
Text Example
White with #DBADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADF0; }
p { color: rgb(219,173,240); }
H1.HeaderClassName
{
color: #DBADF0;
}
.AnyTagClassName
{
color: #DBADF0;
}
</style>
background-color css
<style>
a { background-color: #DBADF0; }
a { background-color: rgb(219,173,240); }
div.DivClassName
{
background-color: #DBADF0;
}
.BgClassName
{
background-color: #DBADF0;
}
</style>
border-color css
<style>
span { border-color: #DBADF0; }
span { border-color: rgb(219,173,240); }
td.TdClassName
{
border-color: #DBADF0;
}
.TagClassName
{
border-color: #DBADF0;
}
</style>