COLOR #D9D2EC

HEX: #D9D2EC RGB: (217,210,236)

Color info

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

RGB color model

#D9D2EC color RGB value is (217,210,236).

RGB: (217,210,236) (85%, 82%, 93%)

RGB channels and saturation

R 217 of 255 = 85%
G 210 of 255 = 82%
B 236 of 255 = 93%

217
210
236

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

Portions of RGB colors in percentages

R + G + B = 217 + 210 + 236 = 663 (100%)
R 217 of 663 ~ 32.73%
G 210 of 663 ~ 31.67%
B 236 of 663 ~ 35.6'%

%32.73
%31.67
%35.6

CMYK color model

#D9D2EC color CMYK value is (8,11,0,7).

  • cyan value is 8.05%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (8,11,0,7)
C8M11Y0K7 (8%, 11%, 0%, 7%)
(0.08 / 0.11 / 0.00 / 0.07)

CMYK percentages

%8.05
%11.02
%0
%7.45

Codes

Color #D9D2EC in popluar color models

D9 D2 EC
RGB 217 210 236
HSL 256° 40.63% 87.45%
HSB/HSV 256° 11.02% 92.55%
CMYK 8.05% 11.02% 0.00%
7.45%

Color #D9D2EC in popluar number systems.

HEX D9 D2 EC
Decimal 217 210 236
Binary 11011001 11010010 11101100
Octal 331 322 354

Shades and tints

Shades of #D9D2EC

#D9D2EC
(217,210,236)
#C6BFD7
(198,191,215)
#B3ACC2
(179,172,194)
#A099AD
(160,153,173)
#8D8698
(141,134,152)
#7A7383
(122,115,131)
#67606E
(103,96,110)
#544D59
(84,77,89)
#413A44
(65,58,68)
#2E272F
(46,39,47)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #D9D2EC

#D9D2EC
(217,210,236)
#DCD6ED
(220,214,237)
#DFDAEE
(223,218,238)
#E2DEEF
(226,222,239)
#E5E2F0
(229,226,240)
#E8E6F1
(232,230,241)
#EBEAF2
(235,234,242)
#EEEEF3
(238,238,243)
#F1F2F4
(241,242,244)
#F4F6F5
(244,246,245)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D2EC color. Also use rgb(217,210,236) instead hex code.

Text Font Color

.myTextColor { color: #D9D2EC; }

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

This text font color is #D9D2EC.

Background Color

.myBgColor { background-color: #D9D2EC; }

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

This div background color is #D9D2EC.

Border color

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

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

This div border color is #D9D2EC.

Opacity

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

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

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

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

This text has shadow with #D9D2EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9D2EC.

Preview

Color preview on black background

This text has color #D9D2EC on black background.


Color preview on white background

This text has color #D9D2EC on white background.


Black color preview on #D9D2EC background

This text has black color on #D9D2EC background.


White color preview on #D9D2EC background

This text has white color on #D9D2EC background.


Related colors

Complementary color

Complementary color for #hex is #262D13.


I love getcolorcode.com

Triadic colors

1 #ECD9D2 and #D2ECD9 with #D9D2EC are triadic colors.

2 #ECD2D9 and #D2D9EC with #D9D2EC are triadic colors.