#DBA7FA

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

Shades of Mauve #DBA7FA

Tints of Mauve #DBA7FA

Color information

#DBA7FA (or 0xDBA7FA) is unknown color: approx Mauve. HEX triplet: DB, A7 and FA. RGB value is (219,167,250). Sum of RGB (Red+Green+Blue) = 219+167+250=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 167 (65.62% from 255 or 26.26% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7FA is #245805. Grayscale: #BFBFBF. Windows color (decimal): -2381830 or 16426971. OLE color: 16426971.

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

Color convert

RGB219167250-
CMYK0.120.3300.02
HSL277.59º89.25%81.76%-
HSV(B)277.59º33.2%98.04%-
XYZ60.2949.696.84-
YUV192.01160.73147.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 167 (65.62% from 255) = 26.26%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=34.43%
G=26.26%
B=39.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191672500.120.3300.02277.5989.2581.76
HexDBA7FAC21021165952
Octal333247372144102426131122
Binary110110111010011111111010110010000101010001011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7FA; }

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

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

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

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

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

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

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

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