COLOR #D3DCFB

HEX: #D3DCFB RGB: (211,220,251)

Color info

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

RGB color model

#D3DCFB color RGB value is (211,220,251).

RGB: (211,220,251) (83%, 86%, 98%)

RGB channels and saturation

R 211 of 255 = 83%
G 220 of 255 = 86%
B 251 of 255 = 98%

211
220
251

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

Portions of RGB colors in percentages

R + G + B = 211 + 220 + 251 = 682 (100%)
R 211 of 682 ~ 30.94%
G 220 of 682 ~ 32.26%
B 251 of 682 ~ 36.8'%

%30.94
%32.26
%36.8

CMYK color model

#D3DCFB color CMYK value is (16,12,0,2).

  • cyan value is 15.94%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (16,12,0,2)
C16M12Y0K2 (16%, 12%, 0%, 2%)
(0.16 / 0.12 / 0.00 / 0.02)

CMYK percentages

%15.94
%12.35
%0
%1.57

Codes

Color #D3DCFB in popluar color models

D3 DC FB
RGB 211 220 251
HSL 227° 83.33% 90.59%
HSB/HSV 227° 15.94% 98.43%
CMYK 15.94% 12.35% 0.00%
1.57%

Color #D3DCFB in popluar number systems.

HEX D3 DC FB
Decimal 211 220 251
Binary 11010011 11011100 11111011
Octal 323 334 373

Shades and tints

Shades of #D3DCFB

#D3DCFB
(211,220,251)
#C0C8E5
(192,200,229)
#ADB4CF
(173,180,207)
#9AA0B9
(154,160,185)
#878CA3
(135,140,163)
#74788D
(116,120,141)
#616477
(97,100,119)
#4E5061
(78,80,97)
#3B3C4B
(59,60,75)
#282835
(40,40,53)
#15141F
(21,20,31)
#000000
(0,0,0)

Tints of #D3DCFB

#D3DCFB
(211,220,251)
#D7DFFB
(215,223,251)
#DBE2FB
(219,226,251)
#DFE5FB
(223,229,251)
#E3E8FB
(227,232,251)
#E7EBFB
(231,235,251)
#EBEEFB
(235,238,251)
#EFF1FB
(239,241,251)
#F3F4FB
(243,244,251)
#F7F7FB
(247,247,251)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3DCFB color. Also use rgb(211,220,251) instead hex code.

Text Font Color

.myTextColor { color: #D3DCFB; }

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

This text font color is #D3DCFB.

Background Color

.myBgColor { background-color: #D3DCFB; }

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

This div background color is #D3DCFB.

Border color

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

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

This div border color is #D3DCFB.

Opacity

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

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

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

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

This text has shadow with #D3DCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3DCFB.

Preview

Color preview on black background

This text has color #D3DCFB on black background.


Color preview on white background

This text has color #D3DCFB on white background.


Black color preview on #D3DCFB background

This text has black color on #D3DCFB background.


White color preview on #D3DCFB background

This text has white color on #D3DCFB background.


Related colors

Complementary color

Complementary color for #hex is #2C2304.


I love getcolorcode.com

Triadic colors

1 #FBD3DC and #DCFBD3 with #D3DCFB are triadic colors.

2 #FBDCD3 and #DCD3FB with #D3DCFB are triadic colors.