COLOR #FFDDE1

HEX: #FFDDE1
RGB: (255,221,225)

Color info

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

RGB color model

#FFDDE1 color RGB value is (255,221,225).

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

RGB channels and saturation

R 255 of 255 = 100%
G 221 of 255 = 87%
B 225 of 255 = 88%

255
221
225

R + G + B ~ 92%. #FFDDE1 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 221 + 225 = 701 (100%)
R 255 of 701 ~ 36.38%
G 221 of 701 ~ 31.53%
B 225 of 701 ~ 32.1%

%36.38
%31.53
%32.1

CMYK color model

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

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

CMYK percentages

%0
%13.33
%11.76
%0

Codes

Color #FFDDE1 in popluar color models

FFDDE1
RGB255221225
HSL353°100.00%93.33%
HSB/HSV353°13.33%100.00%
CMYK0.00%13.33%11.76%
0.00%

Color #FFDDE1 in popluar number systems.

HEXFFDDE1
Decimal255221225
Binary111111111101110111100001
Octal377335341

Shades and tints

Shades of #FFDDE1

#FFDDE1
(255,221,225)
#E8C9CD
(232,201,205)
#D1B5B9
(209,181,185)
#BAA1A5
(186,161,165)
#A38D91
(163,141,145)
#8C797D
(140,121,125)
#756569
(117,101,105)
#5E5155
(94,81,85)
#473D41
(71,61,65)
#30292D
(48,41,45)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #FFDDE1

#FFDDE1
(255,221,225)
#FFE0E3
(255,224,227)
#FFE3E5
(255,227,229)
#FFE6E7
(255,230,231)
#FFE9E9
(255,233,233)
#FFECEB
(255,236,235)
#FFEFED
(255,239,237)
#FFF2EF
(255,242,239)
#FFF5F1
(255,245,241)
#FFF8F3
(255,248,243)
#FFFBF5
(255,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDDE1; }

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

This text font color is #FFDDE1.


Background Color

.myBgColor { background-color: #FFDDE1; }

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

This div background color is #FFDDE1.


Border color

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

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

This div border color is #FFDDE1.


Opacity

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

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

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

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

This text has shadow with #FFDDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDDE1 on black background.


Color preview on white background

This text has color #FFDDE1 on white background.



Black color preview on #FFDDE1 background

This text has black color on #FFDDE1 background.


White color preview on #FFDDE1 background

This text has white color on #FFDDE1 background.