COLOR #DDC1E7

HEX: #DDC1E7 RGB: (221,193,231)

Color info

#DDC1E7 contains red, green and blue colors in about the same proportion. Web safe color of #DDC1E7 is #CCCCFF (or #CCF).

RGB color model

#DDC1E7 color RGB value is (221,193,231).

RGB: (221,193,231) (87%, 76%, 91%)

RGB channels and saturation

R 221 of 255 = 87%
G 193 of 255 = 76%
B 231 of 255 = 91%

221
193
231

R + G + B ~ 85%. #DDC1E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 193 + 231 = 645 (100%)
R 221 of 645 ~ 34.26%
G 193 of 645 ~ 29.92%
B 231 of 645 ~ 35.81'%

%34.26
%29.92
%35.81

CMYK color model

#DDC1E7 color CMYK value is (4,16,0,9).

  • cyan value is 4.33%
  • magenta value is 16.45%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (4,16,0,9)
C4M16Y0K9 (4%, 16%, 0%, 9%)
(0.04 / 0.16 / 0.00 / 0.09)

CMYK percentages

%4.33
%16.45
%0
%9.41

Codes

Color #DDC1E7 in popluar color models

DD C1 E7
RGB 221 193 231
HSL 284° 44.19% 83.14%
HSB/HSV 284° 16.45% 90.59%
CMYK 4.33% 16.45% 0.00%
9.41%

Color #DDC1E7 in popluar number systems.

HEX DD C1 E7
Decimal 221 193 231
Binary 11011101 11000001 11100111
Octal 335 301 347

Shades and tints

Shades of #DDC1E7

#DDC1E7
(221,193,231)
#C9B0D2
(201,176,210)
#B59FBD
(181,159,189)
#A18EA8
(161,142,168)
#8D7D93
(141,125,147)
#796C7E
(121,108,126)
#655B69
(101,91,105)
#514A54
(81,74,84)
#3D393F
(61,57,63)
#29282A
(41,40,42)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #DDC1E7

#DDC1E7
(221,193,231)
#E0C6E9
(224,198,233)
#E3CBEB
(227,203,235)
#E6D0ED
(230,208,237)
#E9D5EF
(233,213,239)
#ECDAF1
(236,218,241)
#EFDFF3
(239,223,243)
#F2E4F5
(242,228,245)
#F5E9F7
(245,233,247)
#F8EEF9
(248,238,249)
#FBF3FB
(251,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC1E7; }

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

This text font color is #DDC1E7.

Background Color

.myBgColor { background-color: #DDC1E7; }

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

This div background color is #DDC1E7.

Border color

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

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

This div border color is #DDC1E7.

Opacity

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

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

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

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

This text has shadow with #DDC1E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC1E7.

Preview

Color preview on black background

This text has color #DDC1E7 on black background.


Color preview on white background

This text has color #DDC1E7 on white background.


Black color preview on #DDC1E7 background

This text has black color on #DDC1E7 background.


White color preview on #DDC1E7 background

This text has white color on #DDC1E7 background.


Related colors

Complementary color

Complementary color for #hex is #223E18.


I love getcolorcode.com

Triadic colors

1 #E7DDC1 and #C1E7DD with #DDC1E7 are triadic colors.

2 #E7C1DD and #C1DDE7 with #DDC1E7 are triadic colors.