#DDC7CB

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

Shades of Melanie #DDC7CB

Tints of Melanie #DDC7CB

Color information

#DDC7CB (or 0xDDC7CB) is unknown color: approx Melanie. HEX triplet: DD, C7 and CB. RGB value is (221,199,203). Sum of RGB (Red+Green+Blue) = 221+199+203=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7CB is #223834. Grayscale: #CECECE. Windows color (decimal): -2242613 or 13354973. OLE color: 13354973.

HSL color Cylindrical-coordinate representation of color #DDC7CB: hue angle of 349.09º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC7CB is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221199203-
CMYK00.100.080.13
HSL349.09º24.44%82.35%-
HSV(B)349.09º9.95%86.67%-
XYZ61.0260.5364.97-
YUV206.03126.29138.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 199 (78.12% from 255) = 31.94%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=35.47%
G=31.94%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119920300.100.080.13349.0924.4482.35
HexDDC7CB0A8D15d1852
Octal335307313012101553530122
Binary1101110111000111110010110101010001101101011101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7CB; }

 p { color: rgb(221,199,203); }

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

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

 a { background-color: rgb(221,199,203); }

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

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

 span { border-color: rgb(221,199,203); }

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