COLOR #D9D3EF

HEX: #D9D3EF
RGB: (217,211,239)

Color info

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

RGB color model

#D9D3EF color RGB value is (217,211,239).

  • red value is 217;
  • green value is 211;
  • blue value is 239.
RGB:
(217,211,239)
(85%,83%,94%)

RGB channels and saturation

R 217 of 255 = 85%
G 211 of 255 = 83%
B 239 of 255 = 94%

217
211
239

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

Portions of RGB colors in percentages

R + G + B =
217 + 211 + 239 = 667 (100%)
R 217 of 667 ~ 32.53%
G 211 of 667 ~ 31.63%
B 239 of 667 ~ 35.83%

%32.53
%31.63
%35.83

CMYK color model

#D9D3EF color CMYK value is (9,12,0,6).

  • cyan value is 9.21%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(9,12,0,6)
C9M12Y0K6 
(9%,12%,0%,6%)
(0.09/0.12/0.00/0.06)	

CMYK percentages

%9.21
%11.72
%0
%6.27

Codes

Color #D9D3EF in popluar color models

D9D3EF
RGB217211239
HSL253°46.67%88.24%
HSB/HSV253°11.72%93.73%
CMYK9.21%11.72%0.00%
6.27%

Color #D9D3EF in popluar number systems.

HEXD9D3EF
Decimal217211239
Binary110110011101001111101111
Octal331323357

Shades and tints

Shades of #D9D3EF

#D9D3EF
(217,211,239)
#C6C0DA
(198,192,218)
#B3ADC5
(179,173,197)
#A09AB0
(160,154,176)
#8D879B
(141,135,155)
#7A7486
(122,116,134)
#676171
(103,97,113)
#544E5C
(84,78,92)
#413B47
(65,59,71)
#2E2832
(46,40,50)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #D9D3EF

#D9D3EF
(217,211,239)
#DCD7F0
(220,215,240)
#DFDBF1
(223,219,241)
#E2DFF2
(226,223,242)
#E5E3F3
(229,227,243)
#E8E7F4
(232,231,244)
#EBEBF5
(235,235,245)
#EEEFF6
(238,239,246)
#F1F3F7
(241,243,247)
#F4F7F8
(244,247,248)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D3EF color. Also use rgb(217,211,239) instead hex code.

Text Font Color

.myTextColor { color: #D9D3EF; }

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

This text font color is #D9D3EF.


Background Color

.myBgColor { background-color: #D9D3EF; }

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

This div background color is #D9D3EF.


Border color

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

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

This div border color is #D9D3EF.


Opacity

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

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

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

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

This text has shadow with #D9D3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D3EF on black background.


Color preview on white background

This text has color #D9D3EF on white background.



Black color preview on #D9D3EF background

This text has black color on #D9D3EF background.


White color preview on #D9D3EF background

This text has white color on #D9D3EF background.