#DDC5C9

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

Shades of Melanie #DDC5C9

Tints of Melanie #DDC5C9

Color information

#DDC5C9 (or 0xDDC5C9) is unknown color: approx Melanie. HEX triplet: DD, C5 and C9. RGB value is (221,197,201). Sum of RGB (Red+Green+Blue) = 221+197+201=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5C9 is #223A36. Grayscale: #CCCCCC. Windows color (decimal): -2243127 or 13223389. OLE color: 13223389.

HSL color Cylindrical-coordinate representation of color #DDC5C9: hue angle of 350º degrees, saturation: 0.26, 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 #DDC5C9 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221197201-
CMYK00.110.090.13
HSL350º26.09%81.96%-
HSV(B)350º10.86%86.67%-
XYZ60.3359.5263.57-
YUV204.63125.95139.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 197 (77.34% from 255) = 31.83%
BLUE value IS 201 (78.91% from 255) = 32.47%
R=35.70%
G=31.83%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119720100.110.090.1335026.0981.96
HexDDC5C90B9D15e1a52
Octal335305311013111553632122
Binary1101110111000101110010010101110011101101011110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5C9; }

 p { color: rgb(221,197,201); }

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

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

 a { background-color: rgb(221,197,201); }

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

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

 span { border-color: rgb(221,197,201); }

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