COLOR #DDC1D6

HEX: #DDC1D6 RGB: (221,193,214)

Color info

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

RGB color model

#DDC1D6 color RGB value is (221,193,214).

RGB: (221,193,214) (87%, 76%, 84%)

RGB channels and saturation

R 221 of 255 = 87%
G 193 of 255 = 76%
B 214 of 255 = 84%

221
193
214

R + G + B ~ 82%. #DDC1D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 193 + 214 = 628 (100%)
R 221 of 628 ~ 35.19%
G 193 of 628 ~ 30.73%
B 214 of 628 ~ 34.08'%

%35.19
%30.73
%34.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.67%
  • yellow value is 3.17%
  • key color value is 13.33%
CMYK: (0,13,3,13) C0M13Y3K13 (0%,13%,3%,13%) (0.00/0.13/0.03/0.13) 

CMYK percentages

%0
%12.67
%3.17
%13.33

Codes

Color #DDC1D6 in popluar color models

DD C1 D6
RGB 221 193 214
HSL 315° 29.17% 81.18%
HSB/HSV 315° 12.67% 86.67%
CMYK 0.00% 12.67% 3.17%
13.33%

Color #DDC1D6 in popluar number systems.

HEX DD C1 D6
Decimal 221 193 214
Binary 11011101 11000001 11010110
Octal 335 301 326

Shades and tints

Shades of #DDC1D6

#DDC1D6
(221,193,214)
#C9B0C3
(201,176,195)
#B59FB0
(181,159,176)
#A18E9D
(161,142,157)
#8D7D8A
(141,125,138)
#796C77
(121,108,119)
#655B64
(101,91,100)
#514A51
(81,74,81)
#3D393E
(61,57,62)
#29282B
(41,40,43)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #DDC1D6

#DDC1D6
(221,193,214)
#E0C6D9
(224,198,217)
#E3CBDC
(227,203,220)
#E6D0DF
(230,208,223)
#E9D5E2
(233,213,226)
#ECDAE5
(236,218,229)
#EFDFE8
(239,223,232)
#F2E4EB
(242,228,235)
#F5E9EE
(245,233,238)
#F8EEF1
(248,238,241)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC1D6; }

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

This text font color is #DDC1D6.

Background Color

.myBgColor { background-color: #DDC1D6; }

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

This div background color is #DDC1D6.

Border color

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

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

This div border color is #DDC1D6.

Opacity

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

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

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

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

This text has shadow with #DDC1D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC1D6.

Preview

Color preview on black background

This text has color #DDC1D6 on black background.


Color preview on white background

This text has color #DDC1D6 on white background.


Black color preview on #DDC1D6 background

This text has black color on #DDC1D6 background.


White color preview on #DDC1D6 background

This text has white color on #DDC1D6 background.


Related colors

Complementary color

Complementary color for #hex is #223E29.


I love getcolorcode.com

Triadic colors

1 #D6DDC1 and #C1D6DD with #DDC1D6 are triadic colors.

2 #D6C1DD and #C1DDD6 with #DDC1D6 are triadic colors.