COLOR #D1DEF6

HEX: #D1DEF6 RGB: (209,222,246)

Color info

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

RGB color model

#D1DEF6 color RGB value is (209,222,246).

RGB: (209,222,246) (82%, 87%, 96%)

RGB channels and saturation

R 209 of 255 = 82%
G 222 of 255 = 87%
B 246 of 255 = 96%

209
222
246

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

Portions of RGB colors in percentages

R + G + B = 209 + 222 + 246 = 677 (100%)
R 209 of 677 ~ 30.87%
G 222 of 677 ~ 32.79%
B 246 of 677 ~ 36.34'%

%30.87
%32.79
%36.34

CMYK color model

#D1DEF6 color CMYK value is (15,10,0,4).

  • cyan value is 15.04%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (15,10,0,4)
C15M10Y0K4 (15%, 10%, 0%, 4%)
(0.15 / 0.10 / 0.00 / 0.04)

CMYK percentages

%15.04
%9.76
%0
%3.53

Codes

Color #D1DEF6 in popluar color models

D1 DE F6
RGB 209 222 246
HSL 219° 67.27% 89.22%
HSB/HSV 219° 15.04% 96.47%
CMYK 15.04% 9.76% 0.00%
3.53%

Color #D1DEF6 in popluar number systems.

HEX D1 DE F6
Decimal 209 222 246
Binary 11010001 11011110 11110110
Octal 321 336 366

Shades and tints

Shades of #D1DEF6

#D1DEF6
(209,222,246)
#BECAE0
(190,202,224)
#ABB6CA
(171,182,202)
#98A2B4
(152,162,180)
#858E9E
(133,142,158)
#727A88
(114,122,136)
#5F6672
(95,102,114)
#4C525C
(76,82,92)
#393E46
(57,62,70)
#262A30
(38,42,48)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #D1DEF6

#D1DEF6
(209,222,246)
#D5E1F6
(213,225,246)
#D9E4F6
(217,228,246)
#DDE7F6
(221,231,246)
#E1EAF6
(225,234,246)
#E5EDF6
(229,237,246)
#E9F0F6
(233,240,246)
#EDF3F6
(237,243,246)
#F1F6F6
(241,246,246)
#F5F9F6
(245,249,246)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DEF6 color. Also use rgb(209,222,246) instead hex code.

Text Font Color

.myTextColor { color: #D1DEF6; }

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

This text font color is #D1DEF6.

Background Color

.myBgColor { background-color: #D1DEF6; }

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

This div background color is #D1DEF6.

Border color

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

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

This div border color is #D1DEF6.

Opacity

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

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

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

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

This text has shadow with #D1DEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1DEF6.

Preview

Color preview on black background

This text has color #D1DEF6 on black background.


Color preview on white background

This text has color #D1DEF6 on white background.


Black color preview on #D1DEF6 background

This text has black color on #D1DEF6 background.


White color preview on #D1DEF6 background

This text has white color on #D1DEF6 background.


Related colors

Complementary color

Complementary color for #hex is #2E2109.


I love getcolorcode.com

Triadic colors

1 #F6D1DE and #DEF6D1 with #D1DEF6 are triadic colors.

2 #F6DED1 and #DED1F6 with #D1DEF6 are triadic colors.