#DAA7BA

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

Shades of Melanie #DAA7BA

Tints of Melanie #DAA7BA

Color information

#DAA7BA (or 0xDAA7BA) is unknown color: approx Melanie. HEX triplet: DA, A7 and BA. RGB value is (218,167,186). Sum of RGB (Red+Green+Blue) = 218+167+186=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7BA is #255845. Grayscale: #B8B8B8. Windows color (decimal): -2447430 or 12232666. OLE color: 12232666.

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

Color convert

RGB218167186-
CMYK00.230.150.15
HSL337.65º40.8%75.49%-
HSV(B)337.65º23.39%85.49%-
XYZ51.646.0952.63-
YUV184.42128.9151.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 167 (65.62% from 255) = 29.25%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=38.18%
G=29.25%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816718600.230.150.15337.6540.875.49
HexDAA7BA017FF152294b
Octal332247272027171752251113
Binary110110101010011110111010010111111111111010100101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA7BA; }

 p { color: rgb(218,167,186); }

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

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

 a { background-color: rgb(218,167,186); }

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

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

 span { border-color: rgb(218,167,186); }

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