COLOR #D6D3E6

HEX: #D6D3E6 RGB: (214,211,230)

Color info

#D6D3E6 contains red, green and blue colors in about the same proportion. Web safe color of #D6D3E6 is #CCCCCC (or #CCC).

RGB color model

#D6D3E6 color RGB value is (214,211,230).

RGB: (214,211,230) (84%, 83%, 90%)

RGB channels and saturation

R 214 of 255 = 84%
G 211 of 255 = 83%
B 230 of 255 = 90%

214
211
230

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

Portions of RGB colors in percentages

R + G + B = 214 + 211 + 230 = 655 (100%)
R 214 of 655 ~ 32.67%
G 211 of 655 ~ 32.21%
B 230 of 655 ~ 35.11'%

%32.67
%32.21
%35.11

CMYK color model

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

  • cyan value is 6.96%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (7,8,0,10) C7M8Y0K10 (7%,8%,0%,10%) (0.07/0.08/0.00/0.10) 

CMYK percentages

%6.96
%8.26
%0
%9.8

Codes

Color #D6D3E6 in popluar color models

D6 D3 E6
RGB 214 211 230
HSL 249° 27.54% 86.47%
HSB/HSV 249° 8.26% 90.20%
CMYK 6.96% 8.26% 0.00%
9.80%

Color #D6D3E6 in popluar number systems.

HEX D6 D3 E6
Decimal 214 211 230
Binary 11010110 11010011 11100110
Octal 326 323 346

Shades and tints

Shades of #D6D3E6

#D6D3E6
(214,211,230)
#C3C0D2
(195,192,210)
#B0ADBE
(176,173,190)
#9D9AAA
(157,154,170)
#8A8796
(138,135,150)
#777482
(119,116,130)
#64616E
(100,97,110)
#514E5A
(81,78,90)
#3E3B46
(62,59,70)
#2B2832
(43,40,50)
#18151E
(24,21,30)
#000000
(0,0,0)

Tints of #D6D3E6

#D6D3E6
(214,211,230)
#D9D7E8
(217,215,232)
#DCDBEA
(220,219,234)
#DFDFEC
(223,223,236)
#E2E3EE
(226,227,238)
#E5E7F0
(229,231,240)
#E8EBF2
(232,235,242)
#EBEFF4
(235,239,244)
#EEF3F6
(238,243,246)
#F1F7F8
(241,247,248)
#F4FBFA
(244,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D3E6 color. Also use rgb(214,211,230) instead hex code.

Text Font Color

.myTextColor { color: #D6D3E6; }

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

This text font color is #D6D3E6.

Background Color

.myBgColor { background-color: #D6D3E6; }

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

This div background color is #D6D3E6.

Border color

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

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

This div border color is #D6D3E6.

Opacity

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

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

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

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

This text has shadow with #D6D3E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6D3E6.

Preview

Color preview on black background

This text has color #D6D3E6 on black background.


Color preview on white background

This text has color #D6D3E6 on white background.


Black color preview on #D6D3E6 background

This text has black color on #D6D3E6 background.


White color preview on #D6D3E6 background

This text has white color on #D6D3E6 background.


Related colors

Complementary color

Complementary color for #hex is #292C19.


I love getcolorcode.com

Triadic colors

1 #E6D6D3 and #D3E6D6 with #D6D3E6 are triadic colors.

2 #E6D3D6 and #D3D6E6 with #D6D3E6 are triadic colors.