#DDC4C9

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

Shades of Melanie #DDC4C9

Tints of Melanie #DDC4C9

Color information

#DDC4C9 (or 0xDDC4C9) is unknown color: approx Melanie. HEX triplet: DD, C4 and C9. RGB value is (221,196,201). Sum of RGB (Red+Green+Blue) = 221+196+201=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4C9 is #223B36. Grayscale: #CCCCCC. Windows color (decimal): -2243383 or 13223133. OLE color: 13223133.

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

Color convert

RGB221196201-
CMYK00.110.090.13
HSL348º26.88%81.76%-
HSV(B)348º11.31%86.67%-
XYZ60.159.0763.49-
YUV204.04126.28140.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 196 (76.95% from 255) = 31.72%
BLUE value IS 201 (78.91% from 255) = 32.52%
R=35.76%
G=31.72%
B=32.52%

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
Decimal22119620100.110.090.1334826.8881.76
HexDDC4C90B9D15c1b52
Octal335304311013111553433122
Binary1101110111000100110010010101110011101101011100110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4C9; }

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

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

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

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

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

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

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

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