COLOR #D6DEF5

HEX: #D6DEF5 RGB: (214,222,245)

Color info

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

RGB color model

#D6DEF5 color RGB value is (214,222,245).

RGB: (214,222,245) (84%, 87%, 96%)

RGB channels and saturation

R 214 of 255 = 84%
G 222 of 255 = 87%
B 245 of 255 = 96%

214
222
245

R + G + B ~ 89%. #D6DEF5 is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 222 + 245 = 681 (100%)
R 214 of 681 ~ 31.42%
G 222 of 681 ~ 32.6%
B 245 of 681 ~ 35.98'%

%31.42
%32.6
%35.98

CMYK color model

#D6DEF5 color CMYK value is (13,9,0,4).

  • cyan value is 12.65%
  • magenta value is 9.39%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (13,9,0,4)
C13M9Y0K4 (13%, 9%, 0%, 4%)
(0.13 / 0.09 / 0.00 / 0.04)

CMYK percentages

%12.65
%9.39
%0
%3.92

Codes

Color #D6DEF5 in popluar color models

D6 DE F5
RGB 214 222 245
HSL 225° 60.78% 90.00%
HSB/HSV 225° 12.65% 96.08%
CMYK 12.65% 9.39% 0.00%
3.92%

Color #D6DEF5 in popluar number systems.

HEX D6 DE F5
Decimal 214 222 245
Binary 11010110 11011110 11110101
Octal 326 336 365

Shades and tints

Shades of #D6DEF5

#D6DEF5
(214,222,245)
#C3CADF
(195,202,223)
#B0B6C9
(176,182,201)
#9DA2B3
(157,162,179)
#8A8E9D
(138,142,157)
#777A87
(119,122,135)
#646671
(100,102,113)
#51525B
(81,82,91)
#3E3E45
(62,62,69)
#2B2A2F
(43,42,47)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #D6DEF5

#D6DEF5
(214,222,245)
#D9E1F5
(217,225,245)
#DCE4F5
(220,228,245)
#DFE7F5
(223,231,245)
#E2EAF5
(226,234,245)
#E5EDF5
(229,237,245)
#E8F0F5
(232,240,245)
#EBF3F5
(235,243,245)
#EEF6F5
(238,246,245)
#F1F9F5
(241,249,245)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DEF5; }

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

This text font color is #D6DEF5.

Background Color

.myBgColor { background-color: #D6DEF5; }

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

This div background color is #D6DEF5.

Border color

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

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

This div border color is #D6DEF5.

Opacity

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

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

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

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

This text has shadow with #D6DEF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DEF5.

Preview

Color preview on black background

This text has color #D6DEF5 on black background.


Color preview on white background

This text has color #D6DEF5 on white background.


Black color preview on #D6DEF5 background

This text has black color on #D6DEF5 background.


White color preview on #D6DEF5 background

This text has white color on #D6DEF5 background.


Related colors

Complementary color

Complementary color for #hex is #29210A.


I love getcolorcode.com

Triadic colors

1 #F5D6DE and #DEF5D6 with #D6DEF5 are triadic colors.

2 #F5DED6 and #DED6F5 with #D6DEF5 are triadic colors.