#DDC2C8

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

Shades of Melanie #DDC2C8

Tints of Melanie #DDC2C8

Color information

#DDC2C8 (or 0xDDC2C8) is unknown color: approx Melanie. HEX triplet: DD, C2 and C8. RGB value is (221,194,200). Sum of RGB (Red+Green+Blue) = 221+194+200=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2C8 is #223D37. Grayscale: #CACACA. Windows color (decimal): -2243896 or 13157085. OLE color: 13157085.

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

Color convert

RGB221194200-
CMYK00.120.100.13
HSL346.67º28.42%81.37%-
HSV(B)346.67º12.22%86.67%-
XYZ59.5458.1362.73-
YUV202.76126.45141.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 194 (76.17% from 255) = 31.54%
BLUE value IS 200 (78.52% from 255) = 32.52%
R=35.93%
G=31.54%
B=32.52%

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
Decimal22119420000.120.100.13346.6728.4281.37
HexDDC2C80CAD15b1c51
Octal335302310014121553334121
Binary1101110111000010110010000110010101101101011011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC2C8; }

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

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

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

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

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

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

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

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