#DBABF9

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

Shades of Mauve #DBABF9

Tints of Mauve #DBABF9

Color information

#DBABF9 (or 0xDBABF9) is unknown color: approx Mauve. HEX triplet: DB, AB and F9. RGB value is (219,171,249). Sum of RGB (Red+Green+Blue) = 219+171+249=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBABF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABF9 is #245406. Grayscale: #C1C1C1. Windows color (decimal): -2380807 or 16362459. OLE color: 16362459.

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

Color convert

RGB219171249-
CMYK0.120.3100.02
HSL276.92º86.67%82.35%-
HSV(B)276.92º31.33%97.65%-
XYZ60.8851.0396.26-
YUV194.24158.9145.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 171 (67.19% from 255) = 26.76%
BLUE value IS 249 (97.66% from 255) = 38.97%
R=34.27%
G=26.76%
B=38.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191712490.120.3100.02276.9286.6782.35
HexDBABF9C1F021155752
Octal333253371143702425127122
Binary11011011101010111111100111001111101010001010110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABF9; }

 p { color: rgb(219,171,249); }

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

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

 a { background-color: rgb(219,171,249); }

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

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

 span { border-color: rgb(219,171,249); }

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