COLOR #DDC1DA

HEX: #DDC1DA RGB: (221,193,218)

Color info

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

RGB color model

#DDC1DA color RGB value is (221,193,218).

RGB: (221,193,218) (87%, 76%, 85%)

RGB channels and saturation

R 221 of 255 = 87%
G 193 of 255 = 76%
B 218 of 255 = 85%

221
193
218

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

Portions of RGB colors in percentages

R + G + B = 221 + 193 + 218 = 632 (100%)
R 221 of 632 ~ 34.97%
G 193 of 632 ~ 30.54%
B 218 of 632 ~ 34.49'%

%34.97
%30.54
%34.49

CMYK color model

#DDC1DA color CMYK value is (0,13,1,13).

  • cyan value is 0.00%
  • magenta value is 12.67%
  • yellow value is 1.36%
  • key color value is 13.33%

CMYK: (0,13,1,13)
C0M13Y1K13 (0%, 13%, 1%, 13%)
(0.00 / 0.13 / 0.01 / 0.13)

CMYK percentages

%0
%12.67
%1.36
%13.33

Codes

Color #DDC1DA in popluar color models

DD C1 DA
RGB 221 193 218
HSL 306° 29.17% 81.18%
HSB/HSV 306° 12.67% 86.67%
CMYK 0.00% 12.67% 1.36%
13.33%

Color #DDC1DA in popluar number systems.

HEX DD C1 DA
Decimal 221 193 218
Binary 11011101 11000001 11011010
Octal 335 301 332

Shades and tints

Shades of #DDC1DA

#DDC1DA
(221,193,218)
#C9B0C7
(201,176,199)
#B59FB4
(181,159,180)
#A18EA1
(161,142,161)
#8D7D8E
(141,125,142)
#796C7B
(121,108,123)
#655B68
(101,91,104)
#514A55
(81,74,85)
#3D3942
(61,57,66)
#29282F
(41,40,47)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #DDC1DA

#DDC1DA
(221,193,218)
#E0C6DD
(224,198,221)
#E3CBE0
(227,203,224)
#E6D0E3
(230,208,227)
#E9D5E6
(233,213,230)
#ECDAE9
(236,218,233)
#EFDFEC
(239,223,236)
#F2E4EF
(242,228,239)
#F5E9F2
(245,233,242)
#F8EEF5
(248,238,245)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC1DA; }

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

This text font color is #DDC1DA.

Background Color

.myBgColor { background-color: #DDC1DA; }

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

This div background color is #DDC1DA.

Border color

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

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

This div border color is #DDC1DA.

Opacity

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

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

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

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

This text has shadow with #DDC1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC1DA.

Preview

Color preview on black background

This text has color #DDC1DA on black background.


Color preview on white background

This text has color #DDC1DA on white background.


Black color preview on #DDC1DA background

This text has black color on #DDC1DA background.


White color preview on #DDC1DA background

This text has white color on #DDC1DA background.


Related colors

Complementary color

Complementary color for #hex is #223E25.


I love getcolorcode.com

Triadic colors

1 #DADDC1 and #C1DADD with #DDC1DA are triadic colors.

2 #DAC1DD and #C1DDDA with #DDC1DA are triadic colors.