#DDC0C7

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

Shades of Melanie #DDC0C7

Tints of Melanie #DDC0C7

Color information

#DDC0C7 (or 0xDDC0C7) is unknown color: approx Melanie. HEX triplet: DD, C0 and C7. RGB value is (221,192,199). Sum of RGB (Red+Green+Blue) = 221+192+199=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0C7 is #223F38. Grayscale: #C9C9C9. Windows color (decimal): -2244409 or 13091037. OLE color: 13091037.

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

Color convert

RGB221192199-
CMYK00.130.100.13
HSL345.52º29.9%80.98%-
HSV(B)345.52º13.12%86.67%-
XYZ58.9857.1961.96-
YUV201.47126.61141.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 192 (75.39% from 255) = 31.37%
BLUE value IS 199 (78.12% from 255) = 32.52%
R=36.11%
G=31.37%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119219900.130.100.13345.5229.980.98
HexDDC0C70DAD15a1e51
Octal335300307015121553236121
Binary1101110111000000110001110110110101101101011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0C7; }

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

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

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

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

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

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

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

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