#DBA2FF

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

Shades of Mauve #DBA2FF

Tints of Mauve #DBA2FF

Color information

#DBA2FF (or 0xDBA2FF) is unknown color: approx Mauve. HEX triplet: DB, A2 and FF. RGB value is (219,162,255). Sum of RGB (Red+Green+Blue) = 219+162+255=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 162 (63.67% from 255 or 25.47% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA2FF is #245D00. Grayscale: #BDBDBD. Windows color (decimal): -2383105 or 16753371. OLE color: 16753371.

HSL color Cylindrical-coordinate representation of color #DBA2FF: hue angle of 276.77º 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 #DBA2FF is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB219162255-
CMYK0.140.3600
HSL276.77º100%81.76%-
HSV(B)276.77º36.47%100%-
XYZ60.1848.12100.72-
YUV189.64164.88148.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 162 (63.67% from 255) = 25.47%
BLUE value IS 255 (100% from 255) = 40.09%
R=34.43%
G=25.47%
B=40.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191622550.140.3600276.7710081.76
HexDBA2FFE24001156452
Octal333242377164400425144122
Binary11011011101000101111111111101001000010001010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA2FF; }

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

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

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

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

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

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

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

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