COLOR #D5DEDD

HEX: #D5DEDD RGB: (213,222,221)

Color info

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

RGB color model

#D5DEDD color RGB value is (213,222,221).

RGB: (213,222,221) (84%, 87%, 87%)

RGB channels and saturation

R 213 of 255 = 84%
G 222 of 255 = 87%
B 221 of 255 = 87%

213
222
221

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

Portions of RGB colors in percentages

R + G + B = 213 + 222 + 221 = 656 (100%)
R 213 of 656 ~ 32.47%
G 222 of 656 ~ 33.84%
B 221 of 656 ~ 33.69'%

%32.47
%33.84
%33.69

CMYK color model

#D5DEDD color CMYK value is (4,0,0,13).

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

CMYK: (4,0,0,13)
C4M0Y0K13 (4%, 0%, 0%, 13%)
(0.04 / 0.00 / 0.00 / 0.13)

CMYK percentages

%4.05
%0
%0.45
%12.94

Codes

Color #D5DEDD in popluar color models

D5 DE DD
RGB 213 222 221
HSL 173° 12.00% 85.29%
HSB/HSV 173° 4.05% 87.06%
CMYK 4.05% 0.00% 0.45%
12.94%

Color #D5DEDD in popluar number systems.

HEX D5 DE DD
Decimal 213 222 221
Binary 11010101 11011110 11011101
Octal 325 336 335

Shades and tints

Shades of #D5DEDD

#D5DEDD
(213,222,221)
#C2CAC9
(194,202,201)
#AFB6B5
(175,182,181)
#9CA2A1
(156,162,161)
#898E8D
(137,142,141)
#767A79
(118,122,121)
#636665
(99,102,101)
#505251
(80,82,81)
#3D3E3D
(61,62,61)
#2A2A29
(42,42,41)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #D5DEDD

#D5DEDD
(213,222,221)
#D8E1E0
(216,225,224)
#DBE4E3
(219,228,227)
#DEE7E6
(222,231,230)
#E1EAE9
(225,234,233)
#E4EDEC
(228,237,236)
#E7F0EF
(231,240,239)
#EAF3F2
(234,243,242)
#EDF6F5
(237,246,245)
#F0F9F8
(240,249,248)
#F3FCFB
(243,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DEDD; }

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

This text font color is #D5DEDD.

Background Color

.myBgColor { background-color: #D5DEDD; }

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

This div background color is #D5DEDD.

Border color

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

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

This div border color is #D5DEDD.

Opacity

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

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

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

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

This text has shadow with #D5DEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DEDD.

Preview

Color preview on black background

This text has color #D5DEDD on black background.


Color preview on white background

This text has color #D5DEDD on white background.


Black color preview on #D5DEDD background

This text has black color on #D5DEDD background.


White color preview on #D5DEDD background

This text has white color on #D5DEDD background.


Related colors

Complementary color

Complementary color for #hex is #2A2122.


I love getcolorcode.com

Triadic colors

1 #DDD5DE and #DEDDD5 with #D5DEDD are triadic colors.

2 #DDDED5 and #DED5DD with #D5DEDD are triadic colors.