COLOR #D8D4EE

HEX: #D8D4EE
RGB: (216,212,238)

Color info

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

RGB color model

#D8D4EE color RGB value is (216,212,238).

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

RGB channels and saturation

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

216
212
238

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

Portions of RGB colors in percentages

R + G + B =
216 + 212 + 238 = 666 (100%)
R 216 of 666 ~ 32.43%
G 212 of 666 ~ 31.83%
B 238 of 666 ~ 35.74%

%32.43
%31.83
%35.74

CMYK color model

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

  • cyan value is 9.24%
  • 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

%9.24
%10.92
%0
%6.67

Codes

Color #D8D4EE in popluar color models

D8D4EE
RGB216212238
HSL249°43.33%88.24%
HSB/HSV249°10.92%93.33%
CMYK9.24%10.92%0.00%
6.67%

Color #D8D4EE in popluar number systems.

HEXD8D4EE
Decimal216212238
Binary110110001101010011101110
Octal330324356

Shades and tints

Shades of #D8D4EE

#D8D4EE
(216,212,238)
#C5C1D9
(197,193,217)
#B2AEC4
(178,174,196)
#9F9BAF
(159,155,175)
#8C889A
(140,136,154)
#797585
(121,117,133)
#666270
(102,98,112)
#534F5B
(83,79,91)
#403C46
(64,60,70)
#2D2931
(45,41,49)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #D8D4EE

#D8D4EE
(216,212,238)
#DBD7EF
(219,215,239)
#DEDAF0
(222,218,240)
#E1DDF1
(225,221,241)
#E4E0F2
(228,224,242)
#E7E3F3
(231,227,243)
#EAE6F4
(234,230,244)
#EDE9F5
(237,233,245)
#F0ECF6
(240,236,246)
#F3EFF7
(243,239,247)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D4EE; }

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

This text font color is #D8D4EE.


Background Color

.myBgColor { background-color: #D8D4EE; }

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

This div background color is #D8D4EE.


Border color

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

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

This div border color is #D8D4EE.


Opacity

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

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

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

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

This text has shadow with #D8D4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D4EE on black background.


Color preview on white background

This text has color #D8D4EE on white background.



Black color preview on #D8D4EE background

This text has black color on #D8D4EE background.


White color preview on #D8D4EE background

This text has white color on #D8D4EE background.