COLOR #FFE1DC

HEX: #FFE1DC RGB: (255,225,220)

Color info

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

RGB color model

#FFE1DC color RGB value is (255,225,220).

RGB: (255,225,220) (100%, 88%, 86%)

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 220 of 255 = 86%

255
225
220

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

Portions of RGB colors in percentages

R + G + B = 255 + 225 + 220 = 700 (100%)
R 255 of 700 ~ 36.43%
G 225 of 700 ~ 32.14%
B 220 of 700 ~ 31.43'%

%36.43
%32.14
%31.43

CMYK color model

#FFE1DC color CMYK value is (0,12,14,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 13.73%
  • key color value is 0.00%

CMYK: (0,12,14,0)
C0M12Y14K0 (0%, 12%, 14%, 0%)
(0.00 / 0.12 / 0.14 / 0.00)

CMYK percentages

%0
%11.76
%13.73
%0

Codes

Color #FFE1DC in popluar color models

FF E1 DC
RGB 255 225 220
HSL 100.00% 93.14%
HSB/HSV 13.73% 100.00%
CMYK 0.00% 11.76% 13.73%
0.00%

Color #FFE1DC in popluar number systems.

HEX FF E1 DC
Decimal 255 225 220
Binary 11111111 11100001 11011100
Octal 377 341 334

Shades and tints

Shades of #FFE1DC

#FFE1DC
(255,225,220)
#E8CDC8
(232,205,200)
#D1B9B4
(209,185,180)
#BAA5A0
(186,165,160)
#A3918C
(163,145,140)
#8C7D78
(140,125,120)
#756964
(117,105,100)
#5E5550
(94,85,80)
#47413C
(71,65,60)
#302D28
(48,45,40)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #FFE1DC

#FFE1DC
(255,225,220)
#FFE3DF
(255,227,223)
#FFE5E2
(255,229,226)
#FFE7E5
(255,231,229)
#FFE9E8
(255,233,232)
#FFEBEB
(255,235,235)
#FFEDEE
(255,237,238)
#FFEFF1
(255,239,241)
#FFF1F4
(255,241,244)
#FFF3F7
(255,243,247)
#FFF5FA
(255,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1DC; }

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

This text font color is #FFE1DC.

Background Color

.myBgColor { background-color: #FFE1DC; }

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

This div background color is #FFE1DC.

Border color

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

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

This div border color is #FFE1DC.

Opacity

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

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

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

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

This text has shadow with #FFE1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE1DC.

Preview

Color preview on black background

This text has color #FFE1DC on black background.


Color preview on white background

This text has color #FFE1DC on white background.


Black color preview on #FFE1DC background

This text has black color on #FFE1DC background.


White color preview on #FFE1DC background

This text has white color on #FFE1DC background.


Related colors

Complementary color

Complementary color for #hex is #001E23.


I love getcolorcode.com

Triadic colors

1 #DCFFE1 and #E1DCFF with #FFE1DC are triadic colors.

2 #DCE1FF and #E1FFDC with #FFE1DC are triadic colors.