COLOR #D1D2EE

HEX: #D1D2EE
RGB: (209,210,238)

Color info

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

RGB color model

#D1D2EE color RGB value is (209,210,238).

  • red value is 209;
  • green value is 210;
  • blue value is 238.
RGB:
(209,210,238)
(82%,82%,93%)

RGB channels and saturation

R 209 of 255 = 82%
G 210 of 255 = 82%
B 238 of 255 = 93%

209
210
238

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

Portions of RGB colors in percentages

R + G + B =
209 + 210 + 238 = 657 (100%)
R 209 of 657 ~ 31.81%
G 210 of 657 ~ 31.96%
B 238 of 657 ~ 36.23%

%31.81
%31.96
%36.23

CMYK color model

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

  • cyan value is 12.18%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(12,12,0,7)
C12M12Y0K7 
(12%,12%,0%,7%)
(0.12/0.12/0.00/0.07)	

CMYK percentages

%12.18
%11.76
%0
%6.67

Codes

Color #D1D2EE in popluar color models

D1D2EE
RGB209210238
HSL238°46.03%87.65%
HSB/HSV238°12.18%93.33%
CMYK12.18%11.76%0.00%
6.67%

Color #D1D2EE in popluar number systems.

HEXD1D2EE
Decimal209210238
Binary110100011101001011101110
Octal321322356

Shades and tints

Shades of #D1D2EE

#D1D2EE
(209,210,238)
#BEBFD9
(190,191,217)
#ABACC4
(171,172,196)
#9899AF
(152,153,175)
#85869A
(133,134,154)
#727385
(114,115,133)
#5F6070
(95,96,112)
#4C4D5B
(76,77,91)
#393A46
(57,58,70)
#262731
(38,39,49)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #D1D2EE

#D1D2EE
(209,210,238)
#D5D6EF
(213,214,239)
#D9DAF0
(217,218,240)
#DDDEF1
(221,222,241)
#E1E2F2
(225,226,242)
#E5E6F3
(229,230,243)
#E9EAF4
(233,234,244)
#EDEEF5
(237,238,245)
#F1F2F6
(241,242,246)
#F5F6F7
(245,246,247)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D2EE; }

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

This text font color is #D1D2EE.


Background Color

.myBgColor { background-color: #D1D2EE; }

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

This div background color is #D1D2EE.


Border color

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

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

This div border color is #D1D2EE.


Opacity

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

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

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

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

This text has shadow with #D1D2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D2EE on black background.


Color preview on white background

This text has color #D1D2EE on white background.



Black color preview on #D1D2EE background

This text has black color on #D1D2EE background.


White color preview on #D1D2EE background

This text has white color on #D1D2EE background.