COLOR #D3D6FD

HEX: #D3D6FD RGB: (211,214,253)

Color info

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

RGB color model

#D3D6FD color RGB value is (211,214,253).

RGB: (211,214,253) (83%, 84%, 99%)

RGB channels and saturation

R 211 of 255 = 83%
G 214 of 255 = 84%
B 253 of 255 = 99%

211
214
253

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

Portions of RGB colors in percentages

R + G + B = 211 + 214 + 253 = 678 (100%)
R 211 of 678 ~ 31.12%
G 214 of 678 ~ 31.56%
B 253 of 678 ~ 37.32'%

%31.12
%31.56
%37.32

CMYK color model

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

  • cyan value is 16.60%
  • magenta value is 15.42%
  • 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

%16.6
%15.42
%0
%0.78

Codes

Color #D3D6FD in popluar color models

D3 D6 FD
RGB 211 214 253
HSL 236° 91.30% 90.98%
HSB/HSV 236° 16.60% 99.22%
CMYK 16.60% 15.42% 0.00%
0.78%

Color #D3D6FD in popluar number systems.

HEX D3 D6 FD
Decimal 211 214 253
Binary 11010011 11010110 11111101
Octal 323 326 375

Shades and tints

Shades of #D3D6FD

#D3D6FD
(211,214,253)
#C0C3E6
(192,195,230)
#ADB0CF
(173,176,207)
#9A9DB8
(154,157,184)
#878AA1
(135,138,161)
#74778A
(116,119,138)
#616473
(97,100,115)
#4E515C
(78,81,92)
#3B3E45
(59,62,69)
#282B2E
(40,43,46)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #D3D6FD

#D3D6FD
(211,214,253)
#D7D9FD
(215,217,253)
#DBDCFD
(219,220,253)
#DFDFFD
(223,223,253)
#E3E2FD
(227,226,253)
#E7E5FD
(231,229,253)
#EBE8FD
(235,232,253)
#EFEBFD
(239,235,253)
#F3EEFD
(243,238,253)
#F7F1FD
(247,241,253)
#FBF4FD
(251,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3D6FD color. Also use rgb(211,214,253) instead hex code.

Text Font Color

.myTextColor { color: #D3D6FD; }

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

This text font color is #D3D6FD.

Background Color

.myBgColor { background-color: #D3D6FD; }

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

This div background color is #D3D6FD.

Border color

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

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

This div border color is #D3D6FD.

Opacity

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

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

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

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

This text has shadow with #D3D6FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3D6FD.

Preview

Color preview on black background

This text has color #D3D6FD on black background.


Color preview on white background

This text has color #D3D6FD on white background.


Black color preview on #D3D6FD background

This text has black color on #D3D6FD background.


White color preview on #D3D6FD background

This text has white color on #D3D6FD background.


Related colors

Complementary color

Complementary color for #hex is #2C2902.


I love getcolorcode.com

Triadic colors

1 #FDD3D6 and #D6FDD3 with #D3D6FD are triadic colors.

2 #FDD6D3 and #D6D3FD with #D3D6FD are triadic colors.