COLOR #D8DFFD

HEX: #D8DFFD RGB: (216,223,253)

Color info

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

RGB color model

#D8DFFD color RGB value is (216,223,253).

RGB: (216,223,253) (85%, 87%, 99%)

RGB channels and saturation

R 216 of 255 = 85%
G 223 of 255 = 87%
B 253 of 255 = 99%

216
223
253

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

Portions of RGB colors in percentages

R + G + B = 216 + 223 + 253 = 692 (100%)
R 216 of 692 ~ 31.21%
G 223 of 692 ~ 32.23%
B 253 of 692 ~ 36.56'%

%31.21
%32.23
%36.56

CMYK color model

#D8DFFD color CMYK value is (15,12,0,1).

  • cyan value is 14.62%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (15,12,0,1)
C15M12Y0K1 (15%, 12%, 0%, 1%)
(0.15 / 0.12 / 0.00 / 0.01)

CMYK percentages

%14.62
%11.86
%0
%0.78

Codes

Color #D8DFFD in popluar color models

D8 DF FD
RGB 216 223 253
HSL 229° 90.24% 91.96%
HSB/HSV 229° 14.62% 99.22%
CMYK 14.62% 11.86% 0.00%
0.78%

Color #D8DFFD in popluar number systems.

HEX D8 DF FD
Decimal 216 223 253
Binary 11011000 11011111 11111101
Octal 330 337 375

Shades and tints

Shades of #D8DFFD

#D8DFFD
(216,223,253)
#C5CBE6
(197,203,230)
#B2B7CF
(178,183,207)
#9FA3B8
(159,163,184)
#8C8FA1
(140,143,161)
#797B8A
(121,123,138)
#666773
(102,103,115)
#53535C
(83,83,92)
#403F45
(64,63,69)
#2D2B2E
(45,43,46)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #D8DFFD

#D8DFFD
(216,223,253)
#DBE1FD
(219,225,253)
#DEE3FD
(222,227,253)
#E1E5FD
(225,229,253)
#E4E7FD
(228,231,253)
#E7E9FD
(231,233,253)
#EAEBFD
(234,235,253)
#EDEDFD
(237,237,253)
#F0EFFD
(240,239,253)
#F3F1FD
(243,241,253)
#F6F3FD
(246,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DFFD color. Also use rgb(216,223,253) instead hex code.

Text Font Color

.myTextColor { color: #D8DFFD; }

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

This text font color is #D8DFFD.

Background Color

.myBgColor { background-color: #D8DFFD; }

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

This div background color is #D8DFFD.

Border color

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

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

This div border color is #D8DFFD.

Opacity

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

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

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

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

This text has shadow with #D8DFFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DFFD.

Preview

Color preview on black background

This text has color #D8DFFD on black background.


Color preview on white background

This text has color #D8DFFD on white background.


Black color preview on #D8DFFD background

This text has black color on #D8DFFD background.


White color preview on #D8DFFD background

This text has white color on #D8DFFD background.


Related colors

Complementary color

Complementary color for #hex is #272002.


I love getcolorcode.com

Triadic colors

1 #FDD8DF and #DFFDD8 with #D8DFFD are triadic colors.

2 #FDDFD8 and #DFD8FD with #D8DFFD are triadic colors.