#DBADFB

Color #DBADFB Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DBADFB

Tints of Mauve #DBADFB

Color information

#DBADFB (or 0xDBADFB) is unknown color: approx Mauve. HEX triplet: DB, AD and FB. RGB value is (219,173,251). Sum of RGB (Red+Green+Blue) = 219+173+251=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADFB is #245204. Grayscale: #C3C3C3. Windows color (decimal): -2380293 or 16494043. OLE color: 16494043.

HSL color Cylindrical-coordinate representation of color #DBADFB: hue angle of 275.38º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBADFB is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219173251-
CMYK0.130.3100.02
HSL275.38º90.7%83.14%-
HSV(B)275.38º31.08%98.43%-
XYZ61.5751.9198.04-
YUV195.65159.24144.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 173 (67.97% from 255) = 26.91%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=34.06%
G=26.91%
B=39.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191732510.130.3100.02275.3890.783.14
HexDBADFBD1F021135b53
Octal333255373153702423133123
Binary11011011101011011111101111011111101010001001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADFB; }

 p { color: rgb(219,173,251); }

 H1.HeaderClassName
 {
   color: #DBADFB;
 }
 .AnyTagClassName
 {
   color: #DBADFB;
 }
</style>
background-color css

<style>
 a { background-color: #DBADFB; }

 a { background-color: rgb(219,173,251); }

 div.DivClassName
 {
   background-color: #DBADFB;
 }
 .BgClassName
 {
   background-color: #DBADFB;
 }
</style>
border-color css

<style>
 span { border-color: #DBADFB; }

 span { border-color: rgb(219,173,251); }

 td.TdClassName
 {
   border-color: #DBADFB;
 }
 .TagClassName
 {
   border-color: #DBADFB;
 }
</style>