COLOR #DDD0E2

HEX: #DDD0E2
RGB: (221,208,226)

Color info

#DDD0E2 contains red, green and blue colors in about the same proportion. Web safe color of #DDD0E2 is #CCCCCC (or #CCC).

RGB color model

#DDD0E2 color RGB value is (221,208,226).

  • red value is 221;
  • green value is 208;
  • blue value is 226.
RGB:
(221,208,226)
(87%,82%,89%)

RGB channels and saturation

R 221 of 255 = 87%
G 208 of 255 = 82%
B 226 of 255 = 89%

221
208
226

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

Portions of RGB colors in percentages

R + G + B =
221 + 208 + 226 = 655 (100%)
R 221 of 655 ~ 33.74%
G 208 of 655 ~ 31.76%
B 226 of 655 ~ 34.5%

%33.74
%31.76
%34.5

CMYK color model

#DDD0E2 color CMYK value is (2,8,0,11).

  • cyan value is 2.21%
  • magenta value is 7.96%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(2,8,0,11)
C2M8Y0K11 
(2%,8%,0%,11%)
(0.02/0.08/0.00/0.11)	

CMYK percentages

%2.21
%7.96
%0
%11.37

Codes

Color #DDD0E2 in popluar color models

DDD0E2
RGB221208226
HSL283°23.68%85.10%
HSB/HSV283°7.96%88.63%
CMYK2.21%7.96%0.00%
11.37%

Color #DDD0E2 in popluar number systems.

HEXDDD0E2
Decimal221208226
Binary110111011101000011100010
Octal335320342

Shades and tints

Shades of #DDD0E2

#DDD0E2
(221,208,226)
#C9BECE
(201,190,206)
#B5ACBA
(181,172,186)
#A19AA6
(161,154,166)
#8D8892
(141,136,146)
#79767E
(121,118,126)
#65646A
(101,100,106)
#515256
(81,82,86)
#3D4042
(61,64,66)
#292E2E
(41,46,46)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #DDD0E2

#DDD0E2
(221,208,226)
#E0D4E4
(224,212,228)
#E3D8E6
(227,216,230)
#E6DCE8
(230,220,232)
#E9E0EA
(233,224,234)
#ECE4EC
(236,228,236)
#EFE8EE
(239,232,238)
#F2ECF0
(242,236,240)
#F5F0F2
(245,240,242)
#F8F4F4
(248,244,244)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD0E2 color. Also use rgb(221,208,226) instead hex code.

Text Font Color

.myTextColor { color: #DDD0E2; }

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

This text font color is #DDD0E2.


Background Color

.myBgColor { background-color: #DDD0E2; }

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

This div background color is #DDD0E2.


Border color

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

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

This div border color is #DDD0E2.


Opacity

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

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

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

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

This text has shadow with #DDD0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD0E2 on black background.


Color preview on white background

This text has color #DDD0E2 on white background.



Black color preview on #DDD0E2 background

This text has black color on #DDD0E2 background.


White color preview on #DDD0E2 background

This text has white color on #DDD0E2 background.