COLOR #FFDEE7

HEX: #FFDEE7
RGB: (255,222,231)

Color info

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

RGB color model

#FFDEE7 color RGB value is (255,222,231).

  • red value is 255;
  • green value is 222;
  • blue value is 231.
RGB:
(255,222,231)
(100%,87%,91%)

RGB channels and saturation

R 255 of 255 = 100%
G 222 of 255 = 87%
B 231 of 255 = 91%

255
222
231

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

Portions of RGB colors in percentages

R + G + B =
255 + 222 + 231 = 708 (100%)
R 255 of 708 ~ 36.02%
G 222 of 708 ~ 31.36%
B 231 of 708 ~ 32.63%

%36.02
%31.36
%32.63

CMYK color model

#FFDEE7 color CMYK value is (0,13,9,0).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 9.41%
  • key color value is 0.00%
CMYK:
(0,13,9,0)
C0M13Y9K0 
(0%,13%,9%,0%)
(0.00/0.13/0.09/0.00)	

CMYK percentages

%0
%12.94
%9.41
%0

Codes

Color #FFDEE7 in popluar color models

FFDEE7
RGB255222231
HSL344°100.00%93.53%
HSB/HSV344°12.94%100.00%
CMYK0.00%12.94%9.41%
0.00%

Color #FFDEE7 in popluar number systems.

HEXFFDEE7
Decimal255222231
Binary111111111101111011100111
Octal377336347

Shades and tints

Shades of #FFDEE7

#FFDEE7
(255,222,231)
#E8CAD2
(232,202,210)
#D1B6BD
(209,182,189)
#BAA2A8
(186,162,168)
#A38E93
(163,142,147)
#8C7A7E
(140,122,126)
#756669
(117,102,105)
#5E5254
(94,82,84)
#473E3F
(71,62,63)
#302A2A
(48,42,42)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #FFDEE7

#FFDEE7
(255,222,231)
#FFE1E9
(255,225,233)
#FFE4EB
(255,228,235)
#FFE7ED
(255,231,237)
#FFEAEF
(255,234,239)
#FFEDF1
(255,237,241)
#FFF0F3
(255,240,243)
#FFF3F5
(255,243,245)
#FFF6F7
(255,246,247)
#FFF9F9
(255,249,249)
#FFFCFB
(255,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDEE7; }

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

This text font color is #FFDEE7.


Background Color

.myBgColor { background-color: #FFDEE7; }

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

This div background color is #FFDEE7.


Border color

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

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

This div border color is #FFDEE7.


Opacity

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

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

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

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

This text has shadow with #FFDEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDEE7 on black background.


Color preview on white background

This text has color #FFDEE7 on white background.



Black color preview on #FFDEE7 background

This text has black color on #FFDEE7 background.


White color preview on #FFDEE7 background

This text has white color on #FFDEE7 background.