COLOR #D1DDEA

HEX: #D1DDEA
RGB: (209,221,234)

Color info

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

RGB color model

#D1DDEA color RGB value is (209,221,234).

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

RGB channels and saturation

R 209 of 255 = 82%
G 221 of 255 = 87%
B 234 of 255 = 92%

209
221
234

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

Portions of RGB colors in percentages

R + G + B =
209 + 221 + 234 = 664 (100%)
R 209 of 664 ~ 31.48%
G 221 of 664 ~ 33.28%
B 234 of 664 ~ 35.24%

%31.48
%33.28
%35.24

CMYK color model

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

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

CMYK percentages

%10.68
%5.56
%0
%8.24

Codes

Color #D1DDEA in popluar color models

D1DDEA
RGB209221234
HSL211°37.31%86.86%
HSB/HSV211°10.68%91.76%
CMYK10.68%5.56%0.00%
8.24%

Color #D1DDEA in popluar number systems.

HEXD1DDEA
Decimal209221234
Binary110100011101110111101010
Octal321335352

Shades and tints

Shades of #D1DDEA

#D1DDEA
(209,221,234)
#BEC9D5
(190,201,213)
#ABB5C0
(171,181,192)
#98A1AB
(152,161,171)
#858D96
(133,141,150)
#727981
(114,121,129)
#5F656C
(95,101,108)
#4C5157
(76,81,87)
#393D42
(57,61,66)
#26292D
(38,41,45)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #D1DDEA

#D1DDEA
(209,221,234)
#D5E0EB
(213,224,235)
#D9E3EC
(217,227,236)
#DDE6ED
(221,230,237)
#E1E9EE
(225,233,238)
#E5ECEF
(229,236,239)
#E9EFF0
(233,239,240)
#EDF2F1
(237,242,241)
#F1F5F2
(241,245,242)
#F5F8F3
(245,248,243)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DDEA; }

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

This text font color is #D1DDEA.


Background Color

.myBgColor { background-color: #D1DDEA; }

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

This div background color is #D1DDEA.


Border color

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

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

This div border color is #D1DDEA.


Opacity

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

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

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

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

This text has shadow with #D1DDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DDEA on black background.


Color preview on white background

This text has color #D1DDEA on white background.



Black color preview on #D1DDEA background

This text has black color on #D1DDEA background.


White color preview on #D1DDEA background

This text has white color on #D1DDEA background.