COLOR #FFDDD7

HEX: #FFDDD7
RGB: (255,221,215)

Color info

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

RGB color model

#FFDDD7 color RGB value is (255,221,215).

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

RGB channels and saturation

R 255 of 255 = 100%
G 221 of 255 = 87%
B 215 of 255 = 84%

255
221
215

R + G + B ~ 90%. #FFDDD7 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 221 + 215 = 691 (100%)
R 255 of 691 ~ 36.9%
G 221 of 691 ~ 31.98%
B 215 of 691 ~ 31.11%

%36.9
%31.98
%31.11

CMYK color model

#FFDDD7 color CMYK value is (0,13,16,0).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 15.69%
  • key color value is 0.00%
CMYK:
(0,13,16,0)
C0M13Y16K0 
(0%,13%,16%,0%)
(0.00/0.13/0.16/0.00)	

CMYK percentages

%0
%13.33
%15.69
%0

Codes

Color #FFDDD7 in popluar color models

FFDDD7
RGB255221215
HSL100.00%92.16%
HSB/HSV15.69%100.00%
CMYK0.00%13.33%15.69%
0.00%

Color #FFDDD7 in popluar number systems.

HEXFFDDD7
Decimal255221215
Binary111111111101110111010111
Octal377335327

Shades and tints

Shades of #FFDDD7

#FFDDD7
(255,221,215)
#E8C9C4
(232,201,196)
#D1B5B1
(209,181,177)
#BAA19E
(186,161,158)
#A38D8B
(163,141,139)
#8C7978
(140,121,120)
#756565
(117,101,101)
#5E5152
(94,81,82)
#473D3F
(71,61,63)
#30292C
(48,41,44)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #FFDDD7

#FFDDD7
(255,221,215)
#FFE0DA
(255,224,218)
#FFE3DD
(255,227,221)
#FFE6E0
(255,230,224)
#FFE9E3
(255,233,227)
#FFECE6
(255,236,230)
#FFEFE9
(255,239,233)
#FFF2EC
(255,242,236)
#FFF5EF
(255,245,239)
#FFF8F2
(255,248,242)
#FFFBF5
(255,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDDD7; }

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

This text font color is #FFDDD7.


Background Color

.myBgColor { background-color: #FFDDD7; }

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

This div background color is #FFDDD7.


Border color

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

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

This div border color is #FFDDD7.


Opacity

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

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

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

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

This text has shadow with #FFDDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDDD7 on black background.


Color preview on white background

This text has color #FFDDD7 on white background.



Black color preview on #FFDDD7 background

This text has black color on #FFDDD7 background.


White color preview on #FFDDD7 background

This text has white color on #FFDDD7 background.