COLOR #D1D3EE

HEX: #D1D3EE RGB: (209,211,238)

Color info

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

RGB color model

#D1D3EE color RGB value is (209,211,238).

RGB: (209,211,238) (82%, 83%, 93%)

RGB channels and saturation

R 209 of 255 = 82%
G 211 of 255 = 83%
B 238 of 255 = 93%

209
211
238

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

Portions of RGB colors in percentages

R + G + B = 209 + 211 + 238 = 658 (100%)
R 209 of 658 ~ 31.76%
G 211 of 658 ~ 32.07%
B 238 of 658 ~ 36.17'%

%31.76
%32.07
%36.17

CMYK color model

#D1D3EE color CMYK value is (12,11,0,7).

  • cyan value is 12.18%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (12,11,0,7) C12M11Y0K7 (12%,11%,0%,7%) (0.12/0.11/0.00/0.07) 

CMYK percentages

%12.18
%11.34
%0
%6.67

Codes

Color #D1D3EE in popluar color models

D1 D3 EE
RGB 209 211 238
HSL 236° 46.03% 87.65%
HSB/HSV 236° 12.18% 93.33%
CMYK 12.18% 11.34% 0.00%
6.67%

Color #D1D3EE in popluar number systems.

HEX D1 D3 EE
Decimal 209 211 238
Binary 11010001 11010011 11101110
Octal 321 323 356

Shades and tints

Shades of #D1D3EE

#D1D3EE
(209,211,238)
#BEC0D9
(190,192,217)
#ABADC4
(171,173,196)
#989AAF
(152,154,175)
#85879A
(133,135,154)
#727485
(114,116,133)
#5F6170
(95,97,112)
#4C4E5B
(76,78,91)
#393B46
(57,59,70)
#262831
(38,40,49)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #D1D3EE

#D1D3EE
(209,211,238)
#D5D7EF
(213,215,239)
#D9DBF0
(217,219,240)
#DDDFF1
(221,223,241)
#E1E3F2
(225,227,242)
#E5E7F3
(229,231,243)
#E9EBF4
(233,235,244)
#EDEFF5
(237,239,245)
#F1F3F6
(241,243,246)
#F5F7F7
(245,247,247)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D3EE color. Also use rgb(209,211,238) instead hex code.

Text Font Color

.myTextColor { color: #D1D3EE; }

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

This text font color is #D1D3EE.

Background Color

.myBgColor { background-color: #D1D3EE; }

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

This div background color is #D1D3EE.

Border color

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

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

This div border color is #D1D3EE.

Opacity

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

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

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

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

This text has shadow with #D1D3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1D3EE.

Preview

Color preview on black background

This text has color #D1D3EE on black background.


Color preview on white background

This text has color #D1D3EE on white background.


Black color preview on #D1D3EE background

This text has black color on #D1D3EE background.


White color preview on #D1D3EE background

This text has white color on #D1D3EE background.


Related colors

Complementary color

Complementary color for #hex is #2E2C11.


I love getcolorcode.com

Triadic colors

1 #EED1D3 and #D3EED1 with #D1D3EE are triadic colors.

2 #EED3D1 and #D3D1EE with #D1D3EE are triadic colors.