#DAABB9

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

Shades of Melanie #DAABB9

Tints of Melanie #DAABB9

Color information

#DAABB9 (or 0xDAABB9) is unknown color: approx Melanie. HEX triplet: DA, AB and B9. RGB value is (218,171,185). Sum of RGB (Red+Green+Blue) = 218+171+185=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABB9 is #255446. Grayscale: #BABABA. Windows color (decimal): -2446407 or 12168154. OLE color: 12168154.

HSL color Cylindrical-coordinate representation of color #DAABB9: hue angle of 342.13º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAABB9 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218171185-
CMYK00.220.150.15
HSL342.13º38.84%76.27%-
HSV(B)342.13º21.56%85.49%-
XYZ52.2347.5352.32-
YUV186.65127.07150.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 171 (67.19% from 255) = 29.79%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=37.98%
G=29.79%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817118500.220.150.15342.1338.8476.27
HexDAABB9016FF156274c
Octal332253271026171752647114
Binary110110101010101110111001010110111111111010101101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABB9; }

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

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

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

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

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

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

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

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