COLOR #D5D1EC

HEX: #D5D1EC RGB: (213,209,236)

Color info

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

RGB color model

#D5D1EC color RGB value is (213,209,236).

RGB: (213,209,236) (84%, 82%, 93%)

RGB channels and saturation

R 213 of 255 = 84%
G 209 of 255 = 82%
B 236 of 255 = 93%

213
209
236

R + G + B ~ 86%. #D5D1EC is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 209 + 236 = 658 (100%)
R 213 of 658 ~ 32.37%
G 209 of 658 ~ 31.76%
B 236 of 658 ~ 35.87'%

%32.37
%31.76
%35.87

CMYK color model

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

  • cyan value is 9.75%
  • magenta value is 11.44%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (10,11,0,7)
C10M11Y0K7 (10%, 11%, 0%, 7%)
(0.10 / 0.11 / 0.00 / 0.07)

CMYK percentages

%9.75
%11.44
%0
%7.45

Codes

Color #D5D1EC in popluar color models

D5 D1 EC
RGB 213 209 236
HSL 249° 41.54% 87.25%
HSB/HSV 249° 11.44% 92.55%
CMYK 9.75% 11.44% 0.00%
7.45%

Color #D5D1EC in popluar number systems.

HEX D5 D1 EC
Decimal 213 209 236
Binary 11010101 11010001 11101100
Octal 325 321 354

Shades and tints

Shades of #D5D1EC

#D5D1EC
(213,209,236)
#C2BED7
(194,190,215)
#AFABC2
(175,171,194)
#9C98AD
(156,152,173)
#898598
(137,133,152)
#767283
(118,114,131)
#635F6E
(99,95,110)
#504C59
(80,76,89)
#3D3944
(61,57,68)
#2A262F
(42,38,47)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #D5D1EC

#D5D1EC
(213,209,236)
#D8D5ED
(216,213,237)
#DBD9EE
(219,217,238)
#DEDDEF
(222,221,239)
#E1E1F0
(225,225,240)
#E4E5F1
(228,229,241)
#E7E9F2
(231,233,242)
#EAEDF3
(234,237,243)
#EDF1F4
(237,241,244)
#F0F5F5
(240,245,245)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D1EC color. Also use rgb(213,209,236) instead hex code.

Text Font Color

.myTextColor { color: #D5D1EC; }

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

This text font color is #D5D1EC.

Background Color

.myBgColor { background-color: #D5D1EC; }

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

This div background color is #D5D1EC.

Border color

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

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

This div border color is #D5D1EC.

Opacity

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

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

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

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

This text has shadow with #D5D1EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5D1EC.

Preview

Color preview on black background

This text has color #D5D1EC on black background.


Color preview on white background

This text has color #D5D1EC on white background.


Black color preview on #D5D1EC background

This text has black color on #D5D1EC background.


White color preview on #D5D1EC background

This text has white color on #D5D1EC background.


Related colors

Complementary color

Complementary color for #hex is #2A2E13.


I love getcolorcode.com

Triadic colors

1 #ECD5D1 and #D1ECD5 with #D5D1EC are triadic colors.

2 #ECD1D5 and #D1D5EC with #D5D1EC are triadic colors.