COLOR #EDE1EE

HEX: #EDE1EE
RGB: (237,225,238)

Color info

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

RGB color model

#EDE1EE color RGB value is (237,225,238).

  • red value is 237;
  • green value is 225;
  • blue value is 238.
RGB:
(237,225,238)
(93%,88%,93%)

RGB channels and saturation

R 237 of 255 = 93%
G 225 of 255 = 88%
B 238 of 255 = 93%

237
225
238

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

Portions of RGB colors in percentages

R + G + B =
237 + 225 + 238 = 700 (100%)
R 237 of 700 ~ 33.86%
G 225 of 700 ~ 32.14%
B 238 of 700 ~ 34%

%33.86
%32.14
%34

CMYK color model

#EDE1EE color CMYK value is (0,5,0,7).

  • cyan value is 0.42%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(0,5,0,7)
C0M5Y0K7 
(0%,5%,0%,7%)
(0.00/0.05/0.00/0.07)	

CMYK percentages

%0.42
%5.46
%0
%6.67

Codes

Color #EDE1EE in popluar color models

EDE1EE
RGB237225238
HSL295°27.66%90.78%
HSB/HSV295°5.46%93.33%
CMYK0.42%5.46%0.00%
6.67%

Color #EDE1EE in popluar number systems.

HEXEDE1EE
Decimal237225238
Binary111011011110000111101110
Octal355341356

Shades and tints

Shades of #EDE1EE

#EDE1EE
(237,225,238)
#D8CDD9
(216,205,217)
#C3B9C4
(195,185,196)
#AEA5AF
(174,165,175)
#99919A
(153,145,154)
#847D85
(132,125,133)
#6F6970
(111,105,112)
#5A555B
(90,85,91)
#454146
(69,65,70)
#302D31
(48,45,49)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #EDE1EE

#EDE1EE
(237,225,238)
#EEE3EF
(238,227,239)
#EFE5F0
(239,229,240)
#F0E7F1
(240,231,241)
#F1E9F2
(241,233,242)
#F2EBF3
(242,235,243)
#F3EDF4
(243,237,244)
#F4EFF5
(244,239,245)
#F5F1F6
(245,241,246)
#F6F3F7
(246,243,247)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE1EE color. Also use rgb(237,225,238) instead hex code.

Text Font Color

.myTextColor { color: #EDE1EE; }

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

This text font color is #EDE1EE.


Background Color

.myBgColor { background-color: #EDE1EE; }

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

This div background color is #EDE1EE.


Border color

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

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

This div border color is #EDE1EE.


Opacity

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

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

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

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

This text has shadow with #EDE1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE1EE on black background.


Color preview on white background

This text has color #EDE1EE on white background.



Black color preview on #EDE1EE background

This text has black color on #EDE1EE background.


White color preview on #EDE1EE background

This text has white color on #EDE1EE background.