COLOR #D1DCEB

HEX: #D1DCEB RGB: (209,220,235)

Color info

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

RGB color model

#D1DCEB color RGB value is (209,220,235).

RGB: (209,220,235) (82%, 86%, 92%)

RGB channels and saturation

R 209 of 255 = 82%
G 220 of 255 = 86%
B 235 of 255 = 92%

209
220
235

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

Portions of RGB colors in percentages

R + G + B = 209 + 220 + 235 = 664 (100%)
R 209 of 664 ~ 31.48%
G 220 of 664 ~ 33.13%
B 235 of 664 ~ 35.39'%

%31.48
%33.13
%35.39

CMYK color model

#D1DCEB color CMYK value is (11,6,0,8).

  • cyan value is 11.06%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (11,6,0,8) C11M6Y0K8 (11%,6%,0%,8%) (0.11/0.06/0.00/0.08) 

CMYK percentages

%11.06
%6.38
%0
%7.84

Codes

Color #D1DCEB in popluar color models

D1 DC EB
RGB 209 220 235
HSL 215° 39.39% 87.06%
HSB/HSV 215° 11.06% 92.16%
CMYK 11.06% 6.38% 0.00%
7.84%

Color #D1DCEB in popluar number systems.

HEX D1 DC EB
Decimal 209 220 235
Binary 11010001 11011100 11101011
Octal 321 334 353

Shades and tints

Shades of #D1DCEB

#D1DCEB
(209,220,235)
#BEC8D6
(190,200,214)
#ABB4C1
(171,180,193)
#98A0AC
(152,160,172)
#858C97
(133,140,151)
#727882
(114,120,130)
#5F646D
(95,100,109)
#4C5058
(76,80,88)
#393C43
(57,60,67)
#26282E
(38,40,46)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #D1DCEB

#D1DCEB
(209,220,235)
#D5DFEC
(213,223,236)
#D9E2ED
(217,226,237)
#DDE5EE
(221,229,238)
#E1E8EF
(225,232,239)
#E5EBF0
(229,235,240)
#E9EEF1
(233,238,241)
#EDF1F2
(237,241,242)
#F1F4F3
(241,244,243)
#F5F7F4
(245,247,244)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DCEB color. Also use rgb(209,220,235) instead hex code.

Text Font Color

.myTextColor { color: #D1DCEB; }

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

This text font color is #D1DCEB.

Background Color

.myBgColor { background-color: #D1DCEB; }

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

This div background color is #D1DCEB.

Border color

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

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

This div border color is #D1DCEB.

Opacity

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

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

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

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

This text has shadow with #D1DCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1DCEB.

Preview

Color preview on black background

This text has color #D1DCEB on black background.


Color preview on white background

This text has color #D1DCEB on white background.


Black color preview on #D1DCEB background

This text has black color on #D1DCEB background.


White color preview on #D1DCEB background

This text has white color on #D1DCEB background.


Related colors

Complementary color

Complementary color for #hex is #2E2314.


I love getcolorcode.com

Triadic colors

1 #EBD1DC and #DCEBD1 with #D1DCEB are triadic colors.

2 #EBDCD1 and #DCD1EB with #D1DCEB are triadic colors.