#DBABF1

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

Shades of Mauve #DBABF1

Tints of Mauve #DBABF1

Color information

#DBABF1 (or 0xDBABF1) is unknown color: approx Mauve. HEX triplet: DB, AB and F1. RGB value is (219,171,241). Sum of RGB (Red+Green+Blue) = 219+171+241=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABF1 is #24540E. Grayscale: #C1C1C1. Windows color (decimal): -2380815 or 15838171. OLE color: 15838171.

HSL color Cylindrical-coordinate representation of color #DBABF1: hue angle of 281.14º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBABF1 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219171241-
CMYK0.090.2900.05
HSL281.14º71.43%80.78%-
HSV(B)281.14º29.05%94.51%-
XYZ59.6550.5489.83-
YUV193.33154.9146.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 171 (67.19% from 255) = 27.10%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=34.71%
G=27.10%
B=38.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191712410.090.2900.05281.1471.4380.78
HexDBABF191D051194751
Octal333253361113505431107121
Binary110110111010101111110001100111101010110001100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABF1; }

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

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

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

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

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

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

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

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