COLOR #D3D8ED

HEX: #D3D8ED RGB: (211,216,237)

Color info

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

RGB color model

#D3D8ED color RGB value is (211,216,237).

RGB: (211,216,237) (83%, 85%, 93%)

RGB channels and saturation

R 211 of 255 = 83%
G 216 of 255 = 85%
B 237 of 255 = 93%

211
216
237

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

Portions of RGB colors in percentages

R + G + B = 211 + 216 + 237 = 664 (100%)
R 211 of 664 ~ 31.78%
G 216 of 664 ~ 32.53%
B 237 of 664 ~ 35.69'%

%31.78
%32.53
%35.69

CMYK color model

#D3D8ED color CMYK value is (11,9,0,7).

  • cyan value is 10.97%
  • magenta value is 8.86%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (11,9,0,7)
C11M9Y0K7 (11%, 9%, 0%, 7%)
(0.11 / 0.09 / 0.00 / 0.07)

CMYK percentages

%10.97
%8.86
%0
%7.06

Codes

Color #D3D8ED in popluar color models

D3 D8 ED
RGB 211 216 237
HSL 228° 41.94% 87.84%
HSB/HSV 228° 10.97% 92.94%
CMYK 10.97% 8.86% 0.00%
7.06%

Color #D3D8ED in popluar number systems.

HEX D3 D8 ED
Decimal 211 216 237
Binary 11010011 11011000 11101101
Octal 323 330 355

Shades and tints

Shades of #D3D8ED

#D3D8ED
(211,216,237)
#C0C5D8
(192,197,216)
#ADB2C3
(173,178,195)
#9A9FAE
(154,159,174)
#878C99
(135,140,153)
#747984
(116,121,132)
#61666F
(97,102,111)
#4E535A
(78,83,90)
#3B4045
(59,64,69)
#282D30
(40,45,48)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #D3D8ED

#D3D8ED
(211,216,237)
#D7DBEE
(215,219,238)
#DBDEEF
(219,222,239)
#DFE1F0
(223,225,240)
#E3E4F1
(227,228,241)
#E7E7F2
(231,231,242)
#EBEAF3
(235,234,243)
#EFEDF4
(239,237,244)
#F3F0F5
(243,240,245)
#F7F3F6
(247,243,246)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3D8ED color. Also use rgb(211,216,237) instead hex code.

Text Font Color

.myTextColor { color: #D3D8ED; }

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

This text font color is #D3D8ED.

Background Color

.myBgColor { background-color: #D3D8ED; }

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

This div background color is #D3D8ED.

Border color

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

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

This div border color is #D3D8ED.

Opacity

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

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

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

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

This text has shadow with #D3D8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3D8ED.

Preview

Color preview on black background

This text has color #D3D8ED on black background.


Color preview on white background

This text has color #D3D8ED on white background.


Black color preview on #D3D8ED background

This text has black color on #D3D8ED background.


White color preview on #D3D8ED background

This text has white color on #D3D8ED background.


Related colors

Complementary color

Complementary color for #hex is #2C2712.


I love getcolorcode.com

Triadic colors

1 #EDD3D8 and #D8EDD3 with #D3D8ED are triadic colors.

2 #EDD8D3 and #D8D3ED with #D3D8ED are triadic colors.