#DBA7FF

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

Shades of Mauve #DBA7FF

Tints of Mauve #DBA7FF

Color information

#DBA7FF (or 0xDBA7FF) is unknown color: approx Mauve. HEX triplet: DB, A7 and FF. RGB value is (219,167,255). Sum of RGB (Red+Green+Blue) = 219+167+255=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 167 (65.62% from 255 or 26.05% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7FF is #245800. Grayscale: #C0C0C0. Windows color (decimal): -2381825 or 16754651. OLE color: 16754651.

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

Color convert

RGB219167255-
CMYK0.140.3500
HSL275.45º100%82.75%-
HSV(B)275.45º34.51%100%-
XYZ61.0849.92101.02-
YUV192.58163.23146.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 167 (65.62% from 255) = 26.05%
BLUE value IS 255 (100% from 255) = 39.78%
R=34.17%
G=26.05%
B=39.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191672550.140.3500275.4510082.75
HexDBA7FFE23001136453
Octal333247377164300423144123
Binary11011011101001111111111111101000110010001001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7FF; }

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

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

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

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

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

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

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

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