#DDACB9

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

Shades of Melanie #DDACB9

Tints of Melanie #DDACB9

Color information

#DDACB9 (or 0xDDACB9) is unknown color: approx Melanie. HEX triplet: DD, AC and B9. RGB value is (221,172,185). Sum of RGB (Red+Green+Blue) = 221+172+185=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACB9 is #225346. Grayscale: #BCBCBC. Windows color (decimal): -2249543 or 12168413. OLE color: 12168413.

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

Color convert

RGB221172185-
CMYK00.220.160.13
HSL344.08º41.88%77.06%-
HSV(B)344.08º22.17%86.67%-
XYZ53.3348.3852.43-
YUV188.13126.23151.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 172 (67.58% from 255) = 29.76%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=38.24%
G=29.76%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117218500.220.160.13344.0841.8877.06
HexDDACB901610D1582a4d
Octal335254271026201553052115
Binary1101110110101100101110010101101000011011010110001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACB9; }

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

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

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

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

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

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

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

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