COLOR #D9D3EB

HEX: #D9D3EB
RGB: (217,211,235)

Color info

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

RGB color model

#D9D3EB color RGB value is (217,211,235).

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

RGB channels and saturation

R 217 of 255 = 85%
G 211 of 255 = 83%
B 235 of 255 = 92%

217
211
235

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

Portions of RGB colors in percentages

R + G + B =
217 + 211 + 235 = 663 (100%)
R 217 of 663 ~ 32.73%
G 211 of 663 ~ 31.83%
B 235 of 663 ~ 35.44%

%32.73
%31.83
%35.44

CMYK color model

#D9D3EB color CMYK value is (8,10,0,8).

  • cyan value is 7.66%
  • magenta value is 10.21%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(8,10,0,8)
C8M10Y0K8 
(8%,10%,0%,8%)
(0.08/0.10/0.00/0.08)	

CMYK percentages

%7.66
%10.21
%0
%7.84

Codes

Color #D9D3EB in popluar color models

D9D3EB
RGB217211235
HSL255°37.50%87.45%
HSB/HSV255°10.21%92.16%
CMYK7.66%10.21%0.00%
7.84%

Color #D9D3EB in popluar number systems.

HEXD9D3EB
Decimal217211235
Binary110110011101001111101011
Octal331323353

Shades and tints

Shades of #D9D3EB

#D9D3EB
(217,211,235)
#C6C0D6
(198,192,214)
#B3ADC1
(179,173,193)
#A09AAC
(160,154,172)
#8D8797
(141,135,151)
#7A7482
(122,116,130)
#67616D
(103,97,109)
#544E58
(84,78,88)
#413B43
(65,59,67)
#2E282E
(46,40,46)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #D9D3EB

#D9D3EB
(217,211,235)
#DCD7EC
(220,215,236)
#DFDBED
(223,219,237)
#E2DFEE
(226,223,238)
#E5E3EF
(229,227,239)
#E8E7F0
(232,231,240)
#EBEBF1
(235,235,241)
#EEEFF2
(238,239,242)
#F1F3F3
(241,243,243)
#F4F7F4
(244,247,244)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D3EB; }

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

This text font color is #D9D3EB.


Background Color

.myBgColor { background-color: #D9D3EB; }

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

This div background color is #D9D3EB.


Border color

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

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

This div border color is #D9D3EB.


Opacity

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

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

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

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

This text has shadow with #D9D3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D3EB on black background.


Color preview on white background

This text has color #D9D3EB on white background.



Black color preview on #D9D3EB background

This text has black color on #D9D3EB background.


White color preview on #D9D3EB background

This text has white color on #D9D3EB background.