#DDC1C9

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

Shades of Melanie #DDC1C9

Tints of Melanie #DDC1C9

Color information

#DDC1C9 (or 0xDDC1C9) is unknown color: approx Melanie. HEX triplet: DD, C1 and C9. RGB value is (221,193,201). Sum of RGB (Red+Green+Blue) = 221+193+201=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1C9 is #223E36. Grayscale: #CACACA. Windows color (decimal): -2244151 or 13222365. OLE color: 13222365.

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

Color convert

RGB221193201-
CMYK00.130.090.13
HSL342.86º29.17%81.18%-
HSV(B)342.86º12.67%86.67%-
XYZ59.4357.7363.27-
YUV202.28127.28141.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 193 (75.78% from 255) = 31.38%
BLUE value IS 201 (78.91% from 255) = 32.68%
R=35.93%
G=31.38%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119320100.130.090.13342.8629.1781.18
HexDDC1C90D9D1571d51
Octal335301311015111552735121
Binary1101110111000001110010010110110011101101010111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1C9; }

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

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

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

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

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

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

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

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