COLOR #EDE2EF

HEX: #EDE2EF RGB: (237,226,239)

Color info

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

RGB color model

#EDE2EF color RGB value is (237,226,239).

RGB: (237,226,239) (93%, 89%, 94%)

RGB channels and saturation

R 237 of 255 = 93%
G 226 of 255 = 89%
B 239 of 255 = 94%

237
226
239

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

Portions of RGB colors in percentages

R + G + B = 237 + 226 + 239 = 702 (100%)
R 237 of 702 ~ 33.76%
G 226 of 702 ~ 32.19%
B 239 of 702 ~ 34.05'%

%33.76
%32.19
%34.05

CMYK color model

#EDE2EF color CMYK value is (1,5,0,6).

  • cyan value is 0.84%
  • magenta value is 5.44%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (1,5,0,6)
C1M5Y0K6 (1%, 5%, 0%, 6%)
(0.01 / 0.05 / 0.00 / 0.06)

CMYK percentages

%0.84
%5.44
%0
%6.27

Codes

Color #EDE2EF in popluar color models

ED E2 EF
RGB 237 226 239
HSL 291° 28.89% 91.18%
HSB/HSV 291° 5.44% 93.73%
CMYK 0.84% 5.44% 0.00%
6.27%

Color #EDE2EF in popluar number systems.

HEX ED E2 EF
Decimal 237 226 239
Binary 11101101 11100010 11101111
Octal 355 342 357

Shades and tints

Shades of #EDE2EF

#EDE2EF
(237,226,239)
#D8CEDA
(216,206,218)
#C3BAC5
(195,186,197)
#AEA6B0
(174,166,176)
#99929B
(153,146,155)
#847E86
(132,126,134)
#6F6A71
(111,106,113)
#5A565C
(90,86,92)
#454247
(69,66,71)
#302E32
(48,46,50)
#1B1A1D
(27,26,29)
#000000
(0,0,0)

Tints of #EDE2EF

#EDE2EF
(237,226,239)
#EEE4F0
(238,228,240)
#EFE6F1
(239,230,241)
#F0E8F2
(240,232,242)
#F1EAF3
(241,234,243)
#F2ECF4
(242,236,244)
#F3EEF5
(243,238,245)
#F4F0F6
(244,240,246)
#F5F2F7
(245,242,247)
#F6F4F8
(246,244,248)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE2EF color. Also use rgb(237,226,239) instead hex code.

Text Font Color

.myTextColor { color: #EDE2EF; }

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

This text font color is #EDE2EF.

Background Color

.myBgColor { background-color: #EDE2EF; }

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

This div background color is #EDE2EF.

Border color

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

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

This div border color is #EDE2EF.

Opacity

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

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

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

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

This text has shadow with #EDE2EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE2EF.

Preview

Color preview on black background

This text has color #EDE2EF on black background.


Color preview on white background

This text has color #EDE2EF on white background.


Black color preview on #EDE2EF background

This text has black color on #EDE2EF background.


White color preview on #EDE2EF background

This text has white color on #EDE2EF background.


Related colors

Complementary color

Complementary color for #hex is #121D10.


I love getcolorcode.com

Triadic colors

1 #EFEDE2 and #E2EFED with #EDE2EF are triadic colors.

2 #EFE2ED and #E2EDEF with #EDE2EF are triadic colors.