COLOR #DDD1EB

HEX: #DDD1EB RGB: (221,209,235)

Color info

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

RGB color model

#DDD1EB color RGB value is (221,209,235).

RGB: (221,209,235) (87%, 82%, 92%)

RGB channels and saturation

R 221 of 255 = 87%
G 209 of 255 = 82%
B 235 of 255 = 92%

221
209
235

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

Portions of RGB colors in percentages

R + G + B = 221 + 209 + 235 = 665 (100%)
R 221 of 665 ~ 33.23%
G 209 of 665 ~ 31.43%
B 235 of 665 ~ 35.34'%

%33.23
%31.43
%35.34

CMYK color model

#DDD1EB color CMYK value is (6,11,0,8).

  • cyan value is 5.96%
  • magenta value is 11.06%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (6,11,0,8)
C6M11Y0K8 (6%, 11%, 0%, 8%)
(0.06 / 0.11 / 0.00 / 0.08)

CMYK percentages

%5.96
%11.06
%0
%7.84

Codes

Color #DDD1EB in popluar color models

DD D1 EB
RGB 221 209 235
HSL 268° 39.39% 87.06%
HSB/HSV 268° 11.06% 92.16%
CMYK 5.96% 11.06% 0.00%
7.84%

Color #DDD1EB in popluar number systems.

HEX DD D1 EB
Decimal 221 209 235
Binary 11011101 11010001 11101011
Octal 335 321 353

Shades and tints

Shades of #DDD1EB

#DDD1EB
(221,209,235)
#C9BED6
(201,190,214)
#B5ABC1
(181,171,193)
#A198AC
(161,152,172)
#8D8597
(141,133,151)
#797282
(121,114,130)
#655F6D
(101,95,109)
#514C58
(81,76,88)
#3D3943
(61,57,67)
#29262E
(41,38,46)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #DDD1EB

#DDD1EB
(221,209,235)
#E0D5EC
(224,213,236)
#E3D9ED
(227,217,237)
#E6DDEE
(230,221,238)
#E9E1EF
(233,225,239)
#ECE5F0
(236,229,240)
#EFE9F1
(239,233,241)
#F2EDF2
(242,237,242)
#F5F1F3
(245,241,243)
#F8F5F4
(248,245,244)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD1EB color. Also use rgb(221,209,235) instead hex code.

Text Font Color

.myTextColor { color: #DDD1EB; }

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

This text font color is #DDD1EB.

Background Color

.myBgColor { background-color: #DDD1EB; }

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

This div background color is #DDD1EB.

Border color

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

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

This div border color is #DDD1EB.

Opacity

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

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

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

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

This text has shadow with #DDD1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD1EB.

Preview

Color preview on black background

This text has color #DDD1EB on black background.


Color preview on white background

This text has color #DDD1EB on white background.


Black color preview on #DDD1EB background

This text has black color on #DDD1EB background.


White color preview on #DDD1EB background

This text has white color on #DDD1EB background.


Related colors

Complementary color

Complementary color for #hex is #222E14.


I love getcolorcode.com

Triadic colors

1 #EBDDD1 and #D1EBDD with #DDD1EB are triadic colors.

2 #EBD1DD and #D1DDEB with #DDD1EB are triadic colors.