COLOR #DDCED4

HEX: #DDCED4 RGB: (221,206,212)

Color info

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

RGB color model

#DDCED4 color RGB value is (221,206,212).

RGB: (221,206,212) (87%, 81%, 83%)

RGB channels and saturation

R 221 of 255 = 87%
G 206 of 255 = 81%
B 212 of 255 = 83%

221
206
212

R + G + B ~ 84%. #DDCED4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 206 + 212 = 639 (100%)
R 221 of 639 ~ 34.59%
G 206 of 639 ~ 32.24%
B 212 of 639 ~ 33.18'%

%34.59
%32.24
%33.18

CMYK color model

#DDCED4 color CMYK value is (0,7,4,13).

  • cyan value is 0.00%
  • magenta value is 6.79%
  • yellow value is 4.07%
  • key color value is 13.33%

CMYK: (0,7,4,13)
C0M7Y4K13 (0%, 7%, 4%, 13%)
(0.00 / 0.07 / 0.04 / 0.13)

CMYK percentages

%0
%6.79
%4.07
%13.33

Codes

Color #DDCED4 in popluar color models

DD CE D4
RGB 221 206 212
HSL 336° 18.07% 83.73%
HSB/HSV 336° 6.79% 86.67%
CMYK 0.00% 6.79% 4.07%
13.33%

Color #DDCED4 in popluar number systems.

HEX DD CE D4
Decimal 221 206 212
Binary 11011101 11001110 11010100
Octal 335 316 324

Shades and tints

Shades of #DDCED4

#DDCED4
(221,206,212)
#C9BCC1
(201,188,193)
#B5AAAE
(181,170,174)
#A1989B
(161,152,155)
#8D8688
(141,134,136)
#797475
(121,116,117)
#656262
(101,98,98)
#51504F
(81,80,79)
#3D3E3C
(61,62,60)
#292C29
(41,44,41)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #DDCED4

#DDCED4
(221,206,212)
#E0D2D7
(224,210,215)
#E3D6DA
(227,214,218)
#E6DADD
(230,218,221)
#E9DEE0
(233,222,224)
#ECE2E3
(236,226,227)
#EFE6E6
(239,230,230)
#F2EAE9
(242,234,233)
#F5EEEC
(245,238,236)
#F8F2EF
(248,242,239)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCED4 color. Also use rgb(221,206,212) instead hex code.

Text Font Color

.myTextColor { color: #DDCED4; }

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

This text font color is #DDCED4.

Background Color

.myBgColor { background-color: #DDCED4; }

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

This div background color is #DDCED4.

Border color

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

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

This div border color is #DDCED4.

Opacity

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

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

Text with #DDCED4 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 #DDCED4;}

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

This text has shadow with #DDCED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCED4.

Preview

Color preview on black background

This text has color #DDCED4 on black background.


Color preview on white background

This text has color #DDCED4 on white background.


Black color preview on #DDCED4 background

This text has black color on #DDCED4 background.


White color preview on #DDCED4 background

This text has white color on #DDCED4 background.


Related colors

Complementary color

Complementary color for #hex is #22312B.


I love getcolorcode.com

Triadic colors

1 #D4DDCE and #CED4DD with #DDCED4 are triadic colors.

2 #D4CEDD and #CEDDD4 with #DDCED4 are triadic colors.