#DAAAB8

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

Shades of Melanie #DAAAB8

Tints of Melanie #DAAAB8

Color information

#DAAAB8 (or 0xDAAAB8) is unknown color: approx Melanie. HEX triplet: DA, AA and B8. RGB value is (218,170,184). Sum of RGB (Red+Green+Blue) = 218+170+184=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAB8 is #255547. Grayscale: #B9B9B9. Windows color (decimal): -2446664 or 12102362. OLE color: 12102362.

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

Color convert

RGB218170184-
CMYK00.220.160.15
HSL342.5º39.34%76.08%-
HSV(B)342.5º22.02%85.49%-
XYZ51.9447.1251.7-
YUV185.95126.9150.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 184 (72.27% from 255) = 32.17%
R=38.11%
G=29.72%
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.15
SystemRedGreenBlueCMYKHSL
Decimal21817018400.220.160.15342.539.3476.08
HexDAAAB801610F156274c
Octal332252270026201752647114
Binary1101101010101010101110000101101000011111010101101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAB8; }

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

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

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

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

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

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

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

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