COLOR #D6DFFF

HEX: #D6DFFF RGB: (214,223,255)

Color info

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

RGB color model

#D6DFFF color RGB value is (214,223,255).

RGB: (214,223,255) (84%, 87%, 100%)

RGB channels and saturation

R 214 of 255 = 84%
G 223 of 255 = 87%
B 255 of 255 = 100%

214
223
255

R + G + B ~ 90%. #D6DFFF is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 223 + 255 = 692 (100%)
R 214 of 692 ~ 30.92%
G 223 of 692 ~ 32.23%
B 255 of 692 ~ 36.85'%

%30.92
%32.23
%36.85

CMYK color model

#D6DFFF color CMYK value is (16,13,0,0).

  • cyan value is 16.08%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (16,13,0,0) C16M13Y0K0 (16%,13%,0%,0%) (0.16/0.13/0.00/0.00) 

CMYK percentages

%16.08
%12.55
%0
%0

Codes

Color #D6DFFF in popluar color models

D6 DF FF
RGB 214 223 255
HSL 227° 100.00% 91.96%
HSB/HSV 227° 16.08% 100.00%
CMYK 16.08% 12.55% 0.00%
0.00%

Color #D6DFFF in popluar number systems.

HEX D6 DF FF
Decimal 214 223 255
Binary 11010110 11011111 11111111
Octal 326 337 377

Shades and tints

Shades of #D6DFFF

#D6DFFF
(214,223,255)
#C3CBE8
(195,203,232)
#B0B7D1
(176,183,209)
#9DA3BA
(157,163,186)
#8A8FA3
(138,143,163)
#777B8C
(119,123,140)
#646775
(100,103,117)
#51535E
(81,83,94)
#3E3F47
(62,63,71)
#2B2B30
(43,43,48)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #D6DFFF

#D6DFFF
(214,223,255)
#D9E1FF
(217,225,255)
#DCE3FF
(220,227,255)
#DFE5FF
(223,229,255)
#E2E7FF
(226,231,255)
#E5E9FF
(229,233,255)
#E8EBFF
(232,235,255)
#EBEDFF
(235,237,255)
#EEEFFF
(238,239,255)
#F1F1FF
(241,241,255)
#F4F3FF
(244,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DFFF; }

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

This text font color is #D6DFFF.

Background Color

.myBgColor { background-color: #D6DFFF; }

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

This div background color is #D6DFFF.

Border color

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

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

This div border color is #D6DFFF.

Opacity

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

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

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

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

This text has shadow with #D6DFFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DFFF.

Preview

Color preview on black background

This text has color #D6DFFF on black background.


Color preview on white background

This text has color #D6DFFF on white background.


Black color preview on #D6DFFF background

This text has black color on #D6DFFF background.


White color preview on #D6DFFF background

This text has white color on #D6DFFF background.


Related colors

Complementary color

Complementary color for #hex is #292000.


I love getcolorcode.com

Triadic colors

1 #FFD6DF and #DFFFD6 with #D6DFFF are triadic colors.

2 #FFDFD6 and #DFD6FF with #D6DFFF are triadic colors.