COLOR #D3DDF4

HEX: #D3DDF4
RGB: (211,221,244)

Color info

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

RGB color model

#D3DDF4 color RGB value is (211,221,244).

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

RGB channels and saturation

R 211 of 255 = 83%
G 221 of 255 = 87%
B 244 of 255 = 96%

211
221
244

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

Portions of RGB colors in percentages

R + G + B =
211 + 221 + 244 = 676 (100%)
R 211 of 676 ~ 31.21%
G 221 of 676 ~ 32.69%
B 244 of 676 ~ 36.09%

%31.21
%32.69
%36.09

CMYK color model

#D3DDF4 color CMYK value is (14,9,0,4).

  • cyan value is 13.52%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(14,9,0,4)
C14M9Y0K4 
(14%,9%,0%,4%)
(0.14/0.09/0.00/0.04)	

CMYK percentages

%13.52
%9.43
%0
%4.31

Codes

Color #D3DDF4 in popluar color models

D3DDF4
RGB211221244
HSL222°60.00%89.22%
HSB/HSV222°13.52%95.69%
CMYK13.52%9.43%0.00%
4.31%

Color #D3DDF4 in popluar number systems.

HEXD3DDF4
Decimal211221244
Binary110100111101110111110100
Octal323335364

Shades and tints

Shades of #D3DDF4

#D3DDF4
(211,221,244)
#C0C9DE
(192,201,222)
#ADB5C8
(173,181,200)
#9AA1B2
(154,161,178)
#878D9C
(135,141,156)
#747986
(116,121,134)
#616570
(97,101,112)
#4E515A
(78,81,90)
#3B3D44
(59,61,68)
#28292E
(40,41,46)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #D3DDF4

#D3DDF4
(211,221,244)
#D7E0F5
(215,224,245)
#DBE3F6
(219,227,246)
#DFE6F7
(223,230,247)
#E3E9F8
(227,233,248)
#E7ECF9
(231,236,249)
#EBEFFA
(235,239,250)
#EFF2FB
(239,242,251)
#F3F5FC
(243,245,252)
#F7F8FD
(247,248,253)
#FBFBFE
(251,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DDF4; }

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

This text font color is #D3DDF4.


Background Color

.myBgColor { background-color: #D3DDF4; }

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

This div background color is #D3DDF4.


Border color

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

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

This div border color is #D3DDF4.


Opacity

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

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

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

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

This text has shadow with #D3DDF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DDF4 on black background.


Color preview on white background

This text has color #D3DDF4 on white background.



Black color preview on #D3DDF4 background

This text has black color on #D3DDF4 background.


White color preview on #D3DDF4 background

This text has white color on #D3DDF4 background.