COLOR #DDCEC2

HEX: #DDCEC2
RGB: (221,206,194)

Color info

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

RGB color model

#DDCEC2 color RGB value is (221,206,194).

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

RGB channels and saturation

R 221 of 255 = 87%
G 206 of 255 = 81%
B 194 of 255 = 76%

221
206
194

R + G + B ~ 81%. #DDCEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 206 + 194 = 621 (100%)
R 221 of 621 ~ 35.59%
G 206 of 621 ~ 33.17%
B 194 of 621 ~ 31.24%

%35.59
%33.17
%31.24

CMYK color model

#DDCEC2 color CMYK value is (0,7,12,13).

  • cyan value is 0.00%
  • magenta value is 6.79%
  • yellow value is 12.22%
  • key color value is 13.33%
CMYK:
(0,7,12,13)
C0M7Y12K13 
(0%,7%,12%,13%)
(0.00/0.07/0.12/0.13)	

CMYK percentages

%0
%6.79
%12.22
%13.33

Codes

Color #DDCEC2 in popluar color models

DDCEC2
RGB221206194
HSL27°28.42%81.37%
HSB/HSV27°12.22%86.67%
CMYK0.00%6.79%12.22%
13.33%

Color #DDCEC2 in popluar number systems.

HEXDDCEC2
Decimal221206194
Binary110111011100111011000010
Octal335316302

Shades and tints

Shades of #DDCEC2

#DDCEC2
(221,206,194)
#C9BCB1
(201,188,177)
#B5AAA0
(181,170,160)
#A1988F
(161,152,143)
#8D867E
(141,134,126)
#79746D
(121,116,109)
#65625C
(101,98,92)
#51504B
(81,80,75)
#3D3E3A
(61,62,58)
#292C29
(41,44,41)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #DDCEC2

#DDCEC2
(221,206,194)
#E0D2C7
(224,210,199)
#E3D6CC
(227,214,204)
#E6DAD1
(230,218,209)
#E9DED6
(233,222,214)
#ECE2DB
(236,226,219)
#EFE6E0
(239,230,224)
#F2EAE5
(242,234,229)
#F5EEEA
(245,238,234)
#F8F2EF
(248,242,239)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCEC2; }

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

This text font color is #DDCEC2.


Background Color

.myBgColor { background-color: #DDCEC2; }

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

This div background color is #DDCEC2.


Border color

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

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

This div border color is #DDCEC2.


Opacity

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

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

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

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

This text has shadow with #DDCEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCEC2 on black background.


Color preview on white background

This text has color #DDCEC2 on white background.



Black color preview on #DDCEC2 background

This text has black color on #DDCEC2 background.


White color preview on #DDCEC2 background

This text has white color on #DDCEC2 background.