COLOR #D6DFEE

HEX: #D6DFEE RGB: (214,223,238)

Color info

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

RGB color model

#D6DFEE color RGB value is (214,223,238).

RGB: (214,223,238) (84%, 87%, 93%)

RGB channels and saturation

R 214 of 255 = 84%
G 223 of 255 = 87%
B 238 of 255 = 93%

214
223
238

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

Portions of RGB colors in percentages

R + G + B = 214 + 223 + 238 = 675 (100%)
R 214 of 675 ~ 31.7%
G 223 of 675 ~ 33.04%
B 238 of 675 ~ 35.26'%

%31.7
%33.04
%35.26

CMYK color model

#D6DFEE color CMYK value is (10,6,0,7).

  • cyan value is 10.08%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (10,6,0,7)
C10M6Y0K7 (10%, 6%, 0%, 7%)
(0.10 / 0.06 / 0.00 / 0.07)

CMYK percentages

%10.08
%6.3
%0
%6.67

Codes

Color #D6DFEE in popluar color models

D6 DF EE
RGB 214 223 238
HSL 218° 41.38% 88.63%
HSB/HSV 218° 10.08% 93.33%
CMYK 10.08% 6.30% 0.00%
6.67%

Color #D6DFEE in popluar number systems.

HEX D6 DF EE
Decimal 214 223 238
Binary 11010110 11011111 11101110
Octal 326 337 356

Shades and tints

Shades of #D6DFEE

#D6DFEE
(214,223,238)
#C3CBD9
(195,203,217)
#B0B7C4
(176,183,196)
#9DA3AF
(157,163,175)
#8A8F9A
(138,143,154)
#777B85
(119,123,133)
#646770
(100,103,112)
#51535B
(81,83,91)
#3E3F46
(62,63,70)
#2B2B31
(43,43,49)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #D6DFEE

#D6DFEE
(214,223,238)
#D9E1EF
(217,225,239)
#DCE3F0
(220,227,240)
#DFE5F1
(223,229,241)
#E2E7F2
(226,231,242)
#E5E9F3
(229,233,243)
#E8EBF4
(232,235,244)
#EBEDF5
(235,237,245)
#EEEFF6
(238,239,246)
#F1F1F7
(241,241,247)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DFEE; }

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

This text font color is #D6DFEE.

Background Color

.myBgColor { background-color: #D6DFEE; }

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

This div background color is #D6DFEE.

Border color

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

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

This div border color is #D6DFEE.

Opacity

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

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

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

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

This text has shadow with #D6DFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DFEE.

Preview

Color preview on black background

This text has color #D6DFEE on black background.


Color preview on white background

This text has color #D6DFEE on white background.


Black color preview on #D6DFEE background

This text has black color on #D6DFEE background.


White color preview on #D6DFEE background

This text has white color on #D6DFEE background.


Related colors

Complementary color

Complementary color for #hex is #292011.


I love getcolorcode.com

Triadic colors

1 #EED6DF and #DFEED6 with #D6DFEE are triadic colors.

2 #EEDFD6 and #DFD6EE with #D6DFEE are triadic colors.