COLOR #D8DDF9

HEX: #D8DDF9
RGB: (216,221,249)

Color info

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

RGB color model

#D8DDF9 color RGB value is (216,221,249).

  • red value is 216;
  • green value is 221;
  • blue value is 249.
RGB:
(216,221,249)
(85%,87%,98%)

RGB channels and saturation

R 216 of 255 = 85%
G 221 of 255 = 87%
B 249 of 255 = 98%

216
221
249

R + G + B ~ 90%. #D8DDF9 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 221 + 249 = 686 (100%)
R 216 of 686 ~ 31.49%
G 221 of 686 ~ 32.22%
B 249 of 686 ~ 36.3%

%31.49
%32.22
%36.3

CMYK color model

#D8DDF9 color CMYK value is (13,11,0,2).

  • cyan value is 13.25%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(13,11,0,2)
C13M11Y0K2 
(13%,11%,0%,2%)
(0.13/0.11/0.00/0.02)	

CMYK percentages

%13.25
%11.24
%0
%2.35

Codes

Color #D8DDF9 in popluar color models

D8DDF9
RGB216221249
HSL231°73.33%91.18%
HSB/HSV231°13.25%97.65%
CMYK13.25%11.24%0.00%
2.35%

Color #D8DDF9 in popluar number systems.

HEXD8DDF9
Decimal216221249
Binary110110001101110111111001
Octal330335371

Shades and tints

Shades of #D8DDF9

#D8DDF9
(216,221,249)
#C5C9E3
(197,201,227)
#B2B5CD
(178,181,205)
#9FA1B7
(159,161,183)
#8C8DA1
(140,141,161)
#79798B
(121,121,139)
#666575
(102,101,117)
#53515F
(83,81,95)
#403D49
(64,61,73)
#2D2933
(45,41,51)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #D8DDF9

#D8DDF9
(216,221,249)
#DBE0F9
(219,224,249)
#DEE3F9
(222,227,249)
#E1E6F9
(225,230,249)
#E4E9F9
(228,233,249)
#E7ECF9
(231,236,249)
#EAEFF9
(234,239,249)
#EDF2F9
(237,242,249)
#F0F5F9
(240,245,249)
#F3F8F9
(243,248,249)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DDF9 color. Also use rgb(216,221,249) instead hex code.

Text Font Color

.myTextColor { color: #D8DDF9; }

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

This text font color is #D8DDF9.


Background Color

.myBgColor { background-color: #D8DDF9; }

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

This div background color is #D8DDF9.


Border color

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

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

This div border color is #D8DDF9.


Opacity

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

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

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

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

This text has shadow with #D8DDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DDF9 on black background.


Color preview on white background

This text has color #D8DDF9 on white background.



Black color preview on #D8DDF9 background

This text has black color on #D8DDF9 background.


White color preview on #D8DDF9 background

This text has white color on #D8DDF9 background.