#DDC2C6

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

Shades of Melanie #DDC2C6

Tints of Melanie #DDC2C6

Color information

#DDC2C6 (or 0xDDC2C6) is unknown color: approx Melanie. HEX triplet: DD, C2 and C6. RGB value is (221,194,198). Sum of RGB (Red+Green+Blue) = 221+194+198=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2C6 is #223D39. Grayscale: #CACACA. Windows color (decimal): -2243898 or 13026013. OLE color: 13026013.

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

Color convert

RGB221194198-
CMYK00.120.100.13
HSL351.11º28.42%81.37%-
HSV(B)351.11º12.22%86.67%-
XYZ59.358.0361.5-
YUV202.53125.45141.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 194 (76.17% from 255) = 31.65%
BLUE value IS 198 (77.73% from 255) = 32.30%
R=36.05%
G=31.65%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119419800.120.100.13351.1128.4281.37
HexDDC2C60CAD15f1c51
Octal335302306014121553734121
Binary1101110111000010110001100110010101101101011111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC2C6; }

 p { color: rgb(221,194,198); }

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

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

 a { background-color: rgb(221,194,198); }

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

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

 span { border-color: rgb(221,194,198); }

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