COLOR #D5DDE9

HEX: #D5DDE9 RGB: (213,221,233)

Color info

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

RGB color model

#D5DDE9 color RGB value is (213,221,233).

RGB: (213,221,233) (84%, 87%, 91%)

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 233 of 255 = 91%

213
221
233

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

Portions of RGB colors in percentages

R + G + B = 213 + 221 + 233 = 667 (100%)
R 213 of 667 ~ 31.93%
G 221 of 667 ~ 33.13%
B 233 of 667 ~ 34.93'%

%31.93
%33.13
%34.93

CMYK color model

#D5DDE9 color CMYK value is (9,5,0,9).

  • cyan value is 8.58%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (9,5,0,9) C9M5Y0K9 (9%,5%,0%,9%) (0.09/0.05/0.00/0.09) 

CMYK percentages

%8.58
%5.15
%0
%8.63

Codes

Color #D5DDE9 in popluar color models

D5 DD E9
RGB 213 221 233
HSL 216° 31.25% 87.45%
HSB/HSV 216° 8.58% 91.37%
CMYK 8.58% 5.15% 0.00%
8.63%

Color #D5DDE9 in popluar number systems.

HEX D5 DD E9
Decimal 213 221 233
Binary 11010101 11011101 11101001
Octal 325 335 351

Shades and tints

Shades of #D5DDE9

#D5DDE9
(213,221,233)
#C2C9D4
(194,201,212)
#AFB5BF
(175,181,191)
#9CA1AA
(156,161,170)
#898D95
(137,141,149)
#767980
(118,121,128)
#63656B
(99,101,107)
#505156
(80,81,86)
#3D3D41
(61,61,65)
#2A292C
(42,41,44)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #D5DDE9

#D5DDE9
(213,221,233)
#D8E0EB
(216,224,235)
#DBE3ED
(219,227,237)
#DEE6EF
(222,230,239)
#E1E9F1
(225,233,241)
#E4ECF3
(228,236,243)
#E7EFF5
(231,239,245)
#EAF2F7
(234,242,247)
#EDF5F9
(237,245,249)
#F0F8FB
(240,248,251)
#F3FBFD
(243,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DDE9; }

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

This text font color is #D5DDE9.

Background Color

.myBgColor { background-color: #D5DDE9; }

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

This div background color is #D5DDE9.

Border color

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

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

This div border color is #D5DDE9.

Opacity

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

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

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

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

This text has shadow with #D5DDE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DDE9.

Preview

Color preview on black background

This text has color #D5DDE9 on black background.


Color preview on white background

This text has color #D5DDE9 on white background.


Black color preview on #D5DDE9 background

This text has black color on #D5DDE9 background.


White color preview on #D5DDE9 background

This text has white color on #D5DDE9 background.


Related colors

Complementary color

Complementary color for #hex is #2A2216.


I love getcolorcode.com

Triadic colors

1 #E9D5DD and #DDE9D5 with #D5DDE9 are triadic colors.

2 #E9DDD5 and #DDD5E9 with #D5DDE9 are triadic colors.