#DBABEC

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

Shades of Mauve #DBABEC

Tints of Mauve #DBABEC

Color information

#DBABEC (or 0xDBABEC) is unknown color: approx Mauve. HEX triplet: DB, AB and EC. RGB value is (219,171,236). Sum of RGB (Red+Green+Blue) = 219+171+236=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABEC is #245413. Grayscale: #C0C0C0. Windows color (decimal): -2380820 or 15510491. OLE color: 15510491.

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

Color convert

RGB219171236-
CMYK0.070.2800.07
HSL284.31º63.11%79.8%-
HSV(B)284.31º27.54%92.55%-
XYZ58.9250.2485.95-
YUV192.76152.4146.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.98%
GREEN value IS 171 (67.19% from 255) = 27.32%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=34.98%
G=27.32%
B=37.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191712360.070.2800.07284.3163.1179.8
HexDBABEC71C0711c3f50
Octal3332533547340743477120
Binary1101101110101011111011001111110001111000111001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABEC; }

 p { color: rgb(219,171,236); }

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

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

 a { background-color: rgb(219,171,236); }

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

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

 span { border-color: rgb(219,171,236); }

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