COLOR #EDE9F2

HEX: #EDE9F2 RGB: (237,233,242)

Color info

#EDE9F2 contains red, green and blue colors in about the same proportion. Web safe color of #EDE9F2 is #FFFFFF (or #FFF).

RGB color model

#EDE9F2 color RGB value is (237,233,242).

RGB: (237,233,242) (93%, 91%, 95%)

RGB channels and saturation

R 237 of 255 = 93%
G 233 of 255 = 91%
B 242 of 255 = 95%

237
233
242

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

Portions of RGB colors in percentages

R + G + B = 237 + 233 + 242 = 712 (100%)
R 237 of 712 ~ 33.29%
G 233 of 712 ~ 32.72%
B 242 of 712 ~ 33.99'%

%33.29
%32.72
%33.99

CMYK color model

#EDE9F2 color CMYK value is (2,4,0,5).

  • cyan value is 2.07%
  • magenta value is 3.72%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (2,4,0,5) C2M4Y0K5 (2%,4%,0%,5%) (0.02/0.04/0.00/0.05) 

CMYK percentages

%2.07
%3.72
%0
%5.1

Codes

Color #EDE9F2 in popluar color models

ED E9 F2
RGB 237 233 242
HSL 267° 25.71% 93.14%
HSB/HSV 267° 3.72% 94.90%
CMYK 2.07% 3.72% 0.00%
5.10%

Color #EDE9F2 in popluar number systems.

HEX ED E9 F2
Decimal 237 233 242
Binary 11101101 11101001 11110010
Octal 355 351 362

Shades and tints

Shades of #EDE9F2

#EDE9F2
(237,233,242)
#D8D4DC
(216,212,220)
#C3BFC6
(195,191,198)
#AEAAB0
(174,170,176)
#99959A
(153,149,154)
#848084
(132,128,132)
#6F6B6E
(111,107,110)
#5A5658
(90,86,88)
#454142
(69,65,66)
#302C2C
(48,44,44)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #EDE9F2

#EDE9F2
(237,233,242)
#EEEBF3
(238,235,243)
#EFEDF4
(239,237,244)
#F0EFF5
(240,239,245)
#F1F1F6
(241,241,246)
#F2F3F7
(242,243,247)
#F3F5F8
(243,245,248)
#F4F7F9
(244,247,249)
#F5F9FA
(245,249,250)
#F6FBFB
(246,251,251)
#F7FDFC
(247,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE9F2 color. Also use rgb(237,233,242) instead hex code.

Text Font Color

.myTextColor { color: #EDE9F2; }

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

This text font color is #EDE9F2.

Background Color

.myBgColor { background-color: #EDE9F2; }

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

This div background color is #EDE9F2.

Border color

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

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

This div border color is #EDE9F2.

Opacity

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

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

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

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

This text has shadow with #EDE9F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE9F2.

Preview

Color preview on black background

This text has color #EDE9F2 on black background.


Color preview on white background

This text has color #EDE9F2 on white background.


Black color preview on #EDE9F2 background

This text has black color on #EDE9F2 background.


White color preview on #EDE9F2 background

This text has white color on #EDE9F2 background.


Related colors

Complementary color

Complementary color for #hex is #12160D.


I love getcolorcode.com

Triadic colors

1 #F2EDE9 and #E9F2ED with #EDE9F2 are triadic colors.

2 #F2E9ED and #E9EDF2 with #EDE9F2 are triadic colors.