COLOR #D3DDF8

HEX: #D3DDF8
RGB: (211,221,248)

Color info

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

RGB color model

#D3DDF8 color RGB value is (211,221,248).

  • red value is 211;
  • green value is 221;
  • blue value is 248.
RGB:
(211,221,248)
(83%,87%,97%)

RGB channels and saturation

R 211 of 255 = 83%
G 221 of 255 = 87%
B 248 of 255 = 97%

211
221
248

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

Portions of RGB colors in percentages

R + G + B =
211 + 221 + 248 = 680 (100%)
R 211 of 680 ~ 31.03%
G 221 of 680 ~ 32.5%
B 248 of 680 ~ 36.47%

%31.03
%32.5
%36.47

CMYK color model

#D3DDF8 color CMYK value is (15,11,0,3).

  • cyan value is 14.92%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(15,11,0,3)
C15M11Y0K3 
(15%,11%,0%,3%)
(0.15/0.11/0.00/0.03)	

CMYK percentages

%14.92
%10.89
%0
%2.75

Codes

Color #D3DDF8 in popluar color models

D3DDF8
RGB211221248
HSL224°72.55%90.00%
HSB/HSV224°14.92%97.25%
CMYK14.92%10.89%0.00%
2.75%

Color #D3DDF8 in popluar number systems.

HEXD3DDF8
Decimal211221248
Binary110100111101110111111000
Octal323335370

Shades and tints

Shades of #D3DDF8

#D3DDF8
(211,221,248)
#C0C9E2
(192,201,226)
#ADB5CC
(173,181,204)
#9AA1B6
(154,161,182)
#878DA0
(135,141,160)
#74798A
(116,121,138)
#616574
(97,101,116)
#4E515E
(78,81,94)
#3B3D48
(59,61,72)
#282932
(40,41,50)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #D3DDF8

#D3DDF8
(211,221,248)
#D7E0F8
(215,224,248)
#DBE3F8
(219,227,248)
#DFE6F8
(223,230,248)
#E3E9F8
(227,233,248)
#E7ECF8
(231,236,248)
#EBEFF8
(235,239,248)
#EFF2F8
(239,242,248)
#F3F5F8
(243,245,248)
#F7F8F8
(247,248,248)
#FBFBF8
(251,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3DDF8 color. Also use rgb(211,221,248) instead hex code.

Text Font Color

.myTextColor { color: #D3DDF8; }

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

This text font color is #D3DDF8.


Background Color

.myBgColor { background-color: #D3DDF8; }

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

This div background color is #D3DDF8.


Border color

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

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

This div border color is #D3DDF8.


Opacity

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

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

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

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

This text has shadow with #D3DDF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DDF8 on black background.


Color preview on white background

This text has color #D3DDF8 on white background.



Black color preview on #D3DDF8 background

This text has black color on #D3DDF8 background.


White color preview on #D3DDF8 background

This text has white color on #D3DDF8 background.