COLOR #DDC4D6

HEX: #DDC4D6 RGB: (221,196,214)

Color info

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

RGB color model

#DDC4D6 color RGB value is (221,196,214).

RGB: (221,196,214) (87%, 77%, 84%)

RGB channels and saturation

R 221 of 255 = 87%
G 196 of 255 = 77%
B 214 of 255 = 84%

221
196
214

R + G + B ~ 83%. #DDC4D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 196 + 214 = 631 (100%)
R 221 of 631 ~ 35.02%
G 196 of 631 ~ 31.06%
B 214 of 631 ~ 33.91'%

%35.02
%31.06
%33.91

CMYK color model

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

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

CMYK: (0,11,3,13)
C0M11Y3K13 (0%, 11%, 3%, 13%)
(0.00 / 0.11 / 0.03 / 0.13)

CMYK percentages

%0
%11.31
%3.17
%13.33

Codes

Color #DDC4D6 in popluar color models

DD C4 D6
RGB 221 196 214
HSL 317° 26.88% 81.76%
HSB/HSV 317° 11.31% 86.67%
CMYK 0.00% 11.31% 3.17%
13.33%

Color #DDC4D6 in popluar number systems.

HEX DD C4 D6
Decimal 221 196 214
Binary 11011101 11000100 11010110
Octal 335 304 326

Shades and tints

Shades of #DDC4D6

#DDC4D6
(221,196,214)
#C9B3C3
(201,179,195)
#B5A2B0
(181,162,176)
#A1919D
(161,145,157)
#8D808A
(141,128,138)
#796F77
(121,111,119)
#655E64
(101,94,100)
#514D51
(81,77,81)
#3D3C3E
(61,60,62)
#292B2B
(41,43,43)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #DDC4D6

#DDC4D6
(221,196,214)
#E0C9D9
(224,201,217)
#E3CEDC
(227,206,220)
#E6D3DF
(230,211,223)
#E9D8E2
(233,216,226)
#ECDDE5
(236,221,229)
#EFE2E8
(239,226,232)
#F2E7EB
(242,231,235)
#F5ECEE
(245,236,238)
#F8F1F1
(248,241,241)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC4D6; }

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

This text font color is #DDC4D6.

Background Color

.myBgColor { background-color: #DDC4D6; }

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

This div background color is #DDC4D6.

Border color

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

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

This div border color is #DDC4D6.

Opacity

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

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

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

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

This text has shadow with #DDC4D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC4D6.

Preview

Color preview on black background

This text has color #DDC4D6 on black background.


Color preview on white background

This text has color #DDC4D6 on white background.


Black color preview on #DDC4D6 background

This text has black color on #DDC4D6 background.


White color preview on #DDC4D6 background

This text has white color on #DDC4D6 background.


Related colors

Complementary color

Complementary color for #hex is #223B29.


I love getcolorcode.com

Triadic colors

1 #D6DDC4 and #C4D6DD with #DDC4D6 are triadic colors.

2 #D6C4DD and #C4DDD6 with #DDC4D6 are triadic colors.