COLOR #D5DDEA

HEX: #D5DDEA RGB: (213,221,234)

Color info

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

RGB color model

#D5DDEA color RGB value is (213,221,234).

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

RGB channels and saturation

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

213
221
234

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

Portions of RGB colors in percentages

R + G + B = 213 + 221 + 234 = 668 (100%)
R 213 of 668 ~ 31.89%
G 221 of 668 ~ 33.08%
B 234 of 668 ~ 35.03'%

%31.89
%33.08
%35.03

CMYK color model

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

  • cyan value is 8.97%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (9,6,0,8)
C9M6Y0K8 (9%, 6%, 0%, 8%)
(0.09 / 0.06 / 0.00 / 0.08)

CMYK percentages

%8.97
%5.56
%0
%8.24

Codes

Color #D5DDEA in popluar color models

D5 DD EA
RGB 213 221 234
HSL 217° 33.33% 87.65%
HSB/HSV 217° 8.97% 91.76%
CMYK 8.97% 5.56% 0.00%
8.24%

Color #D5DDEA in popluar number systems.

HEX D5 DD EA
Decimal 213 221 234
Binary 11010101 11011101 11101010
Octal 325 335 352

Shades and tints

Shades of #D5DDEA

#D5DDEA
(213,221,234)
#C2C9D5
(194,201,213)
#AFB5C0
(175,181,192)
#9CA1AB
(156,161,171)
#898D96
(137,141,150)
#767981
(118,121,129)
#63656C
(99,101,108)
#505157
(80,81,87)
#3D3D42
(61,61,66)
#2A292D
(42,41,45)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #D5DDEA

#D5DDEA
(213,221,234)
#D8E0EB
(216,224,235)
#DBE3EC
(219,227,236)
#DEE6ED
(222,230,237)
#E1E9EE
(225,233,238)
#E4ECEF
(228,236,239)
#E7EFF0
(231,239,240)
#EAF2F1
(234,242,241)
#EDF5F2
(237,245,242)
#F0F8F3
(240,248,243)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DDEA; }

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

This text font color is #D5DDEA.

Background Color

.myBgColor { background-color: #D5DDEA; }

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

This div background color is #D5DDEA.

Border color

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

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

This div border color is #D5DDEA.

Opacity

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

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

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

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

This text has shadow with #D5DDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DDEA.

Preview

Color preview on black background

This text has color #D5DDEA on black background.


Color preview on white background

This text has color #D5DDEA on white background.


Black color preview on #D5DDEA background

This text has black color on #D5DDEA background.


White color preview on #D5DDEA background

This text has white color on #D5DDEA background.


Related colors

Complementary color

Complementary color for #hex is #2A2215.


I love getcolorcode.com

Triadic colors

1 #EAD5DD and #DDEAD5 with #D5DDEA are triadic colors.

2 #EADDD5 and #DDD5EA with #D5DDEA are triadic colors.