COLOR #FFDDC5

HEX: #FFDDC5
RGB: (255,221,197)

Color info

#FFDDC5 contains red, green and blue colors in about the same proportion. Web safe color of #FFDDC5 is #FFCCCC (or #FCC).

RGB color model

#FFDDC5 color RGB value is (255,221,197).

  • red value is 255;
  • green value is 221;
  • blue value is 197.
RGB:
(255,221,197)
(100%,87%,77%)

RGB channels and saturation

R 255 of 255 = 100%
G 221 of 255 = 87%
B 197 of 255 = 77%

255
221
197

R + G + B ~ 88%. #FFDDC5 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 221 + 197 = 673 (100%)
R 255 of 673 ~ 37.89%
G 221 of 673 ~ 32.84%
B 197 of 673 ~ 29.27%

%37.89
%32.84
%29.27

CMYK color model

#FFDDC5 color CMYK value is (0,13,23,0).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 22.75%
  • key color value is 0.00%
CMYK:
(0,13,23,0)
C0M13Y23K0 
(0%,13%,23%,0%)
(0.00/0.13/0.23/0.00)	

CMYK percentages

%0
%13.33
%22.75
%0

Codes

Color #FFDDC5 in popluar color models

FFDDC5
RGB255221197
HSL25°100.00%88.63%
HSB/HSV25°22.75%100.00%
CMYK0.00%13.33%22.75%
0.00%

Color #FFDDC5 in popluar number systems.

HEXFFDDC5
Decimal255221197
Binary111111111101110111000101
Octal377335305

Shades and tints

Shades of #FFDDC5

#FFDDC5
(255,221,197)
#E8C9B4
(232,201,180)
#D1B5A3
(209,181,163)
#BAA192
(186,161,146)
#A38D81
(163,141,129)
#8C7970
(140,121,112)
#75655F
(117,101,95)
#5E514E
(94,81,78)
#473D3D
(71,61,61)
#30292C
(48,41,44)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #FFDDC5

#FFDDC5
(255,221,197)
#FFE0CA
(255,224,202)
#FFE3CF
(255,227,207)
#FFE6D4
(255,230,212)
#FFE9D9
(255,233,217)
#FFECDE
(255,236,222)
#FFEFE3
(255,239,227)
#FFF2E8
(255,242,232)
#FFF5ED
(255,245,237)
#FFF8F2
(255,248,242)
#FFFBF7
(255,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDDC5 color. Also use rgb(255,221,197) instead hex code.

Text Font Color

.myTextColor { color: #FFDDC5; }

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

This text font color is #FFDDC5.


Background Color

.myBgColor { background-color: #FFDDC5; }

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

This div background color is #FFDDC5.


Border color

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

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

This div border color is #FFDDC5.


Opacity

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

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

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

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

This text has shadow with #FFDDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDDC5 on black background.


Color preview on white background

This text has color #FFDDC5 on white background.



Black color preview on #FFDDC5 background

This text has black color on #FFDDC5 background.


White color preview on #FFDDC5 background

This text has white color on #FFDDC5 background.