#DBA7F8

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

Shades of Mauve #DBA7F8

Tints of Mauve #DBA7F8

Color information

#DBA7F8 (or 0xDBA7F8) is unknown color: approx Mauve. HEX triplet: DB, A7 and F8. RGB value is (219,167,248). Sum of RGB (Red+Green+Blue) = 219+167+248=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 167 (65.62% from 255 or 26.34% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBA7F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7F8 is #245807. Grayscale: #BFBFBF. Windows color (decimal): -2381832 or 16295899. OLE color: 16295899.

HSL color Cylindrical-coordinate representation of color #DBA7F8: hue angle of 278.52º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA7F8 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB219167248-
CMYK0.120.3300.03
HSL278.52º85.26%81.37%-
HSV(B)278.52º32.66%97.25%-
XYZ59.9849.4795.2-
YUV191.78159.73147.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 167 (65.62% from 255) = 26.34%
BLUE value IS 248 (97.27% from 255) = 39.12%
R=34.54%
G=26.34%
B=39.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2191672480.120.3300.03278.5285.2681.37
HexDBA7F8C21031175551
Octal333247370144103427125121
Binary110110111010011111111000110010000101110001011110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7F8; }

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

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

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

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

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

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

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

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