COLOR #DDDAE1

HEX: #DDDAE1 RGB: (221,218,225)

Color info

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

RGB color model

#DDDAE1 color RGB value is (221,218,225).

RGB: (221,218,225) (87%, 85%, 88%)

RGB channels and saturation

R 221 of 255 = 87%
G 218 of 255 = 85%
B 225 of 255 = 88%

221
218
225

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

Portions of RGB colors in percentages

R + G + B = 221 + 218 + 225 = 664 (100%)
R 221 of 664 ~ 33.28%
G 218 of 664 ~ 32.83%
B 225 of 664 ~ 33.89'%

%33.28
%32.83
%33.89

CMYK color model

#DDDAE1 color CMYK value is (2,3,0,12).

  • cyan value is 1.78%
  • magenta value is 3.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (2,3,0,12) C2M3Y0K12 (2%,3%,0%,12%) (0.02/0.03/0.00/0.12) 

CMYK percentages

%1.78
%3.11
%0
%11.76

Codes

Color #DDDAE1 in popluar color models

DD DA E1
RGB 221 218 225
HSL 266° 10.45% 86.86%
HSB/HSV 266° 3.11% 88.24%
CMYK 1.78% 3.11% 0.00%
11.76%

Color #DDDAE1 in popluar number systems.

HEX DD DA E1
Decimal 221 218 225
Binary 11011101 11011010 11100001
Octal 335 332 341

Shades and tints

Shades of #DDDAE1

#DDDAE1
(221,218,225)
#C9C7CD
(201,199,205)
#B5B4B9
(181,180,185)
#A1A1A5
(161,161,165)
#8D8E91
(141,142,145)
#797B7D
(121,123,125)
#656869
(101,104,105)
#515555
(81,85,85)
#3D4241
(61,66,65)
#292F2D
(41,47,45)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #DDDAE1

#DDDAE1
(221,218,225)
#E0DDE3
(224,221,227)
#E3E0E5
(227,224,229)
#E6E3E7
(230,227,231)
#E9E6E9
(233,230,233)
#ECE9EB
(236,233,235)
#EFECED
(239,236,237)
#F2EFEF
(242,239,239)
#F5F2F1
(245,242,241)
#F8F5F3
(248,245,243)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDAE1; }

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

This text font color is #DDDAE1.

Background Color

.myBgColor { background-color: #DDDAE1; }

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

This div background color is #DDDAE1.

Border color

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

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

This div border color is #DDDAE1.

Opacity

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

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

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

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

This text has shadow with #DDDAE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDAE1.

Preview

Color preview on black background

This text has color #DDDAE1 on black background.


Color preview on white background

This text has color #DDDAE1 on white background.


Black color preview on #DDDAE1 background

This text has black color on #DDDAE1 background.


White color preview on #DDDAE1 background

This text has white color on #DDDAE1 background.


Related colors

Complementary color

Complementary color for #hex is #22251E.


I love getcolorcode.com

Triadic colors

1 #E1DDDA and #DAE1DD with #DDDAE1 are triadic colors.

2 #E1DADD and #DADDE1 with #DDDAE1 are triadic colors.