COLOR #DDCED3

HEX: #DDCED3
RGB: (221,206,211)

Color info

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

RGB color model

#DDCED3 color RGB value is (221,206,211).

  • red value is 221;
  • green value is 206;
  • blue value is 211.
RGB:
(221,206,211)
(87%,81%,83%)

RGB channels and saturation

R 221 of 255 = 87%
G 206 of 255 = 81%
B 211 of 255 = 83%

221
206
211

R + G + B ~ 84%. #DDCED3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 206 + 211 = 638 (100%)
R 221 of 638 ~ 34.64%
G 206 of 638 ~ 32.29%
B 211 of 638 ~ 33.07%

%34.64
%32.29
%33.07

CMYK color model

#DDCED3 color CMYK value is (0,7,5,13).

  • cyan value is 0.00%
  • magenta value is 6.79%
  • yellow value is 4.52%
  • key color value is 13.33%
CMYK:
(0,7,5,13)
C0M7Y5K13 
(0%,7%,5%,13%)
(0.00/0.07/0.05/0.13)	

CMYK percentages

%0
%6.79
%4.52
%13.33

Codes

Color #DDCED3 in popluar color models

DDCED3
RGB221206211
HSL340°18.07%83.73%
HSB/HSV340°6.79%86.67%
CMYK0.00%6.79%4.52%
13.33%

Color #DDCED3 in popluar number systems.

HEXDDCED3
Decimal221206211
Binary110111011100111011010011
Octal335316323

Shades and tints

Shades of #DDCED3

#DDCED3
(221,206,211)
#C9BCC0
(201,188,192)
#B5AAAD
(181,170,173)
#A1989A
(161,152,154)
#8D8687
(141,134,135)
#797474
(121,116,116)
#656261
(101,98,97)
#51504E
(81,80,78)
#3D3E3B
(61,62,59)
#292C28
(41,44,40)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #DDCED3

#DDCED3
(221,206,211)
#E0D2D7
(224,210,215)
#E3D6DB
(227,214,219)
#E6DADF
(230,218,223)
#E9DEE3
(233,222,227)
#ECE2E7
(236,226,231)
#EFE6EB
(239,230,235)
#F2EAEF
(242,234,239)
#F5EEF3
(245,238,243)
#F8F2F7
(248,242,247)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCED3 color. Also use rgb(221,206,211) instead hex code.

Text Font Color

.myTextColor { color: #DDCED3; }

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

This text font color is #DDCED3.


Background Color

.myBgColor { background-color: #DDCED3; }

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

This div background color is #DDCED3.


Border color

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

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

This div border color is #DDCED3.


Opacity

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

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

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

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

This text has shadow with #DDCED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCED3 on black background.


Color preview on white background

This text has color #DDCED3 on white background.



Black color preview on #DDCED3 background

This text has black color on #DDCED3 background.


White color preview on #DDCED3 background

This text has white color on #DDCED3 background.