COLOR #D6DCEE

HEX: #D6DCEE RGB: (214,220,238)

Color info

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

RGB color model

#D6DCEE color RGB value is (214,220,238).

RGB: (214,220,238) (84%, 86%, 93%)

RGB channels and saturation

R 214 of 255 = 84%
G 220 of 255 = 86%
B 238 of 255 = 93%

214
220
238

R + G + B ~ 88%. #D6DCEE is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 220 + 238 = 672 (100%)
R 214 of 672 ~ 31.85%
G 220 of 672 ~ 32.74%
B 238 of 672 ~ 35.42'%

%31.85
%32.74
%35.42

CMYK color model

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

  • cyan value is 10.08%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (10,8,0,7) C10M8Y0K7 (10%,8%,0%,7%) (0.10/0.08/0.00/0.07) 

CMYK percentages

%10.08
%7.56
%0
%6.67

Codes

Color #D6DCEE in popluar color models

D6 DC EE
RGB 214 220 238
HSL 225° 41.38% 88.63%
HSB/HSV 225° 10.08% 93.33%
CMYK 10.08% 7.56% 0.00%
6.67%

Color #D6DCEE in popluar number systems.

HEX D6 DC EE
Decimal 214 220 238
Binary 11010110 11011100 11101110
Octal 326 334 356

Shades and tints

Shades of #D6DCEE

#D6DCEE
(214,220,238)
#C3C8D9
(195,200,217)
#B0B4C4
(176,180,196)
#9DA0AF
(157,160,175)
#8A8C9A
(138,140,154)
#777885
(119,120,133)
#646470
(100,100,112)
#51505B
(81,80,91)
#3E3C46
(62,60,70)
#2B2831
(43,40,49)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #D6DCEE

#D6DCEE
(214,220,238)
#D9DFEF
(217,223,239)
#DCE2F0
(220,226,240)
#DFE5F1
(223,229,241)
#E2E8F2
(226,232,242)
#E5EBF3
(229,235,243)
#E8EEF4
(232,238,244)
#EBF1F5
(235,241,245)
#EEF4F6
(238,244,246)
#F1F7F7
(241,247,247)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DCEE; }

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

This text font color is #D6DCEE.

Background Color

.myBgColor { background-color: #D6DCEE; }

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

This div background color is #D6DCEE.

Border color

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

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

This div border color is #D6DCEE.

Opacity

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

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

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

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

This text has shadow with #D6DCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DCEE.

Preview

Color preview on black background

This text has color #D6DCEE on black background.


Color preview on white background

This text has color #D6DCEE on white background.


Black color preview on #D6DCEE background

This text has black color on #D6DCEE background.


White color preview on #D6DCEE background

This text has white color on #D6DCEE background.


Related colors

Complementary color

Complementary color for #hex is #292311.


I love getcolorcode.com

Triadic colors

1 #EED6DC and #DCEED6 with #D6DCEE are triadic colors.

2 #EEDCD6 and #DCD6EE with #D6DCEE are triadic colors.