#DBA8FF

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

Shades of Mauve #DBA8FF

Tints of Mauve #DBA8FF

Color information

#DBA8FF (or 0xDBA8FF) is unknown color: approx Mauve. HEX triplet: DB, A8 and FF. RGB value is (219,168,255). Sum of RGB (Red+Green+Blue) = 219+168+255=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA8FF is #245700. Grayscale: #C0C0C0. Windows color (decimal): -2381569 or 16754907. OLE color: 16754907.

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

Color convert

RGB219168255-
CMYK0.140.3400
HSL275.17º100%82.94%-
HSV(B)275.17º34.12%100%-
XYZ61.2750.29101.08-
YUV193.17162.9146.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.11%
GREEN value IS 168 (66.02% from 255) = 26.17%
BLUE value IS 255 (100% from 255) = 39.72%
R=34.11%
G=26.17%
B=39.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191682550.140.3400275.1710082.94
HexDBA8FFE22001136453
Octal333250377164200423144123
Binary11011011101010001111111111101000100010001001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8FF; }

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

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

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

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

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

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

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

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