COLOR #D4D8FE

HEX: #D4D8FE RGB: (212,216,254)

Color info

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

RGB color model

#D4D8FE color RGB value is (212,216,254).

RGB: (212,216,254) (83%, 85%, 100%)

RGB channels and saturation

R 212 of 255 = 83%
G 216 of 255 = 85%
B 254 of 255 = 100%

212
216
254

R + G + B ~ 89%. #D4D8FE is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 216 + 254 = 682 (100%)
R 212 of 682 ~ 31.09%
G 216 of 682 ~ 31.67%
B 254 of 682 ~ 37.24'%

%31.09
%31.67
%37.24

CMYK color model

#D4D8FE color CMYK value is (17,15,0,0).

  • cyan value is 16.54%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (17,15,0,0)
C17M15Y0K0 (17%, 15%, 0%, 0%)
(0.17 / 0.15 / 0.00 / 0.00)

CMYK percentages

%16.54
%14.96
%0
%0.39

Codes

Color #D4D8FE in popluar color models

D4 D8 FE
RGB 212 216 254
HSL 234° 95.45% 91.37%
HSB/HSV 234° 16.54% 99.61%
CMYK 16.54% 14.96% 0.00%
0.39%

Color #D4D8FE in popluar number systems.

HEX D4 D8 FE
Decimal 212 216 254
Binary 11010100 11011000 11111110
Octal 324 330 376

Shades and tints

Shades of #D4D8FE

#D4D8FE
(212,216,254)
#C1C5E7
(193,197,231)
#AEB2D0
(174,178,208)
#9B9FB9
(155,159,185)
#888CA2
(136,140,162)
#75798B
(117,121,139)
#626674
(98,102,116)
#4F535D
(79,83,93)
#3C4046
(60,64,70)
#292D2F
(41,45,47)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #D4D8FE

#D4D8FE
(212,216,254)
#D7DBFE
(215,219,254)
#DADEFE
(218,222,254)
#DDE1FE
(221,225,254)
#E0E4FE
(224,228,254)
#E3E7FE
(227,231,254)
#E6EAFE
(230,234,254)
#E9EDFE
(233,237,254)
#ECF0FE
(236,240,254)
#EFF3FE
(239,243,254)
#F2F6FE
(242,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D8FE color. Also use rgb(212,216,254) instead hex code.

Text Font Color

.myTextColor { color: #D4D8FE; }

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

This text font color is #D4D8FE.

Background Color

.myBgColor { background-color: #D4D8FE; }

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

This div background color is #D4D8FE.

Border color

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

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

This div border color is #D4D8FE.

Opacity

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

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

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

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

This text has shadow with #D4D8FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D8FE.

Preview

Color preview on black background

This text has color #D4D8FE on black background.


Color preview on white background

This text has color #D4D8FE on white background.


Black color preview on #D4D8FE background

This text has black color on #D4D8FE background.


White color preview on #D4D8FE background

This text has white color on #D4D8FE background.


Related colors

Complementary color

Complementary color for #hex is #2B2701.


I love getcolorcode.com

Triadic colors

1 #FED4D8 and #D8FED4 with #D4D8FE are triadic colors.

2 #FED8D4 and #D8D4FE with #D4D8FE are triadic colors.