COLOR #EDE3F2

HEX: #EDE3F2 RGB: (237,227,242)

Color info

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

RGB color model

#EDE3F2 color RGB value is (237,227,242).

RGB: (237,227,242) (93%, 89%, 95%)

RGB channels and saturation

R 237 of 255 = 93%
G 227 of 255 = 89%
B 242 of 255 = 95%

237
227
242

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

Portions of RGB colors in percentages

R + G + B = 237 + 227 + 242 = 706 (100%)
R 237 of 706 ~ 33.57%
G 227 of 706 ~ 32.15%
B 242 of 706 ~ 34.28'%

%33.57
%32.15
%34.28

CMYK color model

#EDE3F2 color CMYK value is (2,6,0,5).

  • cyan value is 2.07%
  • magenta value is 6.20%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (2,6,0,5)
C2M6Y0K5 (2%, 6%, 0%, 5%)
(0.02 / 0.06 / 0.00 / 0.05)

CMYK percentages

%2.07
%6.2
%0
%5.1

Codes

Color #EDE3F2 in popluar color models

ED E3 F2
RGB 237 227 242
HSL 280° 36.59% 91.96%
HSB/HSV 280° 6.20% 94.90%
CMYK 2.07% 6.20% 0.00%
5.10%

Color #EDE3F2 in popluar number systems.

HEX ED E3 F2
Decimal 237 227 242
Binary 11101101 11100011 11110010
Octal 355 343 362

Shades and tints

Shades of #EDE3F2

#EDE3F2
(237,227,242)
#D8CFDC
(216,207,220)
#C3BBC6
(195,187,198)
#AEA7B0
(174,167,176)
#99939A
(153,147,154)
#847F84
(132,127,132)
#6F6B6E
(111,107,110)
#5A5758
(90,87,88)
#454342
(69,67,66)
#302F2C
(48,47,44)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #EDE3F2

#EDE3F2
(237,227,242)
#EEE5F3
(238,229,243)
#EFE7F4
(239,231,244)
#F0E9F5
(240,233,245)
#F1EBF6
(241,235,246)
#F2EDF7
(242,237,247)
#F3EFF8
(243,239,248)
#F4F1F9
(244,241,249)
#F5F3FA
(245,243,250)
#F6F5FB
(246,245,251)
#F7F7FC
(247,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3F2; }

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

This text font color is #EDE3F2.

Background Color

.myBgColor { background-color: #EDE3F2; }

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

This div background color is #EDE3F2.

Border color

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

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

This div border color is #EDE3F2.

Opacity

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

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

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

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

This text has shadow with #EDE3F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE3F2.

Preview

Color preview on black background

This text has color #EDE3F2 on black background.


Color preview on white background

This text has color #EDE3F2 on white background.


Black color preview on #EDE3F2 background

This text has black color on #EDE3F2 background.


White color preview on #EDE3F2 background

This text has white color on #EDE3F2 background.


Related colors

Complementary color

Complementary color for #hex is #121C0D.


I love getcolorcode.com

Triadic colors

1 #F2EDE3 and #E3F2ED with #EDE3F2 are triadic colors.

2 #F2E3ED and #E3EDF2 with #EDE3F2 are triadic colors.