COLOR #DDCED2

HEX: #DDCED2
RGB: (221,206,210)

Color info

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

RGB color model

#DDCED2 color RGB value is (221,206,210).

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

RGB channels and saturation

R 221 of 255 = 87%
G 206 of 255 = 81%
B 210 of 255 = 82%

221
206
210

R + G + B ~ 83%. #DDCED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 206 + 210 = 637 (100%)
R 221 of 637 ~ 34.69%
G 206 of 637 ~ 32.34%
B 210 of 637 ~ 32.97%

%34.69
%32.34
%32.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.79%
  • yellow value is 4.98%
  • 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.98
%13.33

Codes

Color #DDCED2 in popluar color models

DDCED2
RGB221206210
HSL344°18.07%83.73%
HSB/HSV344°6.79%86.67%
CMYK0.00%6.79%4.98%
13.33%

Color #DDCED2 in popluar number systems.

HEXDDCED2
Decimal221206210
Binary110111011100111011010010
Octal335316322

Shades and tints

Shades of #DDCED2

#DDCED2
(221,206,210)
#C9BCBF
(201,188,191)
#B5AAAC
(181,170,172)
#A19899
(161,152,153)
#8D8686
(141,134,134)
#797473
(121,116,115)
#656260
(101,98,96)
#51504D
(81,80,77)
#3D3E3A
(61,62,58)
#292C27
(41,44,39)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #DDCED2

#DDCED2
(221,206,210)
#E0D2D6
(224,210,214)
#E3D6DA
(227,214,218)
#E6DADE
(230,218,222)
#E9DEE2
(233,222,226)
#ECE2E6
(236,226,230)
#EFE6EA
(239,230,234)
#F2EAEE
(242,234,238)
#F5EEF2
(245,238,242)
#F8F2F6
(248,242,246)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCED2; }

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

This text font color is #DDCED2.


Background Color

.myBgColor { background-color: #DDCED2; }

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

This div background color is #DDCED2.


Border color

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

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

This div border color is #DDCED2.


Opacity

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

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

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

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

This text has shadow with #DDCED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCED2 on black background.


Color preview on white background

This text has color #DDCED2 on white background.



Black color preview on #DDCED2 background

This text has black color on #DDCED2 background.


White color preview on #DDCED2 background

This text has white color on #DDCED2 background.