COLOR #FFE5DE

HEX: #FFE5DE RGB: (255,229,222)

Color info

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

RGB color model

#FFE5DE color RGB value is (255,229,222).

RGB: (255,229,222) (100%, 90%, 87%)

RGB channels and saturation

R 255 of 255 = 100%
G 229 of 255 = 90%
B 222 of 255 = 87%

255
229
222

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

Portions of RGB colors in percentages

R + G + B = 255 + 229 + 222 = 706 (100%)
R 255 of 706 ~ 36.12%
G 229 of 706 ~ 32.44%
B 222 of 706 ~ 31.44'%

%36.12
%32.44
%31.44

CMYK color model

#FFE5DE color CMYK value is (0,10,13,0).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 12.94%
  • key color value is 0.00%

CMYK: (0,10,13,0)
C0M10Y13K0 (0%, 10%, 13%, 0%)
(0.00 / 0.10 / 0.13 / 0.00)

CMYK percentages

%0
%10.2
%12.94
%0

Codes

Color #FFE5DE in popluar color models

FF E5 DE
RGB 255 229 222
HSL 13° 100.00% 93.53%
HSB/HSV 13° 12.94% 100.00%
CMYK 0.00% 10.20% 12.94%
0.00%

Color #FFE5DE in popluar number systems.

HEX FF E5 DE
Decimal 255 229 222
Binary 11111111 11100101 11011110
Octal 377 345 336

Shades and tints

Shades of #FFE5DE

#FFE5DE
(255,229,222)
#E8D1CA
(232,209,202)
#D1BDB6
(209,189,182)
#BAA9A2
(186,169,162)
#A3958E
(163,149,142)
#8C817A
(140,129,122)
#756D66
(117,109,102)
#5E5952
(94,89,82)
#47453E
(71,69,62)
#30312A
(48,49,42)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #FFE5DE

#FFE5DE
(255,229,222)
#FFE7E1
(255,231,225)
#FFE9E4
(255,233,228)
#FFEBE7
(255,235,231)
#FFEDEA
(255,237,234)
#FFEFED
(255,239,237)
#FFF1F0
(255,241,240)
#FFF3F3
(255,243,243)
#FFF5F6
(255,245,246)
#FFF7F9
(255,247,249)
#FFF9FC
(255,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE5DE color. Also use rgb(255,229,222) instead hex code.

Text Font Color

.myTextColor { color: #FFE5DE; }

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

This text font color is #FFE5DE.

Background Color

.myBgColor { background-color: #FFE5DE; }

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

This div background color is #FFE5DE.

Border color

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

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

This div border color is #FFE5DE.

Opacity

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

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

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

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

This text has shadow with #FFE5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE5DE.

Preview

Color preview on black background

This text has color #FFE5DE on black background.


Color preview on white background

This text has color #FFE5DE on white background.


Black color preview on #FFE5DE background

This text has black color on #FFE5DE background.


White color preview on #FFE5DE background

This text has white color on #FFE5DE background.


Related colors

Complementary color

Complementary color for #hex is #001A21.


I love getcolorcode.com

Triadic colors

1 #DEFFE5 and #E5DEFF with #FFE5DE are triadic colors.

2 #DEE5FF and #E5FFDE with #FFE5DE are triadic colors.