COLOR #D3DDE4

HEX: #D3DDE4 RGB: (211,221,228)

Color info

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

RGB color model

#D3DDE4 color RGB value is (211,221,228).

RGB: (211,221,228) (83%, 87%, 89%)

RGB channels and saturation

R 211 of 255 = 83%
G 221 of 255 = 87%
B 228 of 255 = 89%

211
221
228

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

Portions of RGB colors in percentages

R + G + B = 211 + 221 + 228 = 660 (100%)
R 211 of 660 ~ 31.97%
G 221 of 660 ~ 33.48%
B 228 of 660 ~ 34.55'%

%31.97
%33.48
%34.55

CMYK color model

#D3DDE4 color CMYK value is (7,3,0,11).

  • cyan value is 7.46%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (7,3,0,11)
C7M3Y0K11 (7%, 3%, 0%, 11%)
(0.07 / 0.03 / 0.00 / 0.11)

CMYK percentages

%7.46
%3.07
%0
%10.59

Codes

Color #D3DDE4 in popluar color models

D3 DD E4
RGB 211 221 228
HSL 205° 23.94% 86.08%
HSB/HSV 205° 7.46% 89.41%
CMYK 7.46% 3.07% 0.00%
10.59%

Color #D3DDE4 in popluar number systems.

HEX D3 DD E4
Decimal 211 221 228
Binary 11010011 11011101 11100100
Octal 323 335 344

Shades and tints

Shades of #D3DDE4

#D3DDE4
(211,221,228)
#C0C9D0
(192,201,208)
#ADB5BC
(173,181,188)
#9AA1A8
(154,161,168)
#878D94
(135,141,148)
#747980
(116,121,128)
#61656C
(97,101,108)
#4E5158
(78,81,88)
#3B3D44
(59,61,68)
#282930
(40,41,48)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #D3DDE4

#D3DDE4
(211,221,228)
#D7E0E6
(215,224,230)
#DBE3E8
(219,227,232)
#DFE6EA
(223,230,234)
#E3E9EC
(227,233,236)
#E7ECEE
(231,236,238)
#EBEFF0
(235,239,240)
#EFF2F2
(239,242,242)
#F3F5F4
(243,245,244)
#F7F8F6
(247,248,246)
#FBFBF8
(251,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3DDE4 color. Also use rgb(211,221,228) instead hex code.

Text Font Color

.myTextColor { color: #D3DDE4; }

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

This text font color is #D3DDE4.

Background Color

.myBgColor { background-color: #D3DDE4; }

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

This div background color is #D3DDE4.

Border color

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

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

This div border color is #D3DDE4.

Opacity

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

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

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

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

This text has shadow with #D3DDE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3DDE4.

Preview

Color preview on black background

This text has color #D3DDE4 on black background.


Color preview on white background

This text has color #D3DDE4 on white background.


Black color preview on #D3DDE4 background

This text has black color on #D3DDE4 background.


White color preview on #D3DDE4 background

This text has white color on #D3DDE4 background.


Related colors

Complementary color

Complementary color for #hex is #2C221B.


I love getcolorcode.com

Triadic colors

1 #E4D3DD and #DDE4D3 with #D3DDE4 are triadic colors.

2 #E4DDD3 and #DDD3E4 with #D3DDE4 are triadic colors.