COLOR #D8DDF8

HEX: #D8DDF8 RGB: (216,221,248)

Color info

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

RGB color model

#D8DDF8 color RGB value is (216,221,248).

RGB: (216,221,248) (85%, 87%, 97%)

RGB channels and saturation

R 216 of 255 = 85%
G 221 of 255 = 87%
B 248 of 255 = 97%

216
221
248

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

Portions of RGB colors in percentages

R + G + B = 216 + 221 + 248 = 685 (100%)
R 216 of 685 ~ 31.53%
G 221 of 685 ~ 32.26%
B 248 of 685 ~ 36.2'%

%31.53
%32.26
%36.2

CMYK color model

#D8DDF8 color CMYK value is (13,11,0,3).

  • cyan value is 12.90%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (13,11,0,3)
C13M11Y0K3 (13%, 11%, 0%, 3%)
(0.13 / 0.11 / 0.00 / 0.03)

CMYK percentages

%12.9
%10.89
%0
%2.75

Codes

Color #D8DDF8 in popluar color models

D8 DD F8
RGB 216 221 248
HSL 231° 69.57% 90.98%
HSB/HSV 231° 12.90% 97.25%
CMYK 12.90% 10.89% 0.00%
2.75%

Color #D8DDF8 in popluar number systems.

HEX D8 DD F8
Decimal 216 221 248
Binary 11011000 11011101 11111000
Octal 330 335 370

Shades and tints

Shades of #D8DDF8

#D8DDF8
(216,221,248)
#C5C9E2
(197,201,226)
#B2B5CC
(178,181,204)
#9FA1B6
(159,161,182)
#8C8DA0
(140,141,160)
#79798A
(121,121,138)
#666574
(102,101,116)
#53515E
(83,81,94)
#403D48
(64,61,72)
#2D2932
(45,41,50)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #D8DDF8

#D8DDF8
(216,221,248)
#DBE0F8
(219,224,248)
#DEE3F8
(222,227,248)
#E1E6F8
(225,230,248)
#E4E9F8
(228,233,248)
#E7ECF8
(231,236,248)
#EAEFF8
(234,239,248)
#EDF2F8
(237,242,248)
#F0F5F8
(240,245,248)
#F3F8F8
(243,248,248)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DDF8; }

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

This text font color is #D8DDF8.

Background Color

.myBgColor { background-color: #D8DDF8; }

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

This div background color is #D8DDF8.

Border color

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

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

This div border color is #D8DDF8.

Opacity

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

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

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

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

This text has shadow with #D8DDF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DDF8.

Preview

Color preview on black background

This text has color #D8DDF8 on black background.


Color preview on white background

This text has color #D8DDF8 on white background.


Black color preview on #D8DDF8 background

This text has black color on #D8DDF8 background.


White color preview on #D8DDF8 background

This text has white color on #D8DDF8 background.


Related colors

Complementary color

Complementary color for #hex is #272207.


I love getcolorcode.com

Triadic colors

1 #F8D8DD and #DDF8D8 with #D8DDF8 are triadic colors.

2 #F8DDD8 and #DDD8F8 with #D8DDF8 are triadic colors.