COLOR #D2D1EB

HEX: #D2D1EB
RGB: (210,209,235)

Color info

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

RGB color model

#D2D1EB color RGB value is (210,209,235).

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

RGB channels and saturation

R 210 of 255 = 82%
G 209 of 255 = 82%
B 235 of 255 = 92%

210
209
235

R + G + B ~ 85%. #D2D1EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 209 + 235 = 654 (100%)
R 210 of 654 ~ 32.11%
G 209 of 654 ~ 31.96%
B 235 of 654 ~ 35.93%

%32.11
%31.96
%35.93

CMYK color model

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

  • cyan value is 10.64%
  • magenta value is 11.06%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (11,11,0,8) C11M11Y0K8 (11%,11%,0%,8%) (0.11/0.11/0.00/0.08)

CMYK percentages

%10.64
%11.06
%0
%7.84

Codes

Color #D2D1EB in popluar color models

D2D1EB
RGB210209235
HSL242°39.39%87.06%
HSB/HSV242°11.06%92.16%
CMYK10.64%11.06%0.00%
7.84%

Color #D2D1EB in popluar number systems.

HEXD2D1EB
Decimal210209235
Binary110100101101000111101011
Octal322321353

Shades and tints

Shades of #D2D1EB

#D2D1EB
(210,209,235)
#BFBED6
(191,190,214)
#ACABC1
(172,171,193)
#9998AC
(153,152,172)
#868597
(134,133,151)
#737282
(115,114,130)
#605F6D
(96,95,109)
#4D4C58
(77,76,88)
#3A3943
(58,57,67)
#27262E
(39,38,46)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #D2D1EB

#D2D1EB
(210,209,235)
#D6D5EC
(214,213,236)
#DAD9ED
(218,217,237)
#DEDDEE
(222,221,238)
#E2E1EF
(226,225,239)
#E6E5F0
(230,229,240)
#EAE9F1
(234,233,241)
#EEEDF2
(238,237,242)
#F2F1F3
(242,241,243)
#F6F5F4
(246,245,244)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D1EB; }

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

This text font color is #D2D1EB.


Background Color

.myBgColor { background-color: #D2D1EB; }

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

This div background color is #D2D1EB.


Border color

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

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

This div border color is #D2D1EB.


Opacity

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

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

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

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

This text has shadow with #D2D1EB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D2D1EB on black background.


Color preview on white background

This text has color #D2D1EB on white background.



Black color preview on #D2D1EB background

This text has black color on #D2D1EB background.


White color preview on #D2D1EB background

This text has white color on #D2D1EB background.