#dbabfb

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

Shades of Mauve #DBABFB

Tints of Mauve #DBABFB

Color information

#DBABFB (or 0xDBABFB) is unknown color: approx Mauve. HEX triplet: DB, AB and FB. RGB value is (219,171,251). Sum of RGB (Red+Green+Blue) = 219+171+251=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABFB is #245404. Grayscale: #C2C2C2. Windows color (decimal): -2380805 or 16493531. OLE color: 16493531.

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

Color convert

RGB219171251-
CMYK0.130.3200.02
HSL276º90.91%82.75%-
HSV(B)276º31.87%98.43%-
XYZ61.1951.1597.91-
YUV194.47159.9145.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 171 (67.19% from 255) = 26.68%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=34.17%
G=26.68%
B=39.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191712510.130.3200.0227690.9182.75
HexDBABFBD20021145b53
Octal333253373154002424133123
Binary110110111010101111111011110110000001010001010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbabfb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbabfb; }

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

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

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

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

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

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

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

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