COLOR #DDD1E3

HEX: #DDD1E3 RGB: (221,209,227)

Color info

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

RGB color model

#DDD1E3 color RGB value is (221,209,227).

RGB: (221,209,227) (87%, 82%, 89%)

RGB channels and saturation

R 221 of 255 = 87%
G 209 of 255 = 82%
B 227 of 255 = 89%

221
209
227

R + G + B ~ 86%. #DDD1E3 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 209 + 227 = 657 (100%)
R 221 of 657 ~ 33.64%
G 209 of 657 ~ 31.81%
B 227 of 657 ~ 34.55'%

%33.64
%31.81
%34.55

CMYK color model

#DDD1E3 color CMYK value is (3,8,0,11).

  • cyan value is 2.64%
  • magenta value is 7.93%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (3,8,0,11)
C3M8Y0K11 (3%, 8%, 0%, 11%)
(0.03 / 0.08 / 0.00 / 0.11)

CMYK percentages

%2.64
%7.93
%0
%10.98

Codes

Color #DDD1E3 in popluar color models

DD D1 E3
RGB 221 209 227
HSL 280° 24.32% 85.49%
HSB/HSV 280° 7.93% 89.02%
CMYK 2.64% 7.93% 0.00%
10.98%

Color #DDD1E3 in popluar number systems.

HEX DD D1 E3
Decimal 221 209 227
Binary 11011101 11010001 11100011
Octal 335 321 343

Shades and tints

Shades of #DDD1E3

#DDD1E3
(221,209,227)
#C9BECF
(201,190,207)
#B5ABBB
(181,171,187)
#A198A7
(161,152,167)
#8D8593
(141,133,147)
#79727F
(121,114,127)
#655F6B
(101,95,107)
#514C57
(81,76,87)
#3D3943
(61,57,67)
#29262F
(41,38,47)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #DDD1E3

#DDD1E3
(221,209,227)
#E0D5E5
(224,213,229)
#E3D9E7
(227,217,231)
#E6DDE9
(230,221,233)
#E9E1EB
(233,225,235)
#ECE5ED
(236,229,237)
#EFE9EF
(239,233,239)
#F2EDF1
(242,237,241)
#F5F1F3
(245,241,243)
#F8F5F5
(248,245,245)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD1E3 color. Also use rgb(221,209,227) instead hex code.

Text Font Color

.myTextColor { color: #DDD1E3; }

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

This text font color is #DDD1E3.

Background Color

.myBgColor { background-color: #DDD1E3; }

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

This div background color is #DDD1E3.

Border color

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

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

This div border color is #DDD1E3.

Opacity

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

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

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

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

This text has shadow with #DDD1E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD1E3.

Preview

Color preview on black background

This text has color #DDD1E3 on black background.


Color preview on white background

This text has color #DDD1E3 on white background.


Black color preview on #DDD1E3 background

This text has black color on #DDD1E3 background.


White color preview on #DDD1E3 background

This text has white color on #DDD1E3 background.


Related colors

Complementary color

Complementary color for #hex is #222E1C.


I love getcolorcode.com

Triadic colors

1 #E3DDD1 and #D1E3DD with #DDD1E3 are triadic colors.

2 #E3D1DD and #D1DDE3 with #DDD1E3 are triadic colors.