#DDC2CA

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

Shades of Melanie #DDC2CA

Tints of Melanie #DDC2CA

Color information

#DDC2CA (or 0xDDC2CA) is unknown color: approx Melanie. HEX triplet: DD, C2 and CA. RGB value is (221,194,202). Sum of RGB (Red+Green+Blue) = 221+194+202=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2CA is #223D35. Grayscale: #CACACA. Windows color (decimal): -2243894 or 13288157. OLE color: 13288157.

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

Color convert

RGB221194202-
CMYK00.120.090.13
HSL342.22º28.42%81.37%-
HSV(B)342.22º12.22%86.67%-
XYZ59.7758.2263.96-
YUV202.98127.45140.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 194 (76.17% from 255) = 31.44%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=35.82%
G=31.44%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119420200.120.090.13342.2228.4281.37
HexDDC2CA0C9D1561c51
Octal335302312014111552634121
Binary1101110111000010110010100110010011101101010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC2CA; }

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

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

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

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

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

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

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

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