COLOR #DDD7EF

HEX: #DDD7EF RGB: (221,215,239)

Color info

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

RGB color model

#DDD7EF color RGB value is (221,215,239).

RGB: (221,215,239) (87%, 84%, 94%)

RGB channels and saturation

R 221 of 255 = 87%
G 215 of 255 = 84%
B 239 of 255 = 94%

221
215
239

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

Portions of RGB colors in percentages

R + G + B = 221 + 215 + 239 = 675 (100%)
R 221 of 675 ~ 32.74%
G 215 of 675 ~ 31.85%
B 239 of 675 ~ 35.41'%

%32.74
%31.85
%35.41

CMYK color model

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

  • cyan value is 7.53%
  • magenta value is 10.04%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (8,10,0,6)
C8M10Y0K6 (8%, 10%, 0%, 6%)
(0.08 / 0.10 / 0.00 / 0.06)

CMYK percentages

%7.53
%10.04
%0
%6.27

Codes

Color #DDD7EF in popluar color models

DD D7 EF
RGB 221 215 239
HSL 255° 42.86% 89.02%
HSB/HSV 255° 10.04% 93.73%
CMYK 7.53% 10.04% 0.00%
6.27%

Color #DDD7EF in popluar number systems.

HEX DD D7 EF
Decimal 221 215 239
Binary 11011101 11010111 11101111
Octal 335 327 357

Shades and tints

Shades of #DDD7EF

#DDD7EF
(221,215,239)
#C9C4DA
(201,196,218)
#B5B1C5
(181,177,197)
#A19EB0
(161,158,176)
#8D8B9B
(141,139,155)
#797886
(121,120,134)
#656571
(101,101,113)
#51525C
(81,82,92)
#3D3F47
(61,63,71)
#292C32
(41,44,50)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #DDD7EF

#DDD7EF
(221,215,239)
#E0DAF0
(224,218,240)
#E3DDF1
(227,221,241)
#E6E0F2
(230,224,242)
#E9E3F3
(233,227,243)
#ECE6F4
(236,230,244)
#EFE9F5
(239,233,245)
#F2ECF6
(242,236,246)
#F5EFF7
(245,239,247)
#F8F2F8
(248,242,248)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD7EF; }

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

This text font color is #DDD7EF.

Background Color

.myBgColor { background-color: #DDD7EF; }

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

This div background color is #DDD7EF.

Border color

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

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

This div border color is #DDD7EF.

Opacity

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

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

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

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

This text has shadow with #DDD7EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD7EF.

Preview

Color preview on black background

This text has color #DDD7EF on black background.


Color preview on white background

This text has color #DDD7EF on white background.


Black color preview on #DDD7EF background

This text has black color on #DDD7EF background.


White color preview on #DDD7EF background

This text has white color on #DDD7EF background.


Related colors

Complementary color

Complementary color for #hex is #222810.


I love getcolorcode.com

Triadic colors

1 #EFDDD7 and #D7EFDD with #DDD7EF are triadic colors.

2 #EFD7DD and #D7DDEF with #DDD7EF are triadic colors.