COLOR #FFD9EF

HEX: #FFD9EF
RGB: (255,217,239)

Color info

#FFD9EF contains red, green and blue colors in about the same proportion. Web safe color of #FFD9EF is #FFCCFF (or #FCF).

RGB color model

#FFD9EF color RGB value is (255,217,239).

  • red value is 255;
  • green value is 217;
  • blue value is 239.
RGB:
(255,217,239)
(100%,85%,94%)

RGB channels and saturation

R 255 of 255 = 100%
G 217 of 255 = 85%
B 239 of 255 = 94%

255
217
239

R + G + B ~ 93%. #FFD9EF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 217 + 239 = 711 (100%)
R 255 of 711 ~ 35.86%
G 217 of 711 ~ 30.52%
B 239 of 711 ~ 33.61%

%35.86
%30.52
%33.61

CMYK color model

#FFD9EF color CMYK value is (0,15,6,0).

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 6.27%
  • key color value is 0.00%
CMYK:
(0,15,6,0)
C0M15Y6K0 
(0%,15%,6%,0%)
(0.00/0.15/0.06/0.00)	

CMYK percentages

%0
%14.9
%6.27
%0

Codes

Color #FFD9EF in popluar color models

FFD9EF
RGB255217239
HSL325°100.00%92.55%
HSB/HSV325°14.90%100.00%
CMYK0.00%14.90%6.27%
0.00%

Color #FFD9EF in popluar number systems.

HEXFFD9EF
Decimal255217239
Binary111111111101100111101111
Octal377331357

Shades and tints

Shades of #FFD9EF

#FFD9EF
(255,217,239)
#E8C6DA
(232,198,218)
#D1B3C5
(209,179,197)
#BAA0B0
(186,160,176)
#A38D9B
(163,141,155)
#8C7A86
(140,122,134)
#756771
(117,103,113)
#5E545C
(94,84,92)
#474147
(71,65,71)
#302E32
(48,46,50)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #FFD9EF

#FFD9EF
(255,217,239)
#FFDCF0
(255,220,240)
#FFDFF1
(255,223,241)
#FFE2F2
(255,226,242)
#FFE5F3
(255,229,243)
#FFE8F4
(255,232,244)
#FFEBF5
(255,235,245)
#FFEEF6
(255,238,246)
#FFF1F7
(255,241,247)
#FFF4F8
(255,244,248)
#FFF7F9
(255,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD9EF color. Also use rgb(255,217,239) instead hex code.

Text Font Color

.myTextColor { color: #FFD9EF; }

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

This text font color is #FFD9EF.


Background Color

.myBgColor { background-color: #FFD9EF; }

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

This div background color is #FFD9EF.


Border color

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

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

This div border color is #FFD9EF.


Opacity

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

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

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

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

This text has shadow with #FFD9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD9EF on black background.


Color preview on white background

This text has color #FFD9EF on white background.



Black color preview on #FFD9EF background

This text has black color on #FFD9EF background.


White color preview on #FFD9EF background

This text has white color on #FFD9EF background.