COLOR #D4D7EE

HEX: #D4D7EE RGB: (212,215,238)

Color info

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

RGB color model

#D4D7EE color RGB value is (212,215,238).

RGB: (212,215,238) (83%, 84%, 93%)

RGB channels and saturation

R 212 of 255 = 83%
G 215 of 255 = 84%
B 238 of 255 = 93%

212
215
238

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

Portions of RGB colors in percentages

R + G + B = 212 + 215 + 238 = 665 (100%)
R 212 of 665 ~ 31.88%
G 215 of 665 ~ 32.33%
B 238 of 665 ~ 35.79'%

%31.88
%32.33
%35.79

CMYK color model

#D4D7EE color CMYK value is (11,10,0,7).

  • cyan value is 10.92%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (11,10,0,7) C11M10Y0K7 (11%,10%,0%,7%) (0.11/0.10/0.00/0.07) 

CMYK percentages

%10.92
%9.66
%0
%6.67

Codes

Color #D4D7EE in popluar color models

D4 D7 EE
RGB 212 215 238
HSL 233° 43.33% 88.24%
HSB/HSV 233° 10.92% 93.33%
CMYK 10.92% 9.66% 0.00%
6.67%

Color #D4D7EE in popluar number systems.

HEX D4 D7 EE
Decimal 212 215 238
Binary 11010100 11010111 11101110
Octal 324 327 356

Shades and tints

Shades of #D4D7EE

#D4D7EE
(212,215,238)
#C1C4D9
(193,196,217)
#AEB1C4
(174,177,196)
#9B9EAF
(155,158,175)
#888B9A
(136,139,154)
#757885
(117,120,133)
#626570
(98,101,112)
#4F525B
(79,82,91)
#3C3F46
(60,63,70)
#292C31
(41,44,49)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #D4D7EE

#D4D7EE
(212,215,238)
#D7DAEF
(215,218,239)
#DADDF0
(218,221,240)
#DDE0F1
(221,224,241)
#E0E3F2
(224,227,242)
#E3E6F3
(227,230,243)
#E6E9F4
(230,233,244)
#E9ECF5
(233,236,245)
#ECEFF6
(236,239,246)
#EFF2F7
(239,242,247)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D7EE; }

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

This text font color is #D4D7EE.

Background Color

.myBgColor { background-color: #D4D7EE; }

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

This div background color is #D4D7EE.

Border color

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

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

This div border color is #D4D7EE.

Opacity

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

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

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

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

This text has shadow with #D4D7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D7EE.

Preview

Color preview on black background

This text has color #D4D7EE on black background.


Color preview on white background

This text has color #D4D7EE on white background.


Black color preview on #D4D7EE background

This text has black color on #D4D7EE background.


White color preview on #D4D7EE background

This text has white color on #D4D7EE background.


Related colors

Complementary color

Complementary color for #hex is #2B2811.


I love getcolorcode.com

Triadic colors

1 #EED4D7 and #D7EED4 with #D4D7EE are triadic colors.

2 #EED7D4 and #D7D4EE with #D4D7EE are triadic colors.