COLOR #DDD3E7

HEX: #DDD3E7 RGB: (221,211,231)

Color info

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

RGB color model

#DDD3E7 color RGB value is (221,211,231).

RGB: (221,211,231) (87%, 83%, 91%)

RGB channels and saturation

R 221 of 255 = 87%
G 211 of 255 = 83%
B 231 of 255 = 91%

221
211
231

R + G + B ~ 87%. #DDD3E7 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 211 + 231 = 663 (100%)
R 221 of 663 ~ 33.33%
G 211 of 663 ~ 31.83%
B 231 of 663 ~ 34.84'%

%33.33
%31.83
%34.84

CMYK color model

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

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

CMYK: (4,9,0,9)
C4M9Y0K9 (4%, 9%, 0%, 9%)
(0.04 / 0.09 / 0.00 / 0.09)

CMYK percentages

%4.33
%8.66
%0
%9.41

Codes

Color #DDD3E7 in popluar color models

DD D3 E7
RGB 221 211 231
HSL 270° 29.41% 86.67%
HSB/HSV 270° 8.66% 90.59%
CMYK 4.33% 8.66% 0.00%
9.41%

Color #DDD3E7 in popluar number systems.

HEX DD D3 E7
Decimal 221 211 231
Binary 11011101 11010011 11100111
Octal 335 323 347

Shades and tints

Shades of #DDD3E7

#DDD3E7
(221,211,231)
#C9C0D2
(201,192,210)
#B5ADBD
(181,173,189)
#A19AA8
(161,154,168)
#8D8793
(141,135,147)
#79747E
(121,116,126)
#656169
(101,97,105)
#514E54
(81,78,84)
#3D3B3F
(61,59,63)
#29282A
(41,40,42)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #DDD3E7

#DDD3E7
(221,211,231)
#E0D7E9
(224,215,233)
#E3DBEB
(227,219,235)
#E6DFED
(230,223,237)
#E9E3EF
(233,227,239)
#ECE7F1
(236,231,241)
#EFEBF3
(239,235,243)
#F2EFF5
(242,239,245)
#F5F3F7
(245,243,247)
#F8F7F9
(248,247,249)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD3E7; }

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

This text font color is #DDD3E7.

Background Color

.myBgColor { background-color: #DDD3E7; }

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

This div background color is #DDD3E7.

Border color

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

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

This div border color is #DDD3E7.

Opacity

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

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

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

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

This text has shadow with #DDD3E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD3E7.

Preview

Color preview on black background

This text has color #DDD3E7 on black background.


Color preview on white background

This text has color #DDD3E7 on white background.


Black color preview on #DDD3E7 background

This text has black color on #DDD3E7 background.


White color preview on #DDD3E7 background

This text has white color on #DDD3E7 background.


Related colors

Complementary color

Complementary color for #hex is #222C18.


I love getcolorcode.com

Triadic colors

1 #E7DDD3 and #D3E7DD with #DDD3E7 are triadic colors.

2 #E7D3DD and #D3DDE7 with #DDD3E7 are triadic colors.