#DDC1CA

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

Shades of Melanie #DDC1CA

Tints of Melanie #DDC1CA

Color information

#DDC1CA (or 0xDDC1CA) is unknown color: approx Melanie. HEX triplet: DD, C1 and CA. RGB value is (221,193,202). Sum of RGB (Red+Green+Blue) = 221+193+202=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1CA is #223E35. Grayscale: #CACACA. Windows color (decimal): -2244150 or 13287901. OLE color: 13287901.

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

Color convert

RGB221193202-
CMYK00.130.090.13
HSL340.71º29.17%81.18%-
HSV(B)340.71º12.67%86.67%-
XYZ59.5557.7863.89-
YUV202.4127.78141.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 193 (75.78% from 255) = 31.33%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=35.88%
G=31.33%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119320200.130.090.13340.7129.1781.18
HexDDC1CA0D9D1551d51
Octal335301312015111552535121
Binary1101110111000001110010100110110011101101010101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1CA; }

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

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

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

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

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

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

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

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