COLOR #D1DDEF

HEX: #D1DDEF
RGB: (209,221,239)

Color info

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

RGB color model

#D1DDEF color RGB value is (209,221,239).

  • red value is 209;
  • green value is 221;
  • blue value is 239.
RGB:
(209,221,239)
(82%,87%,94%)

RGB channels and saturation

R 209 of 255 = 82%
G 221 of 255 = 87%
B 239 of 255 = 94%

209
221
239

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

Portions of RGB colors in percentages

R + G + B =
209 + 221 + 239 = 669 (100%)
R 209 of 669 ~ 31.24%
G 221 of 669 ~ 33.03%
B 239 of 669 ~ 35.72%

%31.24
%33.03
%35.72

CMYK color model

#D1DDEF color CMYK value is (13,8,0,6).

  • cyan value is 12.55%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(13,8,0,6)
C13M8Y0K6 
(13%,8%,0%,6%)
(0.13/0.08/0.00/0.06)	

CMYK percentages

%12.55
%7.53
%0
%6.27

Codes

Color #D1DDEF in popluar color models

D1DDEF
RGB209221239
HSL216°48.39%87.84%
HSB/HSV216°12.55%93.73%
CMYK12.55%7.53%0.00%
6.27%

Color #D1DDEF in popluar number systems.

HEXD1DDEF
Decimal209221239
Binary110100011101110111101111
Octal321335357

Shades and tints

Shades of #D1DDEF

#D1DDEF
(209,221,239)
#BEC9DA
(190,201,218)
#ABB5C5
(171,181,197)
#98A1B0
(152,161,176)
#858D9B
(133,141,155)
#727986
(114,121,134)
#5F6571
(95,101,113)
#4C515C
(76,81,92)
#393D47
(57,61,71)
#262932
(38,41,50)
#13151D
(19,21,29)
#000000
(0,0,0)

Tints of #D1DDEF

#D1DDEF
(209,221,239)
#D5E0F0
(213,224,240)
#D9E3F1
(217,227,241)
#DDE6F2
(221,230,242)
#E1E9F3
(225,233,243)
#E5ECF4
(229,236,244)
#E9EFF5
(233,239,245)
#EDF2F6
(237,242,246)
#F1F5F7
(241,245,247)
#F5F8F8
(245,248,248)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DDEF color. Also use rgb(209,221,239) instead hex code.

Text Font Color

.myTextColor { color: #D1DDEF; }

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

This text font color is #D1DDEF.


Background Color

.myBgColor { background-color: #D1DDEF; }

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

This div background color is #D1DDEF.


Border color

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

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

This div border color is #D1DDEF.


Opacity

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

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

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

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

This text has shadow with #D1DDEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DDEF on black background.


Color preview on white background

This text has color #D1DDEF on white background.



Black color preview on #D1DDEF background

This text has black color on #D1DDEF background.


White color preview on #D1DDEF background

This text has white color on #D1DDEF background.