COLOR #DDD0DB

HEX: #DDD0DB
RGB: (221,208,219)

Color info

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

RGB color model

#DDD0DB color RGB value is (221,208,219).

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

RGB channels and saturation

R 221 of 255 = 87%
G 208 of 255 = 82%
B 219 of 255 = 86%

221
208
219

R + G + B ~ 85%. #DDD0DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 208 + 219 = 648 (100%)
R 221 of 648 ~ 34.1%
G 208 of 648 ~ 32.1%
B 219 of 648 ~ 33.8%

%34.1
%32.1
%33.8

CMYK color model

#DDD0DB color CMYK value is (0,6,1,13).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 0.90%
  • key color value is 13.33%
CMYK:
(0,6,1,13)
C0M6Y1K13 
(0%,6%,1%,13%)
(0.00/0.06/0.01/0.13)	

CMYK percentages

%0
%5.88
%0.9
%13.33

Codes

Color #DDD0DB in popluar color models

DDD0DB
RGB221208219
HSL309°16.05%84.12%
HSB/HSV309°5.88%86.67%
CMYK0.00%5.88%0.90%
13.33%

Color #DDD0DB in popluar number systems.

HEXDDD0DB
Decimal221208219
Binary110111011101000011011011
Octal335320333

Shades and tints

Shades of #DDD0DB

#DDD0DB
(221,208,219)
#C9BEC8
(201,190,200)
#B5ACB5
(181,172,181)
#A19AA2
(161,154,162)
#8D888F
(141,136,143)
#79767C
(121,118,124)
#656469
(101,100,105)
#515256
(81,82,86)
#3D4043
(61,64,67)
#292E30
(41,46,48)
#151C1D
(21,28,29)
#000000
(0,0,0)

Tints of #DDD0DB

#DDD0DB
(221,208,219)
#E0D4DE
(224,212,222)
#E3D8E1
(227,216,225)
#E6DCE4
(230,220,228)
#E9E0E7
(233,224,231)
#ECE4EA
(236,228,234)
#EFE8ED
(239,232,237)
#F2ECF0
(242,236,240)
#F5F0F3
(245,240,243)
#F8F4F6
(248,244,246)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD0DB; }

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

This text font color is #DDD0DB.


Background Color

.myBgColor { background-color: #DDD0DB; }

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

This div background color is #DDD0DB.


Border color

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

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

This div border color is #DDD0DB.


Opacity

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

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

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

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

This text has shadow with #DDD0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD0DB on black background.


Color preview on white background

This text has color #DDD0DB on white background.



Black color preview on #DDD0DB background

This text has black color on #DDD0DB background.


White color preview on #DDD0DB background

This text has white color on #DDD0DB background.