COLOR #DDC2C3

HEX: #DDC2C3
RGB: (221,194,195)

Color info

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

RGB color model

#DDC2C3 color RGB value is (221,194,195).

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

RGB channels and saturation

R 221 of 255 = 87%
G 194 of 255 = 76%
B 195 of 255 = 76%

221
194
195

R + G + B ~ 80%. #DDC2C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 194 + 195 = 610 (100%)
R 221 of 610 ~ 36.23%
G 194 of 610 ~ 31.8%
B 195 of 610 ~ 31.97%

%36.23
%31.8
%31.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.22%
  • yellow value is 11.76%
  • key color value is 13.33%
CMYK:
(0,12,12,13)
C0M12Y12K13 
(0%,12%,12%,13%)
(0.00/0.12/0.12/0.13)	

CMYK percentages

%0
%12.22
%11.76
%13.33

Codes

Color #DDC2C3 in popluar color models

DDC2C3
RGB221194195
HSL358°28.42%81.37%
HSB/HSV358°12.22%86.67%
CMYK0.00%12.22%11.76%
13.33%

Color #DDC2C3 in popluar number systems.

HEXDDC2C3
Decimal221194195
Binary110111011100001011000011
Octal335302303

Shades and tints

Shades of #DDC2C3

#DDC2C3
(221,194,195)
#C9B1B2
(201,177,178)
#B5A0A1
(181,160,161)
#A18F90
(161,143,144)
#8D7E7F
(141,126,127)
#796D6E
(121,109,110)
#655C5D
(101,92,93)
#514B4C
(81,75,76)
#3D3A3B
(61,58,59)
#29292A
(41,41,42)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #DDC2C3

#DDC2C3
(221,194,195)
#E0C7C8
(224,199,200)
#E3CCCD
(227,204,205)
#E6D1D2
(230,209,210)
#E9D6D7
(233,214,215)
#ECDBDC
(236,219,220)
#EFE0E1
(239,224,225)
#F2E5E6
(242,229,230)
#F5EAEB
(245,234,235)
#F8EFF0
(248,239,240)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC2C3; }

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

This text font color is #DDC2C3.


Background Color

.myBgColor { background-color: #DDC2C3; }

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

This div background color is #DDC2C3.


Border color

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

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

This div border color is #DDC2C3.


Opacity

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

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

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

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

This text has shadow with #DDC2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC2C3 on black background.


Color preview on white background

This text has color #DDC2C3 on white background.



Black color preview on #DDC2C3 background

This text has black color on #DDC2C3 background.


White color preview on #DDC2C3 background

This text has white color on #DDC2C3 background.