#DDACBF

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

Shades of Melanie #DDACBF

Tints of Melanie #DDACBF

Color information

#DDACBF (or 0xDDACBF) is unknown color: approx Melanie. HEX triplet: DD, AC and BF. RGB value is (221,172,191). Sum of RGB (Red+Green+Blue) = 221+172+191=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACBF is #225340. Grayscale: #BCBCBC. Windows color (decimal): -2249537 or 12561629. OLE color: 12561629.

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

Color convert

RGB221172191-
CMYK00.220.140.13
HSL336.73º41.88%77.06%-
HSV(B)336.73º22.17%86.67%-
XYZ53.9848.6455.83-
YUV188.82129.23150.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 191 (75% from 255) = 32.71%
R=37.84%
G=29.45%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117219100.220.140.13336.7341.8877.06
HexDDACBF016ED1512a4d
Octal335254277026161552152115
Binary110111011010110010111111010110111011011010100011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACBF; }

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

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

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

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

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

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

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

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