COLOR #DDDAED

HEX: #DDDAED RGB: (221,218,237)

Color info

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

RGB color model

#DDDAED color RGB value is (221,218,237).

RGB: (221,218,237) (87%, 85%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 218 of 255 = 85%
B 237 of 255 = 93%

221
218
237

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

Portions of RGB colors in percentages

R + G + B = 221 + 218 + 237 = 676 (100%)
R 221 of 676 ~ 32.69%
G 218 of 676 ~ 32.25%
B 237 of 676 ~ 35.06'%

%32.69
%32.25
%35.06

CMYK color model

#DDDAED color CMYK value is (7,8,0,7).

  • cyan value is 6.75%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (7,8,0,7) C7M8Y0K7 (7%,8%,0%,7%) (0.07/0.08/0.00/0.07) 

CMYK percentages

%6.75
%8.02
%0
%7.06

Codes

Color #DDDAED in popluar color models

DD DA ED
RGB 221 218 237
HSL 249° 34.55% 89.22%
HSB/HSV 249° 8.02% 92.94%
CMYK 6.75% 8.02% 0.00%
7.06%

Color #DDDAED in popluar number systems.

HEX DD DA ED
Decimal 221 218 237
Binary 11011101 11011010 11101101
Octal 335 332 355

Shades and tints

Shades of #DDDAED

#DDDAED
(221,218,237)
#C9C7D8
(201,199,216)
#B5B4C3
(181,180,195)
#A1A1AE
(161,161,174)
#8D8E99
(141,142,153)
#797B84
(121,123,132)
#65686F
(101,104,111)
#51555A
(81,85,90)
#3D4245
(61,66,69)
#292F30
(41,47,48)
#151C1B
(21,28,27)
#000000
(0,0,0)

Tints of #DDDAED

#DDDAED
(221,218,237)
#E0DDEE
(224,221,238)
#E3E0EF
(227,224,239)
#E6E3F0
(230,227,240)
#E9E6F1
(233,230,241)
#ECE9F2
(236,233,242)
#EFECF3
(239,236,243)
#F2EFF4
(242,239,244)
#F5F2F5
(245,242,245)
#F8F5F6
(248,245,246)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDAED; }

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

This text font color is #DDDAED.

Background Color

.myBgColor { background-color: #DDDAED; }

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

This div background color is #DDDAED.

Border color

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

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

This div border color is #DDDAED.

Opacity

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

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

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

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

This text has shadow with #DDDAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDAED.

Preview

Color preview on black background

This text has color #DDDAED on black background.


Color preview on white background

This text has color #DDDAED on white background.


Black color preview on #DDDAED background

This text has black color on #DDDAED background.


White color preview on #DDDAED background

This text has white color on #DDDAED background.


Related colors

Complementary color

Complementary color for #hex is #222512.


I love getcolorcode.com

Triadic colors

1 #EDDDDA and #DAEDDD with #DDDAED are triadic colors.

2 #EDDADD and #DADDED with #DDDAED are triadic colors.