COLOR #D6DAED

HEX: #D6DAED RGB: (214,218,237)

Color info

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

RGB color model

#D6DAED color RGB value is (214,218,237).

RGB: (214,218,237) (84%, 85%, 93%)

RGB channels and saturation

R 214 of 255 = 84%
G 218 of 255 = 85%
B 237 of 255 = 93%

214
218
237

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

Portions of RGB colors in percentages

R + G + B = 214 + 218 + 237 = 669 (100%)
R 214 of 669 ~ 31.99%
G 218 of 669 ~ 32.59%
B 237 of 669 ~ 35.43'%

%31.99
%32.59
%35.43

CMYK color model

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

  • cyan value is 9.70%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (10,8,0,7)
C10M8Y0K7 (10%, 8%, 0%, 7%)
(0.10 / 0.08 / 0.00 / 0.07)

CMYK percentages

%9.7
%8.02
%0
%7.06

Codes

Color #D6DAED in popluar color models

D6 DA ED
RGB 214 218 237
HSL 230° 38.98% 88.43%
HSB/HSV 230° 9.70% 92.94%
CMYK 9.70% 8.02% 0.00%
7.06%

Color #D6DAED in popluar number systems.

HEX D6 DA ED
Decimal 214 218 237
Binary 11010110 11011010 11101101
Octal 326 332 355

Shades and tints

Shades of #D6DAED

#D6DAED
(214,218,237)
#C3C7D8
(195,199,216)
#B0B4C3
(176,180,195)
#9DA1AE
(157,161,174)
#8A8E99
(138,142,153)
#777B84
(119,123,132)
#64686F
(100,104,111)
#51555A
(81,85,90)
#3E4245
(62,66,69)
#2B2F30
(43,47,48)
#181C1B
(24,28,27)
#000000
(0,0,0)

Tints of #D6DAED

#D6DAED
(214,218,237)
#D9DDEE
(217,221,238)
#DCE0EF
(220,224,239)
#DFE3F0
(223,227,240)
#E2E6F1
(226,230,241)
#E5E9F2
(229,233,242)
#E8ECF3
(232,236,243)
#EBEFF4
(235,239,244)
#EEF2F5
(238,242,245)
#F1F5F6
(241,245,246)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DAED; }

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

This text font color is #D6DAED.

Background Color

.myBgColor { background-color: #D6DAED; }

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

This div background color is #D6DAED.

Border color

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

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

This div border color is #D6DAED.

Opacity

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

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

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

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

This text has shadow with #D6DAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DAED.

Preview

Color preview on black background

This text has color #D6DAED on black background.


Color preview on white background

This text has color #D6DAED on white background.


Black color preview on #D6DAED background

This text has black color on #D6DAED background.


White color preview on #D6DAED background

This text has white color on #D6DAED background.


Related colors

Complementary color

Complementary color for #hex is #292512.


I love getcolorcode.com

Triadic colors

1 #EDD6DA and #DAEDD6 with #D6DAED are triadic colors.

2 #EDDAD6 and #DAD6ED with #D6DAED are triadic colors.