COLOR #D9D4EE

HEX: #D9D4EE
RGB: (217,212,238)

Color info

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

RGB color model

#D9D4EE color RGB value is (217,212,238).

  • red value is 217;
  • green value is 212;
  • blue value is 238.
RGB:
(217,212,238)
(85%,83%,93%)

RGB channels and saturation

R 217 of 255 = 85%
G 212 of 255 = 83%
B 238 of 255 = 93%

217
212
238

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

Portions of RGB colors in percentages

R + G + B =
217 + 212 + 238 = 667 (100%)
R 217 of 667 ~ 32.53%
G 212 of 667 ~ 31.78%
B 238 of 667 ~ 35.68%

%32.53
%31.78
%35.68

CMYK color model

#D9D4EE color CMYK value is (9,11,0,7).

  • cyan value is 8.82%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(9,11,0,7)
C9M11Y0K7 
(9%,11%,0%,7%)
(0.09/0.11/0.00/0.07)	

CMYK percentages

%8.82
%10.92
%0
%6.67

Codes

Color #D9D4EE in popluar color models

D9D4EE
RGB217212238
HSL252°43.33%88.24%
HSB/HSV252°10.92%93.33%
CMYK8.82%10.92%0.00%
6.67%

Color #D9D4EE in popluar number systems.

HEXD9D4EE
Decimal217212238
Binary110110011101010011101110
Octal331324356

Shades and tints

Shades of #D9D4EE

#D9D4EE
(217,212,238)
#C6C1D9
(198,193,217)
#B3AEC4
(179,174,196)
#A09BAF
(160,155,175)
#8D889A
(141,136,154)
#7A7585
(122,117,133)
#676270
(103,98,112)
#544F5B
(84,79,91)
#413C46
(65,60,70)
#2E2931
(46,41,49)
#1B161C
(27,22,28)
#000000
(0,0,0)

Tints of #D9D4EE

#D9D4EE
(217,212,238)
#DCD7EF
(220,215,239)
#DFDAF0
(223,218,240)
#E2DDF1
(226,221,241)
#E5E0F2
(229,224,242)
#E8E3F3
(232,227,243)
#EBE6F4
(235,230,244)
#EEE9F5
(238,233,245)
#F1ECF6
(241,236,246)
#F4EFF7
(244,239,247)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D4EE color. Also use rgb(217,212,238) instead hex code.

Text Font Color

.myTextColor { color: #D9D4EE; }

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

This text font color is #D9D4EE.


Background Color

.myBgColor { background-color: #D9D4EE; }

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

This div background color is #D9D4EE.


Border color

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

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

This div border color is #D9D4EE.


Opacity

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

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

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

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

This text has shadow with #D9D4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D4EE on black background.


Color preview on white background

This text has color #D9D4EE on white background.



Black color preview on #D9D4EE background

This text has black color on #D9D4EE background.


White color preview on #D9D4EE background

This text has white color on #D9D4EE background.