#DAAAB9

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

Shades of Melanie #DAAAB9

Tints of Melanie #DAAAB9

Color information

#DAAAB9 (or 0xDAAAB9) is unknown color: approx Melanie. HEX triplet: DA, AA and B9. RGB value is (218,170,185). Sum of RGB (Red+Green+Blue) = 218+170+185=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAB9 is #255546. Grayscale: #BABABA. Windows color (decimal): -2446663 or 12167898. OLE color: 12167898.

HSL color Cylindrical-coordinate representation of color #DAAAB9: hue angle of 341.25º 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 #DAAAB9 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218170185-
CMYK00.220.150.15
HSL341.25º39.34%76.08%-
HSV(B)341.25º22.02%85.49%-
XYZ52.0547.1652.26-
YUV186.06127.4150.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 185 (72.66% from 255) = 32.29%
R=38.05%
G=29.67%
B=32.29%

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
Decimal21817018500.220.150.15341.2539.3476.08
HexDAAAB9016FF155274c
Octal332252271026171752547114
Binary110110101010101010111001010110111111111010101011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAB9; }

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

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

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

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

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

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

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

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