#DBA8F1

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

Shades of Mauve #DBA8F1

Tints of Mauve #DBA8F1

Color information

#DBA8F1 (or 0xDBA8F1) is unknown color: approx Mauve. HEX triplet: DB, A8 and F1. RGB value is (219,168,241). Sum of RGB (Red+Green+Blue) = 219+168+241=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBA8F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA8F1 is #24570E. Grayscale: #BFBFBF. Windows color (decimal): -2381583 or 15837403. OLE color: 15837403.

HSL color Cylindrical-coordinate representation of color #DBA8F1: hue angle of 281.92º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA8F1 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219168241-
CMYK0.090.3000.05
HSL281.92º72.28%80.2%-
HSV(B)281.92º30.29%94.51%-
XYZ59.0949.4289.64-
YUV191.57155.9147.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.87%
GREEN value IS 168 (66.02% from 255) = 26.75%
BLUE value IS 241 (94.53% from 255) = 38.38%
R=34.87%
G=26.75%
B=38.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191682410.090.3000.05281.9272.2880.2
HexDBA8F191E0511a4850
Octal333250361113605432110120
Binary110110111010100011110001100111110010110001101010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8F1; }

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

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

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

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

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

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

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

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