COLOR #D4D8EE

HEX: #D4D8EE RGB: (212,216,238)

Color info

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

RGB color model

#D4D8EE color RGB value is (212,216,238).

RGB: (212,216,238) (83%, 85%, 93%)

RGB channels and saturation

R 212 of 255 = 83%
G 216 of 255 = 85%
B 238 of 255 = 93%

212
216
238

R + G + B ~ 87%. #D4D8EE is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 216 + 238 = 666 (100%)
R 212 of 666 ~ 31.83%
G 216 of 666 ~ 32.43%
B 238 of 666 ~ 35.74'%

%31.83
%32.43
%35.74

CMYK color model

#D4D8EE color CMYK value is (11,9,0,7).

  • cyan value is 10.92%
  • magenta value is 9.24%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (11,9,0,7)
C11M9Y0K7 (11%, 9%, 0%, 7%)
(0.11 / 0.09 / 0.00 / 0.07)

CMYK percentages

%10.92
%9.24
%0
%6.67

Codes

Color #D4D8EE in popluar color models

D4 D8 EE
RGB 212 216 238
HSL 231° 43.33% 88.24%
HSB/HSV 231° 10.92% 93.33%
CMYK 10.92% 9.24% 0.00%
6.67%

Color #D4D8EE in popluar number systems.

HEX D4 D8 EE
Decimal 212 216 238
Binary 11010100 11011000 11101110
Octal 324 330 356

Shades and tints

Shades of #D4D8EE

#D4D8EE
(212,216,238)
#C1C5D9
(193,197,217)
#AEB2C4
(174,178,196)
#9B9FAF
(155,159,175)
#888C9A
(136,140,154)
#757985
(117,121,133)
#626670
(98,102,112)
#4F535B
(79,83,91)
#3C4046
(60,64,70)
#292D31
(41,45,49)
#161A1C
(22,26,28)
#000000
(0,0,0)

Tints of #D4D8EE

#D4D8EE
(212,216,238)
#D7DBEF
(215,219,239)
#DADEF0
(218,222,240)
#DDE1F1
(221,225,241)
#E0E4F2
(224,228,242)
#E3E7F3
(227,231,243)
#E6EAF4
(230,234,244)
#E9EDF5
(233,237,245)
#ECF0F6
(236,240,246)
#EFF3F7
(239,243,247)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D8EE; }

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

This text font color is #D4D8EE.

Background Color

.myBgColor { background-color: #D4D8EE; }

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

This div background color is #D4D8EE.

Border color

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

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

This div border color is #D4D8EE.

Opacity

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

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

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

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

This text has shadow with #D4D8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D8EE.

Preview

Color preview on black background

This text has color #D4D8EE on black background.


Color preview on white background

This text has color #D4D8EE on white background.


Black color preview on #D4D8EE background

This text has black color on #D4D8EE background.


White color preview on #D4D8EE background

This text has white color on #D4D8EE background.


Related colors

Complementary color

Complementary color for #hex is #2B2711.


I love getcolorcode.com

Triadic colors

1 #EED4D8 and #D8EED4 with #D4D8EE are triadic colors.

2 #EED8D4 and #D8D4EE with #D4D8EE are triadic colors.