COLOR #D9D0EA

HEX: #D9D0EA RGB: (217,208,234)

Color info

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

RGB color model

#D9D0EA color RGB value is (217,208,234).

RGB: (217,208,234) (85%, 82%, 92%)

RGB channels and saturation

R 217 of 255 = 85%
G 208 of 255 = 82%
B 234 of 255 = 92%

217
208
234

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

Portions of RGB colors in percentages

R + G + B = 217 + 208 + 234 = 659 (100%)
R 217 of 659 ~ 32.93%
G 208 of 659 ~ 31.56%
B 234 of 659 ~ 35.51'%

%32.93
%31.56
%35.51

CMYK color model

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

  • cyan value is 7.26%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 8.24%

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

CMYK percentages

%7.26
%11.11
%0
%8.24

Codes

Color #D9D0EA in popluar color models

D9 D0 EA
RGB 217 208 234
HSL 261° 38.24% 86.67%
HSB/HSV 261° 11.11% 91.76%
CMYK 7.26% 11.11% 0.00%
8.24%

Color #D9D0EA in popluar number systems.

HEX D9 D0 EA
Decimal 217 208 234
Binary 11011001 11010000 11101010
Octal 331 320 352

Shades and tints

Shades of #D9D0EA

#D9D0EA
(217,208,234)
#C6BED5
(198,190,213)
#B3ACC0
(179,172,192)
#A09AAB
(160,154,171)
#8D8896
(141,136,150)
#7A7681
(122,118,129)
#67646C
(103,100,108)
#545257
(84,82,87)
#414042
(65,64,66)
#2E2E2D
(46,46,45)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #D9D0EA

#D9D0EA
(217,208,234)
#DCD4EB
(220,212,235)
#DFD8EC
(223,216,236)
#E2DCED
(226,220,237)
#E5E0EE
(229,224,238)
#E8E4EF
(232,228,239)
#EBE8F0
(235,232,240)
#EEECF1
(238,236,241)
#F1F0F2
(241,240,242)
#F4F4F3
(244,244,243)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D0EA color. Also use rgb(217,208,234) instead hex code.

Text Font Color

.myTextColor { color: #D9D0EA; }

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

This text font color is #D9D0EA.

Background Color

.myBgColor { background-color: #D9D0EA; }

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

This div background color is #D9D0EA.

Border color

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

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

This div border color is #D9D0EA.

Opacity

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

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

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

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

This text has shadow with #D9D0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9D0EA.

Preview

Color preview on black background

This text has color #D9D0EA on black background.


Color preview on white background

This text has color #D9D0EA on white background.


Black color preview on #D9D0EA background

This text has black color on #D9D0EA background.


White color preview on #D9D0EA background

This text has white color on #D9D0EA background.


Related colors

Complementary color

Complementary color for #hex is #262F15.


I love getcolorcode.com

Triadic colors

1 #EAD9D0 and #D0EAD9 with #D9D0EA are triadic colors.

2 #EAD0D9 and #D0D9EA with #D9D0EA are triadic colors.