COLOR #D6D6EA

HEX: #D6D6EA RGB: (214,214,234)

Color info

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

RGB color model

#D6D6EA color RGB value is (214,214,234).

RGB: (214,214,234) (84%, 84%, 92%)

RGB channels and saturation

R 214 of 255 = 84%
G 214 of 255 = 84%
B 234 of 255 = 92%

214
214
234

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

Portions of RGB colors in percentages

R + G + B = 214 + 214 + 234 = 662 (100%)
R 214 of 662 ~ 32.33%
G 214 of 662 ~ 32.33%
B 234 of 662 ~ 35.35'%

%32.33
%32.33
%35.35

CMYK color model

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

  • cyan value is 8.55%
  • magenta value is 8.55%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (9,9,0,8)
C9M9Y0K8 (9%, 9%, 0%, 8%)
(0.09 / 0.09 / 0.00 / 0.08)

CMYK percentages

%8.55
%8.55
%0
%8.24

Codes

Color #D6D6EA in popluar color models

D6 D6 EA
RGB 214 214 234
HSL 240° 32.26% 87.84%
HSB/HSV 240° 8.55% 91.76%
CMYK 8.55% 8.55% 0.00%
8.24%

Color #D6D6EA in popluar number systems.

HEX D6 D6 EA
Decimal 214 214 234
Binary 11010110 11010110 11101010
Octal 326 326 352

Shades and tints

Shades of #D6D6EA

#D6D6EA
(214,214,234)
#C3C3D5
(195,195,213)
#B0B0C0
(176,176,192)
#9D9DAB
(157,157,171)
#8A8A96
(138,138,150)
#777781
(119,119,129)
#64646C
(100,100,108)
#515157
(81,81,87)
#3E3E42
(62,62,66)
#2B2B2D
(43,43,45)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #D6D6EA

#D6D6EA
(214,214,234)
#D9D9EB
(217,217,235)
#DCDCEC
(220,220,236)
#DFDFED
(223,223,237)
#E2E2EE
(226,226,238)
#E5E5EF
(229,229,239)
#E8E8F0
(232,232,240)
#EBEBF1
(235,235,241)
#EEEEF2
(238,238,242)
#F1F1F3
(241,241,243)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D6EA; }

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

This text font color is #D6D6EA.

Background Color

.myBgColor { background-color: #D6D6EA; }

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

This div background color is #D6D6EA.

Border color

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

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

This div border color is #D6D6EA.

Opacity

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

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

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

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

This text has shadow with #D6D6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6D6EA.

Preview

Color preview on black background

This text has color #D6D6EA on black background.


Color preview on white background

This text has color #D6D6EA on white background.


Black color preview on #D6D6EA background

This text has black color on #D6D6EA background.


White color preview on #D6D6EA background

This text has white color on #D6D6EA background.


Related colors

Complementary color

Complementary color for #hex is #292915.


I love getcolorcode.com