#DBA4FF

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

Shades of Mauve #DBA4FF

Tints of Mauve #DBA4FF

Color information

#DBA4FF (or 0xDBA4FF) is unknown color: approx Mauve. HEX triplet: DB, A4 and FF. RGB value is (219,164,255). Sum of RGB (Red+Green+Blue) = 219+164+255=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 164 (64.45% from 255 or 25.71% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4FF is #245B00. Grayscale: #BEBEBE. Windows color (decimal): -2382593 or 16753883. OLE color: 16753883.

HSL color Cylindrical-coordinate representation of color #DBA4FF: hue angle of 276.26º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBA4FF is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB219164255-
CMYK0.140.3600
HSL276.26º100%82.16%-
HSV(B)276.26º35.69%100%-
XYZ60.5448.83100.84-
YUV190.82164.22148.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.33%
GREEN value IS 164 (64.45% from 255) = 25.71%
BLUE value IS 255 (100% from 255) = 39.97%
R=34.33%
G=25.71%
B=39.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191642550.140.3600276.2610082.16
HexDBA4FFE24001146452
Octal333244377164400424144122
Binary11011011101001001111111111101001000010001010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA4FF; }

 p { color: rgb(219,164,255); }

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

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

 a { background-color: rgb(219,164,255); }

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

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

 span { border-color: rgb(219,164,255); }

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