COLOR #D3DDEC

HEX: #D3DDEC RGB: (211,221,236)

Color info

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

RGB color model

#D3DDEC color RGB value is (211,221,236).

RGB: (211,221,236) (83%, 87%, 93%)

RGB channels and saturation

R 211 of 255 = 83%
G 221 of 255 = 87%
B 236 of 255 = 93%

211
221
236

R + G + B ~ 88%. #D3DDEC is light color.

Portions of RGB colors in percentages

R + G + B = 211 + 221 + 236 = 668 (100%)
R 211 of 668 ~ 31.59%
G 221 of 668 ~ 33.08%
B 236 of 668 ~ 35.33'%

%31.59
%33.08
%35.33

CMYK color model

#D3DDEC color CMYK value is (11,6,0,7).

  • cyan value is 10.59%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (11,6,0,7)
C11M6Y0K7 (11%, 6%, 0%, 7%)
(0.11 / 0.06 / 0.00 / 0.07)

CMYK percentages

%10.59
%6.36
%0
%7.45

Codes

Color #D3DDEC in popluar color models

D3 DD EC
RGB 211 221 236
HSL 216° 39.68% 87.65%
HSB/HSV 216° 10.59% 92.55%
CMYK 10.59% 6.36% 0.00%
7.45%

Color #D3DDEC in popluar number systems.

HEX D3 DD EC
Decimal 211 221 236
Binary 11010011 11011101 11101100
Octal 323 335 354

Shades and tints

Shades of #D3DDEC

#D3DDEC
(211,221,236)
#C0C9D7
(192,201,215)
#ADB5C2
(173,181,194)
#9AA1AD
(154,161,173)
#878D98
(135,141,152)
#747983
(116,121,131)
#61656E
(97,101,110)
#4E5159
(78,81,89)
#3B3D44
(59,61,68)
#28292F
(40,41,47)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #D3DDEC

#D3DDEC
(211,221,236)
#D7E0ED
(215,224,237)
#DBE3EE
(219,227,238)
#DFE6EF
(223,230,239)
#E3E9F0
(227,233,240)
#E7ECF1
(231,236,241)
#EBEFF2
(235,239,242)
#EFF2F3
(239,242,243)
#F3F5F4
(243,245,244)
#F7F8F5
(247,248,245)
#FBFBF6
(251,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DDEC; }

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

This text font color is #D3DDEC.

Background Color

.myBgColor { background-color: #D3DDEC; }

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

This div background color is #D3DDEC.

Border color

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

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

This div border color is #D3DDEC.

Opacity

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

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

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

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

This text has shadow with #D3DDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3DDEC.

Preview

Color preview on black background

This text has color #D3DDEC on black background.


Color preview on white background

This text has color #D3DDEC on white background.


Black color preview on #D3DDEC background

This text has black color on #D3DDEC background.


White color preview on #D3DDEC background

This text has white color on #D3DDEC background.


Related colors

Complementary color

Complementary color for #hex is #2C2213.


I love getcolorcode.com

Triadic colors

1 #ECD3DD and #DDECD3 with #D3DDEC are triadic colors.

2 #ECDDD3 and #DDD3EC with #D3DDEC are triadic colors.