COLOR #DDC0C4

HEX: #DDC0C4 RGB: (221,192,196)

Color info

#DDC0C4 contains red, green and blue colors in about the same proportion. Web safe color of #DDC0C4 is #CCCCCC (or #CCC).

RGB color model

#DDC0C4 color RGB value is (221,192,196).

RGB: (221,192,196) (87%, 75%, 77%)

RGB channels and saturation

R 221 of 255 = 87%
G 192 of 255 = 75%
B 196 of 255 = 77%

221
192
196

R + G + B ~ 80%. #DDC0C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 192 + 196 = 609 (100%)
R 221 of 609 ~ 36.29%
G 192 of 609 ~ 31.53%
B 196 of 609 ~ 32.18'%

%36.29
%31.53
%32.18

CMYK color model

#DDC0C4 color CMYK value is (0,13,11,13).

  • cyan value is 0.00%
  • magenta value is 13.12%
  • yellow value is 11.31%
  • key color value is 13.33%

CMYK: (0,13,11,13)
C0M13Y11K13 (0%, 13%, 11%, 13%)
(0.00 / 0.13 / 0.11 / 0.13)

CMYK percentages

%0
%13.12
%11.31
%13.33

Codes

Color #DDC0C4 in popluar color models

DD C0 C4
RGB 221 192 196
HSL 352° 29.90% 80.98%
HSB/HSV 352° 13.12% 86.67%
CMYK 0.00% 13.12% 11.31%
13.33%

Color #DDC0C4 in popluar number systems.

HEX DD C0 C4
Decimal 221 192 196
Binary 11011101 11000000 11000100
Octal 335 300 304

Shades and tints

Shades of #DDC0C4

#DDC0C4
(221,192,196)
#C9AFB3
(201,175,179)
#B59EA2
(181,158,162)
#A18D91
(161,141,145)
#8D7C80
(141,124,128)
#796B6F
(121,107,111)
#655A5E
(101,90,94)
#51494D
(81,73,77)
#3D383C
(61,56,60)
#29272B
(41,39,43)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #DDC0C4

#DDC0C4
(221,192,196)
#E0C5C9
(224,197,201)
#E3CACE
(227,202,206)
#E6CFD3
(230,207,211)
#E9D4D8
(233,212,216)
#ECD9DD
(236,217,221)
#EFDEE2
(239,222,226)
#F2E3E7
(242,227,231)
#F5E8EC
(245,232,236)
#F8EDF1
(248,237,241)
#FBF2F6
(251,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC0C4 color. Also use rgb(221,192,196) instead hex code.

Text Font Color

.myTextColor { color: #DDC0C4; }

<p style="color:#DDC0C4">This sample text font color is #DDC0C4.</p>

This text font color is #DDC0C4.

Background Color

.myBgColor { background-color: #DDC0C4; }

<div style="background-color:#DDC0C4">Inner text</div>

This div background color is #DDC0C4.

Border color

.myBorderColor { border: 1px solid #DDC0C4; }

<div style="border:3px solid #DDC0C4">Div</div>

This div border color is #DDC0C4.

Opacity

.myOpacity80 { color: #DDC0C4; opacity: 0.8; }

<p style="color:#DDC0C4;opacity:0.8;">80%</p>

Text with #DDC0C4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DDC0C4;}

<p style="text-shadow: 3px 3px 1px #DDC0C4">Text here.</p>

This text has shadow with #DDC0C4 color.


.textShadow {text-shadow: 3px 3px 1px #DDC0C4', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DDC0C4, 5px 5px 20px red">Text here.</p>

This text has shadow with #DDC0C4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDC0C4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DDC0C4, Direction=45, Strength=4)">Text</p>

This text has shadow with #DDC0C4 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DDC0C4;
-webkit-box-shadow: 1px 1px 3px 2px #DDC0C4;
box-shadow: 1px 1px 3px 2px #DDC0C4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DDC0C4; -webkit-box-shadow: 1px 1px 3px 2px #DDC0C4; box-shadow:1px 1px 3px 2px #DDC0C4;">
Div content here
</div>

This div box has shadow with color #DDC0C4.

Preview

Color preview on black background

This text has color #DDC0C4 on black background.


Color preview on white background

This text has color #DDC0C4 on white background.


Black color preview on #DDC0C4 background

This text has black color on #DDC0C4 background.


White color preview on #DDC0C4 background

This text has white color on #DDC0C4 background.


Related colors

Complementary color

Complementary color for #hex is #223F3B.


I love getcolorcode.com

Triadic colors

1 #C4DDC0 and #C0C4DD with #DDC0C4 are triadic colors.

2 #C4C0DD and #C0DDC4 with #DDC0C4 are triadic colors.