COLOR #FFE5DB

HEX: #FFE5DB RGB: (255,229,219)

Color info

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

RGB color model

#FFE5DB color RGB value is (255,229,219).

RGB: (255,229,219) (100%, 90%, 86%)

RGB channels and saturation

R 255 of 255 = 100%
G 229 of 255 = 90%
B 219 of 255 = 86%

255
229
219

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

Portions of RGB colors in percentages

R + G + B = 255 + 229 + 219 = 703 (100%)
R 255 of 703 ~ 36.27%
G 229 of 703 ~ 32.57%
B 219 of 703 ~ 31.15'%

%36.27
%32.57
%31.15

CMYK color model

#FFE5DB color CMYK value is (0,10,14,0).

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

CMYK: (0,10,14,0)
C0M10Y14K0 (0%, 10%, 14%, 0%)
(0.00 / 0.10 / 0.14 / 0.00)

CMYK percentages

%0
%10.2
%14.12
%0

Codes

Color #FFE5DB in popluar color models

FF E5 DB
RGB 255 229 219
HSL 17° 100.00% 92.94%
HSB/HSV 17° 14.12% 100.00%
CMYK 0.00% 10.20% 14.12%
0.00%

Color #FFE5DB in popluar number systems.

HEX FF E5 DB
Decimal 255 229 219
Binary 11111111 11100101 11011011
Octal 377 345 333

Shades and tints

Shades of #FFE5DB

#FFE5DB
(255,229,219)
#E8D1C8
(232,209,200)
#D1BDB5
(209,189,181)
#BAA9A2
(186,169,162)
#A3958F
(163,149,143)
#8C817C
(140,129,124)
#756D69
(117,109,105)
#5E5956
(94,89,86)
#474543
(71,69,67)
#303130
(48,49,48)
#191D1D
(25,29,29)
#000000
(0,0,0)

Tints of #FFE5DB

#FFE5DB
(255,229,219)
#FFE7DE
(255,231,222)
#FFE9E1
(255,233,225)
#FFEBE4
(255,235,228)
#FFEDE7
(255,237,231)
#FFEFEA
(255,239,234)
#FFF1ED
(255,241,237)
#FFF3F0
(255,243,240)
#FFF5F3
(255,245,243)
#FFF7F6
(255,247,246)
#FFF9F9
(255,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE5DB; }

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

This text font color is #FFE5DB.

Background Color

.myBgColor { background-color: #FFE5DB; }

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

This div background color is #FFE5DB.

Border color

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

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

This div border color is #FFE5DB.

Opacity

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

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

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

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

This text has shadow with #FFE5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE5DB.

Preview

Color preview on black background

This text has color #FFE5DB on black background.


Color preview on white background

This text has color #FFE5DB on white background.


Black color preview on #FFE5DB background

This text has black color on #FFE5DB background.


White color preview on #FFE5DB background

This text has white color on #FFE5DB background.


Related colors

Complementary color

Complementary color for #hex is #001A24.


I love getcolorcode.com

Triadic colors

1 #DBFFE5 and #E5DBFF with #FFE5DB are triadic colors.

2 #DBE5FF and #E5FFDB with #FFE5DB are triadic colors.