COLOR #D8E4FD

HEX: #D8E4FD RGB: (216,228,253)

Color info

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

RGB color model

#D8E4FD color RGB value is (216,228,253).

RGB: (216,228,253) (85%, 89%, 99%)

RGB channels and saturation

R 216 of 255 = 85%
G 228 of 255 = 89%
B 253 of 255 = 99%

216
228
253

R + G + B ~ 91%. #D8E4FD is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 228 + 253 = 697 (100%)
R 216 of 697 ~ 30.99%
G 228 of 697 ~ 32.71%
B 253 of 697 ~ 36.3'%

%30.99
%32.71
%36.3

CMYK color model

#D8E4FD color CMYK value is (15,10,0,1).

  • cyan value is 14.62%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (15,10,0,1) C15M10Y0K1 (15%,10%,0%,1%) (0.15/0.10/0.00/0.01) 

CMYK percentages

%14.62
%9.88
%0
%0.78

Codes

Color #D8E4FD in popluar color models

D8 E4 FD
RGB 216 228 253
HSL 221° 90.24% 91.96%
HSB/HSV 221° 14.62% 99.22%
CMYK 14.62% 9.88% 0.00%
0.78%

Color #D8E4FD in popluar number systems.

HEX D8 E4 FD
Decimal 216 228 253
Binary 11011000 11100100 11111101
Octal 330 344 375

Shades and tints

Shades of #D8E4FD

#D8E4FD
(216,228,253)
#C5D0E6
(197,208,230)
#B2BCCF
(178,188,207)
#9FA8B8
(159,168,184)
#8C94A1
(140,148,161)
#79808A
(121,128,138)
#666C73
(102,108,115)
#53585C
(83,88,92)
#404445
(64,68,69)
#2D302E
(45,48,46)
#1A1C17
(26,28,23)
#000000
(0,0,0)

Tints of #D8E4FD

#D8E4FD
(216,228,253)
#DBE6FD
(219,230,253)
#DEE8FD
(222,232,253)
#E1EAFD
(225,234,253)
#E4ECFD
(228,236,253)
#E7EEFD
(231,238,253)
#EAF0FD
(234,240,253)
#EDF2FD
(237,242,253)
#F0F4FD
(240,244,253)
#F3F6FD
(243,246,253)
#F6F8FD
(246,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E4FD; }

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

This text font color is #D8E4FD.

Background Color

.myBgColor { background-color: #D8E4FD; }

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

This div background color is #D8E4FD.

Border color

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

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

This div border color is #D8E4FD.

Opacity

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

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

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

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

This text has shadow with #D8E4FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E4FD.

Preview

Color preview on black background

This text has color #D8E4FD on black background.


Color preview on white background

This text has color #D8E4FD on white background.


Black color preview on #D8E4FD background

This text has black color on #D8E4FD background.


White color preview on #D8E4FD background

This text has white color on #D8E4FD background.


Related colors

Complementary color

Complementary color for #hex is #271B02.


I love getcolorcode.com

Triadic colors

1 #FDD8E4 and #E4FDD8 with #D8E4FD are triadic colors.

2 #FDE4D8 and #E4D8FD with #D8E4FD are triadic colors.