COLOR #D6DDE2

HEX: #D6DDE2 RGB: (214,221,226)

Color info

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

RGB color model

#D6DDE2 color RGB value is (214,221,226).

RGB: (214,221,226) (84%, 87%, 89%)

RGB channels and saturation

R 214 of 255 = 84%
G 221 of 255 = 87%
B 226 of 255 = 89%

214
221
226

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

Portions of RGB colors in percentages

R + G + B = 214 + 221 + 226 = 661 (100%)
R 214 of 661 ~ 32.38%
G 221 of 661 ~ 33.43%
B 226 of 661 ~ 34.19'%

%32.38
%33.43
%34.19

CMYK color model

#D6DDE2 color CMYK value is (5,2,0,11).

  • cyan value is 5.31%
  • magenta value is 2.21%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (5,2,0,11)
C5M2Y0K11 (5%, 2%, 0%, 11%)
(0.05 / 0.02 / 0.00 / 0.11)

CMYK percentages

%5.31
%2.21
%0
%11.37

Codes

Color #D6DDE2 in popluar color models

D6 DD E2
RGB 214 221 226
HSL 205° 17.14% 86.27%
HSB/HSV 205° 5.31% 88.63%
CMYK 5.31% 2.21% 0.00%
11.37%

Color #D6DDE2 in popluar number systems.

HEX D6 DD E2
Decimal 214 221 226
Binary 11010110 11011101 11100010
Octal 326 335 342

Shades and tints

Shades of #D6DDE2

#D6DDE2
(214,221,226)
#C3C9CE
(195,201,206)
#B0B5BA
(176,181,186)
#9DA1A6
(157,161,166)
#8A8D92
(138,141,146)
#77797E
(119,121,126)
#64656A
(100,101,106)
#515156
(81,81,86)
#3E3D42
(62,61,66)
#2B292E
(43,41,46)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #D6DDE2

#D6DDE2
(214,221,226)
#D9E0E4
(217,224,228)
#DCE3E6
(220,227,230)
#DFE6E8
(223,230,232)
#E2E9EA
(226,233,234)
#E5ECEC
(229,236,236)
#E8EFEE
(232,239,238)
#EBF2F0
(235,242,240)
#EEF5F2
(238,245,242)
#F1F8F4
(241,248,244)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DDE2 color. Also use rgb(214,221,226) instead hex code.

Text Font Color

.myTextColor { color: #D6DDE2; }

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

This text font color is #D6DDE2.

Background Color

.myBgColor { background-color: #D6DDE2; }

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

This div background color is #D6DDE2.

Border color

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

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

This div border color is #D6DDE2.

Opacity

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

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

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

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

This text has shadow with #D6DDE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DDE2.

Preview

Color preview on black background

This text has color #D6DDE2 on black background.


Color preview on white background

This text has color #D6DDE2 on white background.


Black color preview on #D6DDE2 background

This text has black color on #D6DDE2 background.


White color preview on #D6DDE2 background

This text has white color on #D6DDE2 background.


Related colors

Complementary color

Complementary color for #hex is #29221D.


I love getcolorcode.com

Triadic colors

1 #E2D6DD and #DDE2D6 with #D6DDE2 are triadic colors.

2 #E2DDD6 and #DDD6E2 with #D6DDE2 are triadic colors.