#DDAAB9

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

Shades of Melanie #DDAAB9

Tints of Melanie #DDAAB9

Color information

#DDAAB9 (or 0xDDAAB9) is unknown color: approx Melanie. HEX triplet: DD, AA and B9. RGB value is (221,170,185). Sum of RGB (Red+Green+Blue) = 221+170+185=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAB9 is #225546. Grayscale: #BABABA. Windows color (decimal): -2250055 or 12167901. OLE color: 12167901.

HSL color Cylindrical-coordinate representation of color #DDAAB9: hue angle of 342.35º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAAB9 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221170185-
CMYK00.230.160.13
HSL342.35º42.86%76.67%-
HSV(B)342.35º23.08%86.67%-
XYZ52.9547.6252.3-
YUV186.96126.9152.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 185 (72.66% from 255) = 32.12%
R=38.37%
G=29.51%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117018500.230.160.13342.3542.8676.67
HexDDAAB901710D1562b4d
Octal335252271027201552653115
Binary1101110110101010101110010101111000011011010101101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAB9; }

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

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

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

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

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

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

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

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