COLOR #D9D3EA

HEX: #D9D3EA
RGB: (217,211,234)

Color info

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

RGB color model

#D9D3EA color RGB value is (217,211,234).

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

RGB channels and saturation

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

217
211
234

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

Portions of RGB colors in percentages

R + G + B =
217 + 211 + 234 = 662 (100%)
R 217 of 662 ~ 32.78%
G 211 of 662 ~ 31.87%
B 234 of 662 ~ 35.35%

%32.78
%31.87
%35.35

CMYK color model

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

  • cyan value is 7.26%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(7,10,0,8)
C7M10Y0K8 
(7%,10%,0%,8%)
(0.07/0.10/0.00/0.08)	

CMYK percentages

%7.26
%9.83
%0
%8.24

Codes

Color #D9D3EA in popluar color models

D9D3EA
RGB217211234
HSL256°35.38%87.25%
HSB/HSV256°9.83%91.76%
CMYK7.26%9.83%0.00%
8.24%

Color #D9D3EA in popluar number systems.

HEXD9D3EA
Decimal217211234
Binary110110011101001111101010
Octal331323352

Shades and tints

Shades of #D9D3EA

#D9D3EA
(217,211,234)
#C6C0D5
(198,192,213)
#B3ADC0
(179,173,192)
#A09AAB
(160,154,171)
#8D8796
(141,135,150)
#7A7481
(122,116,129)
#67616C
(103,97,108)
#544E57
(84,78,87)
#413B42
(65,59,66)
#2E282D
(46,40,45)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #D9D3EA

#D9D3EA
(217,211,234)
#DCD7EB
(220,215,235)
#DFDBEC
(223,219,236)
#E2DFED
(226,223,237)
#E5E3EE
(229,227,238)
#E8E7EF
(232,231,239)
#EBEBF0
(235,235,240)
#EEEFF1
(238,239,241)
#F1F3F2
(241,243,242)
#F4F7F3
(244,247,243)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D3EA; }

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

This text font color is #D9D3EA.


Background Color

.myBgColor { background-color: #D9D3EA; }

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

This div background color is #D9D3EA.


Border color

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

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

This div border color is #D9D3EA.


Opacity

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

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

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

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

This text has shadow with #D9D3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D3EA on black background.


Color preview on white background

This text has color #D9D3EA on white background.



Black color preview on #D9D3EA background

This text has black color on #D9D3EA background.


White color preview on #D9D3EA background

This text has white color on #D9D3EA background.