COLOR #D6D4EB

HEX: #D6D4EB
RGB: (214,212,235)

Color info

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

RGB color model

#D6D4EB color RGB value is (214,212,235).

  • red value is 214;
  • green value is 212;
  • blue value is 235.
RGB: (214,212,235) (84%,83%,92%)

RGB channels and saturation

R 214 of 255 = 84%
G 212 of 255 = 83%
B 235 of 255 = 92%

214
212
235

R + G + B ~ 86%. #D6D4EB is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 212 + 235 = 661 (100%)
R 214 of 661 ~ 32.38%
G 212 of 661 ~ 32.07%
B 235 of 661 ~ 35.55%

%32.38
%32.07
%35.55

CMYK color model

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

  • cyan value is 8.94%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (9,10,0,8) C9M10Y0K8 (9%,10%,0%,8%) (0.09/0.10/0.00/0.08)

CMYK percentages

%8.94
%9.79
%0
%7.84

Codes

Color #D6D4EB in popluar color models

D6D4EB
RGB214212235
HSL245°36.51%87.65%
HSB/HSV245°9.79%92.16%
CMYK8.94%9.79%0.00%
7.84%

Color #D6D4EB in popluar number systems.

HEXD6D4EB
Decimal214212235
Binary110101101101010011101011
Octal326324353

Shades and tints

Shades of #D6D4EB

#D6D4EB
(214,212,235)
#C3C1D6
(195,193,214)
#B0AEC1
(176,174,193)
#9D9BAC
(157,155,172)
#8A8897
(138,136,151)
#777582
(119,117,130)
#64626D
(100,98,109)
#514F58
(81,79,88)
#3E3C43
(62,60,67)
#2B292E
(43,41,46)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #D6D4EB

#D6D4EB
(214,212,235)
#D9D7EC
(217,215,236)
#DCDAED
(220,218,237)
#DFDDEE
(223,221,238)
#E2E0EF
(226,224,239)
#E5E3F0
(229,227,240)
#E8E6F1
(232,230,241)
#EBE9F2
(235,233,242)
#EEECF3
(238,236,243)
#F1EFF4
(241,239,244)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D4EB color. Also use rgb(214,212,235) instead hex code.

Text Font Color

.myTextColor { color: #D6D4EB; }

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

This text font color is #D6D4EB.


Background Color

.myBgColor { background-color: #D6D4EB; }

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

This div background color is #D6D4EB.


Border color

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

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

This div border color is #D6D4EB.


Opacity

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

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

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

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

This text has shadow with #D6D4EB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D6D4EB on black background.


Color preview on white background

This text has color #D6D4EB on white background.



Black color preview on #D6D4EB background

This text has black color on #D6D4EB background.


White color preview on #D6D4EB background

This text has white color on #D6D4EB background.