COLOR #DED4DD

HEX: #DED4DD RGB: (222,212,221)

Color info

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

RGB color model

#DED4DD color RGB value is (222,212,221).

RGB: (222,212,221) (87%, 83%, 87%)

RGB channels and saturation

R 222 of 255 = 87%
G 212 of 255 = 83%
B 221 of 255 = 87%

222
212
221

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

Portions of RGB colors in percentages

R + G + B = 222 + 212 + 221 = 655 (100%)
R 222 of 655 ~ 33.89%
G 212 of 655 ~ 32.37%
B 221 of 655 ~ 33.74'%

%33.89
%32.37
%33.74

CMYK color model

#DED4DD color CMYK value is (0,5,0,13).

  • cyan value is 0.00%
  • magenta value is 4.50%
  • yellow value is 0.45%
  • key color value is 12.94%

CMYK: (0,5,0,13)
C0M5Y0K13 (0%, 5%, 0%, 13%)
(0.00 / 0.05 / 0.00 / 0.13)

CMYK percentages

%0
%4.5
%0.45
%12.94

Codes

Color #DED4DD in popluar color models

DE D4 DD
RGB 222 212 221
HSL 306° 13.16% 85.10%
HSB/HSV 306° 4.50% 87.06%
CMYK 0.00% 4.50% 0.45%
12.94%

Color #DED4DD in popluar number systems.

HEX DE D4 DD
Decimal 222 212 221
Binary 11011110 11010100 11011101
Octal 336 324 335

Shades and tints

Shades of #DED4DD

#DED4DD
(222,212,221)
#CAC1C9
(202,193,201)
#B6AEB5
(182,174,181)
#A29BA1
(162,155,161)
#8E888D
(142,136,141)
#7A7579
(122,117,121)
#666265
(102,98,101)
#524F51
(82,79,81)
#3E3C3D
(62,60,61)
#2A2929
(42,41,41)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #DED4DD

#DED4DD
(222,212,221)
#E1D7E0
(225,215,224)
#E4DAE3
(228,218,227)
#E7DDE6
(231,221,230)
#EAE0E9
(234,224,233)
#EDE3EC
(237,227,236)
#F0E6EF
(240,230,239)
#F3E9F2
(243,233,242)
#F6ECF5
(246,236,245)
#F9EFF8
(249,239,248)
#FCF2FB
(252,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED4DD color. Also use rgb(222,212,221) instead hex code.

Text Font Color

.myTextColor { color: #DED4DD; }

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

This text font color is #DED4DD.

Background Color

.myBgColor { background-color: #DED4DD; }

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

This div background color is #DED4DD.

Border color

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

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

This div border color is #DED4DD.

Opacity

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

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

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

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

This text has shadow with #DED4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED4DD.

Preview

Color preview on black background

This text has color #DED4DD on black background.


Color preview on white background

This text has color #DED4DD on white background.


Black color preview on #DED4DD background

This text has black color on #DED4DD background.


White color preview on #DED4DD background

This text has white color on #DED4DD background.


Related colors

Complementary color

Complementary color for #hex is #212B22.


I love getcolorcode.com

Triadic colors

1 #DDDED4 and #D4DDDE with #DED4DD are triadic colors.

2 #DDD4DE and #D4DEDD with #DED4DD are triadic colors.