#DBABB9

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

Shades of Melanie #DBABB9

Tints of Melanie #DBABB9

Color information

#DBABB9 (or 0xDBABB9) is unknown color: approx Melanie. HEX triplet: DB, AB and B9. RGB value is (219,171,185). Sum of RGB (Red+Green+Blue) = 219+171+185=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABB9 is #245446. Grayscale: #BABABA. Windows color (decimal): -2380871 or 12168155. OLE color: 12168155.

HSL color Cylindrical-coordinate representation of color #DBABB9: hue angle of 342.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBABB9 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219171185-
CMYK00.220.160.14
HSL342.5º40%76.47%-
HSV(B)342.5º21.92%85.88%-
XYZ52.5347.6952.33-
YUV186.95126.9150.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 185 (72.66% from 255) = 32.17%
R=38.09%
G=29.74%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917118500.220.160.14342.54076.47
HexDBABB901610E156284c
Octal333253271026201652650114
Binary1101101110101011101110010101101000011101010101101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABB9; }

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

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

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

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

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

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

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

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