COLOR #D1D8FD

HEX: #D1D8FD RGB: (209,216,253)

Color info

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

RGB color model

#D1D8FD color RGB value is (209,216,253).

RGB: (209,216,253) (82%, 85%, 99%)

RGB channels and saturation

R 209 of 255 = 82%
G 216 of 255 = 85%
B 253 of 255 = 99%

209
216
253

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

Portions of RGB colors in percentages

R + G + B = 209 + 216 + 253 = 678 (100%)
R 209 of 678 ~ 30.83%
G 216 of 678 ~ 31.86%
B 253 of 678 ~ 37.32'%

%30.83
%31.86
%37.32

CMYK color model

#D1D8FD color CMYK value is (17,15,0,1).

  • cyan value is 17.39%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (17,15,0,1)
C17M15Y0K1 (17%, 15%, 0%, 1%)
(0.17 / 0.15 / 0.00 / 0.01)

CMYK percentages

%17.39
%14.62
%0
%0.78

Codes

Color #D1D8FD in popluar color models

D1 D8 FD
RGB 209 216 253
HSL 230° 91.67% 90.59%
HSB/HSV 230° 17.39% 99.22%
CMYK 17.39% 14.62% 0.00%
0.78%

Color #D1D8FD in popluar number systems.

HEX D1 D8 FD
Decimal 209 216 253
Binary 11010001 11011000 11111101
Octal 321 330 375

Shades and tints

Shades of #D1D8FD

#D1D8FD
(209,216,253)
#BEC5E6
(190,197,230)
#ABB2CF
(171,178,207)
#989FB8
(152,159,184)
#858CA1
(133,140,161)
#72798A
(114,121,138)
#5F6673
(95,102,115)
#4C535C
(76,83,92)
#394045
(57,64,69)
#262D2E
(38,45,46)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #D1D8FD

#D1D8FD
(209,216,253)
#D5DBFD
(213,219,253)
#D9DEFD
(217,222,253)
#DDE1FD
(221,225,253)
#E1E4FD
(225,228,253)
#E5E7FD
(229,231,253)
#E9EAFD
(233,234,253)
#EDEDFD
(237,237,253)
#F1F0FD
(241,240,253)
#F5F3FD
(245,243,253)
#F9F6FD
(249,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D8FD color. Also use rgb(209,216,253) instead hex code.

Text Font Color

.myTextColor { color: #D1D8FD; }

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

This text font color is #D1D8FD.

Background Color

.myBgColor { background-color: #D1D8FD; }

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

This div background color is #D1D8FD.

Border color

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

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

This div border color is #D1D8FD.

Opacity

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

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

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

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

This text has shadow with #D1D8FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1D8FD.

Preview

Color preview on black background

This text has color #D1D8FD on black background.


Color preview on white background

This text has color #D1D8FD on white background.


Black color preview on #D1D8FD background

This text has black color on #D1D8FD background.


White color preview on #D1D8FD background

This text has white color on #D1D8FD background.


Related colors

Complementary color

Complementary color for #hex is #2E2702.


I love getcolorcode.com

Triadic colors

1 #FDD1D8 and #D8FDD1 with #D1D8FD are triadic colors.

2 #FDD8D1 and #D8D1FD with #D1D8FD are triadic colors.