COLOR #DDD5EA

HEX: #DDD5EA RGB: (221,213,234)

Color info

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

RGB color model

#DDD5EA color RGB value is (221,213,234).

RGB: (221,213,234) (87%, 84%, 92%)

RGB channels and saturation

R 221 of 255 = 87%
G 213 of 255 = 84%
B 234 of 255 = 92%

221
213
234

R + G + B ~ 88%. #DDD5EA is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 213 + 234 = 668 (100%)
R 221 of 668 ~ 33.08%
G 213 of 668 ~ 31.89%
B 234 of 668 ~ 35.03'%

%33.08
%31.89
%35.03

CMYK color model

#DDD5EA color CMYK value is (6,9,0,8).

  • cyan value is 5.56%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (6,9,0,8)
C6M9Y0K8 (6%, 9%, 0%, 8%)
(0.06 / 0.09 / 0.00 / 0.08)

CMYK percentages

%5.56
%8.97
%0
%8.24

Codes

Color #DDD5EA in popluar color models

DD D5 EA
RGB 221 213 234
HSL 263° 33.33% 87.65%
HSB/HSV 263° 8.97% 91.76%
CMYK 5.56% 8.97% 0.00%
8.24%

Color #DDD5EA in popluar number systems.

HEX DD D5 EA
Decimal 221 213 234
Binary 11011101 11010101 11101010
Octal 335 325 352

Shades and tints

Shades of #DDD5EA

#DDD5EA
(221,213,234)
#C9C2D5
(201,194,213)
#B5AFC0
(181,175,192)
#A19CAB
(161,156,171)
#8D8996
(141,137,150)
#797681
(121,118,129)
#65636C
(101,99,108)
#515057
(81,80,87)
#3D3D42
(61,61,66)
#292A2D
(41,42,45)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #DDD5EA

#DDD5EA
(221,213,234)
#E0D8EB
(224,216,235)
#E3DBEC
(227,219,236)
#E6DEED
(230,222,237)
#E9E1EE
(233,225,238)
#ECE4EF
(236,228,239)
#EFE7F0
(239,231,240)
#F2EAF1
(242,234,241)
#F5EDF2
(245,237,242)
#F8F0F3
(248,240,243)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD5EA color. Also use rgb(221,213,234) instead hex code.

Text Font Color

.myTextColor { color: #DDD5EA; }

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

This text font color is #DDD5EA.

Background Color

.myBgColor { background-color: #DDD5EA; }

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

This div background color is #DDD5EA.

Border color

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

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

This div border color is #DDD5EA.

Opacity

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

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

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

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

This text has shadow with #DDD5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD5EA.

Preview

Color preview on black background

This text has color #DDD5EA on black background.


Color preview on white background

This text has color #DDD5EA on white background.


Black color preview on #DDD5EA background

This text has black color on #DDD5EA background.


White color preview on #DDD5EA background

This text has white color on #DDD5EA background.


Related colors

Complementary color

Complementary color for #hex is #222A15.


I love getcolorcode.com

Triadic colors

1 #EADDD5 and #D5EADD with #DDD5EA are triadic colors.

2 #EAD5DD and #D5DDEA with #DDD5EA are triadic colors.