COLOR #EDE3E6

HEX: #EDE3E6 RGB: (237,227,230)

Color info

#EDE3E6 contains red, green and blue colors in about the same proportion. Web safe color of #EDE3E6 is #FFCCCC (or #FCC).

RGB color model

#EDE3E6 color RGB value is (237,227,230).

RGB: (237,227,230) (93%, 89%, 90%)

RGB channels and saturation

R 237 of 255 = 93%
G 227 of 255 = 89%
B 230 of 255 = 90%

237
227
230

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

Portions of RGB colors in percentages

R + G + B = 237 + 227 + 230 = 694 (100%)
R 237 of 694 ~ 34.15%
G 227 of 694 ~ 32.71%
B 230 of 694 ~ 33.14'%

%34.15
%32.71
%33.14

CMYK color model

#EDE3E6 color CMYK value is (0,4,3,7).

  • cyan value is 0.00%
  • magenta value is 4.22%
  • yellow value is 2.95%
  • key color value is 7.06%

CMYK: (0,4,3,7)
C0M4Y3K7 (0%, 4%, 3%, 7%)
(0.00 / 0.04 / 0.03 / 0.07)

CMYK percentages

%0
%4.22
%2.95
%7.06

Codes

Color #EDE3E6 in popluar color models

ED E3 E6
RGB 237 227 230
HSL 342° 21.74% 90.98%
HSB/HSV 342° 4.22% 92.94%
CMYK 0.00% 4.22% 2.95%
7.06%

Color #EDE3E6 in popluar number systems.

HEX ED E3 E6
Decimal 237 227 230
Binary 11101101 11100011 11100110
Octal 355 343 346

Shades and tints

Shades of #EDE3E6

#EDE3E6
(237,227,230)
#D8CFD2
(216,207,210)
#C3BBBE
(195,187,190)
#AEA7AA
(174,167,170)
#999396
(153,147,150)
#847F82
(132,127,130)
#6F6B6E
(111,107,110)
#5A575A
(90,87,90)
#454346
(69,67,70)
#302F32
(48,47,50)
#1B1B1E
(27,27,30)
#000000
(0,0,0)

Tints of #EDE3E6

#EDE3E6
(237,227,230)
#EEE5E8
(238,229,232)
#EFE7EA
(239,231,234)
#F0E9EC
(240,233,236)
#F1EBEE
(241,235,238)
#F2EDF0
(242,237,240)
#F3EFF2
(243,239,242)
#F4F1F4
(244,241,244)
#F5F3F6
(245,243,246)
#F6F5F8
(246,245,248)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3E6; }

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

This text font color is #EDE3E6.

Background Color

.myBgColor { background-color: #EDE3E6; }

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

This div background color is #EDE3E6.

Border color

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

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

This div border color is #EDE3E6.

Opacity

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

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

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

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

This text has shadow with #EDE3E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE3E6.

Preview

Color preview on black background

This text has color #EDE3E6 on black background.


Color preview on white background

This text has color #EDE3E6 on white background.


Black color preview on #EDE3E6 background

This text has black color on #EDE3E6 background.


White color preview on #EDE3E6 background

This text has white color on #EDE3E6 background.


Related colors

Complementary color

Complementary color for #hex is #121C19.


I love getcolorcode.com

Triadic colors

1 #E6EDE3 and #E3E6ED with #EDE3E6 are triadic colors.

2 #E6E3ED and #E3EDE6 with #EDE3E6 are triadic colors.