COLOR #D8D3EB

HEX: #D8D3EB
RGB: (216,211,235)

Color info

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

RGB color model

#D8D3EB color RGB value is (216,211,235).

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

RGB channels and saturation

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

216
211
235

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

Portions of RGB colors in percentages

R + G + B =
216 + 211 + 235 = 662 (100%)
R 216 of 662 ~ 32.63%
G 211 of 662 ~ 31.87%
B 235 of 662 ~ 35.5%

%32.63
%31.87
%35.5

CMYK color model

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

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

%8.09
%10.21
%0
%7.84

Codes

Color #D8D3EB in popluar color models

D8D3EB
RGB216211235
HSL253°37.50%87.45%
HSB/HSV253°10.21%92.16%
CMYK8.09%10.21%0.00%
7.84%

Color #D8D3EB in popluar number systems.

HEXD8D3EB
Decimal216211235
Binary110110001101001111101011
Octal330323353

Shades and tints

Shades of #D8D3EB

#D8D3EB
(216,211,235)
#C5C0D6
(197,192,214)
#B2ADC1
(178,173,193)
#9F9AAC
(159,154,172)
#8C8797
(140,135,151)
#797482
(121,116,130)
#66616D
(102,97,109)
#534E58
(83,78,88)
#403B43
(64,59,67)
#2D282E
(45,40,46)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #D8D3EB

#D8D3EB
(216,211,235)
#DBD7EC
(219,215,236)
#DEDBED
(222,219,237)
#E1DFEE
(225,223,238)
#E4E3EF
(228,227,239)
#E7E7F0
(231,231,240)
#EAEBF1
(234,235,241)
#EDEFF2
(237,239,242)
#F0F3F3
(240,243,243)
#F3F7F4
(243,247,244)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D3EB; }

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

This text font color is #D8D3EB.


Background Color

.myBgColor { background-color: #D8D3EB; }

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

This div background color is #D8D3EB.


Border color

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

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

This div border color is #D8D3EB.


Opacity

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

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

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

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

This text has shadow with #D8D3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D3EB on black background.


Color preview on white background

This text has color #D8D3EB on white background.



Black color preview on #D8D3EB background

This text has black color on #D8D3EB background.


White color preview on #D8D3EB background

This text has white color on #D8D3EB background.