COLOR #D7DDEA

HEX: #D7DDEA RGB: (215,221,234)

Color info

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

RGB color model

#D7DDEA color RGB value is (215,221,234).

RGB: (215,221,234) (84%, 87%, 92%)

RGB channels and saturation

R 215 of 255 = 84%
G 221 of 255 = 87%
B 234 of 255 = 92%

215
221
234

R + G + B ~ 88%. #D7DDEA is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 221 + 234 = 670 (100%)
R 215 of 670 ~ 32.09%
G 221 of 670 ~ 32.99%
B 234 of 670 ~ 34.93'%

%32.09
%32.99
%34.93

CMYK color model

#D7DDEA color CMYK value is (8,6,0,8).

  • cyan value is 8.12%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (8,6,0,8) C8M6Y0K8 (8%,6%,0%,8%) (0.08/0.06/0.00/0.08) 

CMYK percentages

%8.12
%5.56
%0
%8.24

Codes

Color #D7DDEA in popluar color models

D7 DD EA
RGB 215 221 234
HSL 221° 31.15% 88.04%
HSB/HSV 221° 8.12% 91.76%
CMYK 8.12% 5.56% 0.00%
8.24%

Color #D7DDEA in popluar number systems.

HEX D7 DD EA
Decimal 215 221 234
Binary 11010111 11011101 11101010
Octal 327 335 352

Shades and tints

Shades of #D7DDEA

#D7DDEA
(215,221,234)
#C4C9D5
(196,201,213)
#B1B5C0
(177,181,192)
#9EA1AB
(158,161,171)
#8B8D96
(139,141,150)
#787981
(120,121,129)
#65656C
(101,101,108)
#525157
(82,81,87)
#3F3D42
(63,61,66)
#2C292D
(44,41,45)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #D7DDEA

#D7DDEA
(215,221,234)
#DAE0EB
(218,224,235)
#DDE3EC
(221,227,236)
#E0E6ED
(224,230,237)
#E3E9EE
(227,233,238)
#E6ECEF
(230,236,239)
#E9EFF0
(233,239,240)
#ECF2F1
(236,242,241)
#EFF5F2
(239,245,242)
#F2F8F3
(242,248,243)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DDEA color. Also use rgb(215,221,234) instead hex code.

Text Font Color

.myTextColor { color: #D7DDEA; }

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

This text font color is #D7DDEA.

Background Color

.myBgColor { background-color: #D7DDEA; }

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

This div background color is #D7DDEA.

Border color

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

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

This div border color is #D7DDEA.

Opacity

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

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

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

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

This text has shadow with #D7DDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DDEA.

Preview

Color preview on black background

This text has color #D7DDEA on black background.


Color preview on white background

This text has color #D7DDEA on white background.


Black color preview on #D7DDEA background

This text has black color on #D7DDEA background.


White color preview on #D7DDEA background

This text has white color on #D7DDEA background.


Related colors

Complementary color

Complementary color for #hex is #282215.


I love getcolorcode.com

Triadic colors

1 #EAD7DD and #DDEAD7 with #D7DDEA are triadic colors.

2 #EADDD7 and #DDD7EA with #D7DDEA are triadic colors.