#DDC4C7

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

Shades of Melanie #DDC4C7

Tints of Melanie #DDC4C7

Color information

#DDC4C7 (or 0xDDC4C7) is unknown color: approx Melanie. HEX triplet: DD, C4 and C7. RGB value is (221,196,199). Sum of RGB (Red+Green+Blue) = 221+196+199=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4C7 is #223B38. Grayscale: #CBCBCB. Windows color (decimal): -2243385 or 13092061. OLE color: 13092061.

HSL color Cylindrical-coordinate representation of color #DDC4C7: hue angle of 352.8º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC4C7 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221196199-
CMYK00.110.100.13
HSL352.8º26.88%81.76%-
HSV(B)352.8º11.31%86.67%-
XYZ59.8758.9862.26-
YUV203.82125.28140.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 196 (76.95% from 255) = 31.82%
BLUE value IS 199 (78.12% from 255) = 32.31%
R=35.88%
G=31.82%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119619900.110.100.13352.826.8881.76
HexDDC4C70BAD1611b52
Octal335304307013121554133122
Binary1101110111000100110001110101110101101101100001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4C7; }

 p { color: rgb(221,196,199); }

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

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

 a { background-color: rgb(221,196,199); }

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

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

 span { border-color: rgb(221,196,199); }

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