#DAA8BA

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

Shades of Melanie #DAA8BA

Tints of Melanie #DAA8BA

Color information

#DAA8BA (or 0xDAA8BA) is unknown color: approx Melanie. HEX triplet: DA, A8 and BA. RGB value is (218,168,186). Sum of RGB (Red+Green+Blue) = 218+168+186=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8BA is #255745. Grayscale: #B8B8B8. Windows color (decimal): -2447174 or 12232922. OLE color: 12232922.

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

Color convert

RGB218168186-
CMYK00.230.150.15
HSL338.4º40.32%75.69%-
HSV(B)338.4º22.94%85.49%-
XYZ51.7846.4652.69-
YUV185128.56151.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 168 (66.02% from 255) = 29.37%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=38.11%
G=29.37%
B=32.52%

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
Decimal21816818600.230.150.15338.440.3275.69
HexDAA8BA017FF152284c
Octal332250272027171752250114
Binary110110101010100010111010010111111111111010100101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8BA; }

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

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

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

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

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

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

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

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