COLOR #DDC3E1

HEX: #DDC3E1 RGB: (221,195,225)

Color info

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

RGB color model

#DDC3E1 color RGB value is (221,195,225).

RGB: (221,195,225) (87%, 76%, 88%)

RGB channels and saturation

R 221 of 255 = 87%
G 195 of 255 = 76%
B 225 of 255 = 88%

221
195
225

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

Portions of RGB colors in percentages

R + G + B = 221 + 195 + 225 = 641 (100%)
R 221 of 641 ~ 34.48%
G 195 of 641 ~ 30.42%
B 225 of 641 ~ 35.1'%

%34.48
%30.42
%35.1

CMYK color model

#DDC3E1 color CMYK value is (2,13,0,12).

  • cyan value is 1.78%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (2,13,0,12)
C2M13Y0K12 (2%, 13%, 0%, 12%)
(0.02 / 0.13 / 0.00 / 0.12)

CMYK percentages

%1.78
%13.33
%0
%11.76

Codes

Color #DDC3E1 in popluar color models

DD C3 E1
RGB 221 195 225
HSL 292° 33.33% 82.35%
HSB/HSV 292° 13.33% 88.24%
CMYK 1.78% 13.33% 0.00%
11.76%

Color #DDC3E1 in popluar number systems.

HEX DD C3 E1
Decimal 221 195 225
Binary 11011101 11000011 11100001
Octal 335 303 341

Shades and tints

Shades of #DDC3E1

#DDC3E1
(221,195,225)
#C9B2CD
(201,178,205)
#B5A1B9
(181,161,185)
#A190A5
(161,144,165)
#8D7F91
(141,127,145)
#796E7D
(121,110,125)
#655D69
(101,93,105)
#514C55
(81,76,85)
#3D3B41
(61,59,65)
#292A2D
(41,42,45)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #DDC3E1

#DDC3E1
(221,195,225)
#E0C8E3
(224,200,227)
#E3CDE5
(227,205,229)
#E6D2E7
(230,210,231)
#E9D7E9
(233,215,233)
#ECDCEB
(236,220,235)
#EFE1ED
(239,225,237)
#F2E6EF
(242,230,239)
#F5EBF1
(245,235,241)
#F8F0F3
(248,240,243)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC3E1 color. Also use rgb(221,195,225) instead hex code.

Text Font Color

.myTextColor { color: #DDC3E1; }

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

This text font color is #DDC3E1.

Background Color

.myBgColor { background-color: #DDC3E1; }

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

This div background color is #DDC3E1.

Border color

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

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

This div border color is #DDC3E1.

Opacity

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

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

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

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

This text has shadow with #DDC3E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC3E1.

Preview

Color preview on black background

This text has color #DDC3E1 on black background.


Color preview on white background

This text has color #DDC3E1 on white background.


Black color preview on #DDC3E1 background

This text has black color on #DDC3E1 background.


White color preview on #DDC3E1 background

This text has white color on #DDC3E1 background.


Related colors

Complementary color

Complementary color for #hex is #223C1E.


I love getcolorcode.com

Triadic colors

1 #E1DDC3 and #C3E1DD with #DDC3E1 are triadic colors.

2 #E1C3DD and #C3DDE1 with #DDC3E1 are triadic colors.