#DBA8EE

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

Shades of Mauve #DBA8EE

Tints of Mauve #DBA8EE

Color information

#DBA8EE (or 0xDBA8EE) is unknown color: approx Mauve. HEX triplet: DB, A8 and EE. RGB value is (219,168,238). Sum of RGB (Red+Green+Blue) = 219+168+238=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBA8EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA8EE is #245711. Grayscale: #BFBFBF. Windows color (decimal): -2381586 or 15640795. OLE color: 15640795.

HSL color Cylindrical-coordinate representation of color #DBA8EE: hue angle of 283.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA8EE is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219168238-
CMYK0.080.2900.07
HSL283.71º67.31%79.61%-
HSV(B)283.71º29.41%93.33%-
XYZ58.6549.2487.3-
YUV191.23154.4147.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.04%
GREEN value IS 168 (66.02% from 255) = 26.88%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=35.04%
G=26.88%
B=38.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191682380.080.2900.07283.7167.3179.61
HexDBA8EE81D0711c4350
Octal333250356103507434103120
Binary110110111010100011101110100011101011110001110010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8EE; }

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

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

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

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

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

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

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

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