#DBABFA

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

Shades of Mauve #DBABFA

Tints of Mauve #DBABFA

Color information

#DBABFA (or 0xDBABFA) is unknown color: approx Mauve. HEX triplet: DB, AB and FA. RGB value is (219,171,250). Sum of RGB (Red+Green+Blue) = 219+171+250=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABFA is #245405. Grayscale: #C2C2C2. Windows color (decimal): -2380806 or 16427995. OLE color: 16427995.

HSL color Cylindrical-coordinate representation of color #DBABFA: hue angle of 276.46º degrees, saturation: 0.89, 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 #DBABFA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219171250-
CMYK0.120.3200.02
HSL276.46º88.76%82.55%-
HSV(B)276.46º31.6%98.04%-
XYZ61.0351.0997.09-
YUV194.36159.4145.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 171 (67.19% from 255) = 26.72%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=34.22%
G=26.72%
B=39.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191712500.120.3200.02276.4688.7682.55
HexDBABFAC20021145953
Octal333253372144002424131123
Binary110110111010101111111010110010000001010001010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABFA; }

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

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

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

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

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

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

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

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