#DBA3FA

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

Shades of Mauve #DBA3FA

Tints of Mauve #DBA3FA

Color information

#DBA3FA (or 0xDBA3FA) is unknown color: approx Mauve. HEX triplet: DB, A3 and FA. RGB value is (219,163,250). Sum of RGB (Red+Green+Blue) = 219+163+250=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 163 (64.06% from 255 or 25.79% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3FA is #245C05. Grayscale: #BDBDBD. Windows color (decimal): -2382854 or 16425947. OLE color: 16425947.

HSL color Cylindrical-coordinate representation of color #DBA3FA: hue angle of 278.62º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA3FA is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219163250-
CMYK0.120.3500.02
HSL278.62º89.69%80.98%-
HSV(B)278.62º34.8%98.04%-
XYZ59.5748.1696.6-
YUV189.66162.05148.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 163 (64.06% from 255) = 25.79%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=34.65%
G=25.79%
B=39.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191632500.120.3500.02278.6289.6980.98
HexDBA3FAC23021175a51
Octal333243372144302427132121
Binary110110111010001111111010110010001101010001011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA3FA; }

 p { color: rgb(219,163,250); }

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

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

 a { background-color: rgb(219,163,250); }

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

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

 span { border-color: rgb(219,163,250); }

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