COLOR #EDE3EE

HEX: #EDE3EE RGB: (237,227,238)

Color info

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

RGB color model

#EDE3EE color RGB value is (237,227,238).

RGB: (237,227,238) (93%, 89%, 93%)

RGB channels and saturation

R 237 of 255 = 93%
G 227 of 255 = 89%
B 238 of 255 = 93%

237
227
238

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

Portions of RGB colors in percentages

R + G + B = 237 + 227 + 238 = 702 (100%)
R 237 of 702 ~ 33.76%
G 227 of 702 ~ 32.34%
B 238 of 702 ~ 33.9'%

%33.76
%32.34
%33.9

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 4.62%
  • 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
%4.62
%0
%6.67

Codes

Color #EDE3EE in popluar color models

ED E3 EE
RGB 237 227 238
HSL 295° 24.44% 91.18%
HSB/HSV 295° 4.62% 93.33%
CMYK 0.42% 4.62% 0.00%
6.67%

Color #EDE3EE in popluar number systems.

HEX ED E3 EE
Decimal 237 227 238
Binary 11101101 11100011 11101110
Octal 355 343 356

Shades and tints

Shades of #EDE3EE

#EDE3EE
(237,227,238)
#D8CFD9
(216,207,217)
#C3BBC4
(195,187,196)
#AEA7AF
(174,167,175)
#99939A
(153,147,154)
#847F85
(132,127,133)
#6F6B70
(111,107,112)
#5A575B
(90,87,91)
#454346
(69,67,70)
#302F31
(48,47,49)
#1B1B1C
(27,27,28)
#000000
(0,0,0)

Tints of #EDE3EE

#EDE3EE
(237,227,238)
#EEE5EF
(238,229,239)
#EFE7F0
(239,231,240)
#F0E9F1
(240,233,241)
#F1EBF2
(241,235,242)
#F2EDF3
(242,237,243)
#F3EFF4
(243,239,244)
#F4F1F5
(244,241,245)
#F5F3F6
(245,243,246)
#F6F5F7
(246,245,247)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3EE; }

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

This text font color is #EDE3EE.

Background Color

.myBgColor { background-color: #EDE3EE; }

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

This div background color is #EDE3EE.

Border color

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

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

This div border color is #EDE3EE.

Opacity

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

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

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

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

This text has shadow with #EDE3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE3EE.

Preview

Color preview on black background

This text has color #EDE3EE on black background.


Color preview on white background

This text has color #EDE3EE on white background.


Black color preview on #EDE3EE background

This text has black color on #EDE3EE background.


White color preview on #EDE3EE background

This text has white color on #EDE3EE background.


Related colors

Complementary color

Complementary color for #hex is #121C11.


I love getcolorcode.com

Triadic colors

1 #EEEDE3 and #E3EEED with #EDE3EE are triadic colors.

2 #EEE3ED and #E3EDEE with #EDE3EE are triadic colors.