COLOR #D1DDF4

HEX: #D1DDF4
RGB: (209,221,244)

Color info

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

RGB color model

#D1DDF4 color RGB value is (209,221,244).

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

RGB channels and saturation

R 209 of 255 = 82%
G 221 of 255 = 87%
B 244 of 255 = 96%

209
221
244

R + G + B ~ 88%. #D1DDF4 is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 221 + 244 = 674 (100%)
R 209 of 674 ~ 31.01%
G 221 of 674 ~ 32.79%
B 244 of 674 ~ 36.2%

%31.01
%32.79
%36.2

CMYK color model

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

  • cyan value is 14.34%
  • 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

%14.34
%9.43
%0
%4.31

Codes

Color #D1DDF4 in popluar color models

D1DDF4
RGB209221244
HSL219°61.40%88.82%
HSB/HSV219°14.34%95.69%
CMYK14.34%9.43%0.00%
4.31%

Color #D1DDF4 in popluar number systems.

HEXD1DDF4
Decimal209221244
Binary110100011101110111110100
Octal321335364

Shades and tints

Shades of #D1DDF4

#D1DDF4
(209,221,244)
#BEC9DE
(190,201,222)
#ABB5C8
(171,181,200)
#98A1B2
(152,161,178)
#858D9C
(133,141,156)
#727986
(114,121,134)
#5F6570
(95,101,112)
#4C515A
(76,81,90)
#393D44
(57,61,68)
#26292E
(38,41,46)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #D1DDF4

#D1DDF4
(209,221,244)
#D5E0F5
(213,224,245)
#D9E3F6
(217,227,246)
#DDE6F7
(221,230,247)
#E1E9F8
(225,233,248)
#E5ECF9
(229,236,249)
#E9EFFA
(233,239,250)
#EDF2FB
(237,242,251)
#F1F5FC
(241,245,252)
#F5F8FD
(245,248,253)
#F9FBFE
(249,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DDF4; }

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

This text font color is #D1DDF4.


Background Color

.myBgColor { background-color: #D1DDF4; }

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

This div background color is #D1DDF4.


Border color

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

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

This div border color is #D1DDF4.


Opacity

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

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

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

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

This text has shadow with #D1DDF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DDF4 on black background.


Color preview on white background

This text has color #D1DDF4 on white background.



Black color preview on #D1DDF4 background

This text has black color on #D1DDF4 background.


White color preview on #D1DDF4 background

This text has white color on #D1DDF4 background.