COLOR #FFDDD1

HEX: #FFDDD1 RGB: (255,221,209)

Color info

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

RGB color model

#FFDDD1 color RGB value is (255,221,209).

RGB: (255,221,209) (100%, 87%, 82%)

RGB channels and saturation

R 255 of 255 = 100%
G 221 of 255 = 87%
B 209 of 255 = 82%

255
221
209

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

Portions of RGB colors in percentages

R + G + B = 255 + 221 + 209 = 685 (100%)
R 255 of 685 ~ 37.23%
G 221 of 685 ~ 32.26%
B 209 of 685 ~ 30.51'%

%37.23
%32.26
%30.51

CMYK color model

#FFDDD1 color CMYK value is (0,13,18,0).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 18.04%
  • key color value is 0.00%

CMYK: (0,13,18,0)
C0M13Y18K0 (0%, 13%, 18%, 0%)
(0.00 / 0.13 / 0.18 / 0.00)

CMYK percentages

%0
%13.33
%18.04
%0

Codes

Color #FFDDD1 in popluar color models

FF DD D1
RGB 255 221 209
HSL 16° 100.00% 90.98%
HSB/HSV 16° 18.04% 100.00%
CMYK 0.00% 13.33% 18.04%
0.00%

Color #FFDDD1 in popluar number systems.

HEX FF DD D1
Decimal 255 221 209
Binary 11111111 11011101 11010001
Octal 377 335 321

Shades and tints

Shades of #FFDDD1

#FFDDD1
(255,221,209)
#E8C9BE
(232,201,190)
#D1B5AB
(209,181,171)
#BAA198
(186,161,152)
#A38D85
(163,141,133)
#8C7972
(140,121,114)
#75655F
(117,101,95)
#5E514C
(94,81,76)
#473D39
(71,61,57)
#302926
(48,41,38)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #FFDDD1

#FFDDD1
(255,221,209)
#FFE0D5
(255,224,213)
#FFE3D9
(255,227,217)
#FFE6DD
(255,230,221)
#FFE9E1
(255,233,225)
#FFECE5
(255,236,229)
#FFEFE9
(255,239,233)
#FFF2ED
(255,242,237)
#FFF5F1
(255,245,241)
#FFF8F5
(255,248,245)
#FFFBF9
(255,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDDD1; }

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

This text font color is #FFDDD1.

Background Color

.myBgColor { background-color: #FFDDD1; }

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

This div background color is #FFDDD1.

Border color

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

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

This div border color is #FFDDD1.

Opacity

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

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

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

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

This text has shadow with #FFDDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFDDD1.

Preview

Color preview on black background

This text has color #FFDDD1 on black background.


Color preview on white background

This text has color #FFDDD1 on white background.


Black color preview on #FFDDD1 background

This text has black color on #FFDDD1 background.


White color preview on #FFDDD1 background

This text has white color on #FFDDD1 background.


Related colors

Complementary color

Complementary color for #hex is #00222E.


I love getcolorcode.com

Triadic colors

1 #D1FFDD and #DDD1FF with #FFDDD1 are triadic colors.

2 #D1DDFF and #DDFFD1 with #FFDDD1 are triadic colors.