COLOR #D5DDE5

HEX: #D5DDE5 RGB: (213,221,229)

Color info

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

RGB color model

#D5DDE5 color RGB value is (213,221,229).

RGB: (213,221,229) (84%, 87%, 90%)

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 229 of 255 = 90%

213
221
229

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

Portions of RGB colors in percentages

R + G + B = 213 + 221 + 229 = 663 (100%)
R 213 of 663 ~ 32.13%
G 221 of 663 ~ 33.33%
B 229 of 663 ~ 34.54'%

%32.13
%33.33
%34.54

CMYK color model

#D5DDE5 color CMYK value is (7,3,0,10).

  • cyan value is 6.99%
  • magenta value is 3.49%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (7,3,0,10)
C7M3Y0K10 (7%, 3%, 0%, 10%)
(0.07 / 0.03 / 0.00 / 0.10)

CMYK percentages

%6.99
%3.49
%0
%10.2

Codes

Color #D5DDE5 in popluar color models

D5 DD E5
RGB 213 221 229
HSL 210° 23.53% 86.67%
HSB/HSV 210° 6.99% 89.80%
CMYK 6.99% 3.49% 0.00%
10.20%

Color #D5DDE5 in popluar number systems.

HEX D5 DD E5
Decimal 213 221 229
Binary 11010101 11011101 11100101
Octal 325 335 345

Shades and tints

Shades of #D5DDE5

#D5DDE5
(213,221,229)
#C2C9D1
(194,201,209)
#AFB5BD
(175,181,189)
#9CA1A9
(156,161,169)
#898D95
(137,141,149)
#767981
(118,121,129)
#63656D
(99,101,109)
#505159
(80,81,89)
#3D3D45
(61,61,69)
#2A2931
(42,41,49)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #D5DDE5

#D5DDE5
(213,221,229)
#D8E0E7
(216,224,231)
#DBE3E9
(219,227,233)
#DEE6EB
(222,230,235)
#E1E9ED
(225,233,237)
#E4ECEF
(228,236,239)
#E7EFF1
(231,239,241)
#EAF2F3
(234,242,243)
#EDF5F5
(237,245,245)
#F0F8F7
(240,248,247)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DDE5; }

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

This text font color is #D5DDE5.

Background Color

.myBgColor { background-color: #D5DDE5; }

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

This div background color is #D5DDE5.

Border color

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

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

This div border color is #D5DDE5.

Opacity

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

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

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

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

This text has shadow with #D5DDE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DDE5.

Preview

Color preview on black background

This text has color #D5DDE5 on black background.


Color preview on white background

This text has color #D5DDE5 on white background.


Black color preview on #D5DDE5 background

This text has black color on #D5DDE5 background.


White color preview on #D5DDE5 background

This text has white color on #D5DDE5 background.


Related colors

Complementary color

Complementary color for #hex is #2A221A.


I love getcolorcode.com

Triadic colors

1 #E5D5DD and #DDE5D5 with #D5DDE5 are triadic colors.

2 #E5DDD5 and #DDD5E5 with #D5DDE5 are triadic colors.