COLOR #FFDDD9

HEX: #FFDDD9
RGB: (255,221,217)

Color info

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

RGB color model

#FFDDD9 color RGB value is (255,221,217).

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

RGB channels and saturation

R 255 of 255 = 100%
G 221 of 255 = 87%
B 217 of 255 = 85%

255
221
217

R + G + B ~ 91%. #FFDDD9 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 221 + 217 = 693 (100%)
R 255 of 693 ~ 36.8%
G 221 of 693 ~ 31.89%
B 217 of 693 ~ 31.31%

%36.8
%31.89
%31.31

CMYK color model

#FFDDD9 color CMYK value is (0,13,15,0).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 14.90%
  • key color value is 0.00%
CMYK:
(0,13,15,0)
C0M13Y15K0 
(0%,13%,15%,0%)
(0.00/0.13/0.15/0.00)	

CMYK percentages

%0
%13.33
%14.9
%0

Codes

Color #FFDDD9 in popluar color models

FFDDD9
RGB255221217
HSL100.00%92.55%
HSB/HSV14.90%100.00%
CMYK0.00%13.33%14.90%
0.00%

Color #FFDDD9 in popluar number systems.

HEXFFDDD9
Decimal255221217
Binary111111111101110111011001
Octal377335331

Shades and tints

Shades of #FFDDD9

#FFDDD9
(255,221,217)
#E8C9C6
(232,201,198)
#D1B5B3
(209,181,179)
#BAA1A0
(186,161,160)
#A38D8D
(163,141,141)
#8C797A
(140,121,122)
#756567
(117,101,103)
#5E5154
(94,81,84)
#473D41
(71,61,65)
#30292E
(48,41,46)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #FFDDD9

#FFDDD9
(255,221,217)
#FFE0DC
(255,224,220)
#FFE3DF
(255,227,223)
#FFE6E2
(255,230,226)
#FFE9E5
(255,233,229)
#FFECE8
(255,236,232)
#FFEFEB
(255,239,235)
#FFF2EE
(255,242,238)
#FFF5F1
(255,245,241)
#FFF8F4
(255,248,244)
#FFFBF7
(255,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDDD9; }

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

This text font color is #FFDDD9.


Background Color

.myBgColor { background-color: #FFDDD9; }

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

This div background color is #FFDDD9.


Border color

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

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

This div border color is #FFDDD9.


Opacity

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

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

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

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

This text has shadow with #FFDDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDDD9 on black background.


Color preview on white background

This text has color #FFDDD9 on white background.



Black color preview on #FFDDD9 background

This text has black color on #FFDDD9 background.


White color preview on #FFDDD9 background

This text has white color on #FFDDD9 background.