#DDC7CA

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

Shades of Melanie #DDC7CA

Tints of Melanie #DDC7CA

Color information

#DDC7CA (or 0xDDC7CA) is unknown color: approx Melanie. HEX triplet: DD, C7 and CA. RGB value is (221,199,202). Sum of RGB (Red+Green+Blue) = 221+199+202=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7CA is #223835. Grayscale: #CDCDCD. Windows color (decimal): -2242614 or 13289437. OLE color: 13289437.

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

Color convert

RGB221199202-
CMYK00.100.090.13
HSL351.82º24.44%82.35%-
HSV(B)351.82º9.95%86.67%-
XYZ60.960.4864.34-
YUV205.92125.79138.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 199 (78.12% from 255) = 31.99%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=35.53%
G=31.99%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119920200.100.090.13351.8224.4482.35
HexDDC7CA0A9D1601852
Octal335307312012111554030122
Binary1101110111000111110010100101010011101101100000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7CA; }

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

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

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

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

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

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

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

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