COLOR #EDE0F0

HEX: #EDE0F0 RGB: (237,224,240)

Color info

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

RGB color model

#EDE0F0 color RGB value is (237,224,240).

RGB: (237,224,240) (93%, 88%, 94%)

RGB channels and saturation

R 237 of 255 = 93%
G 224 of 255 = 88%
B 240 of 255 = 94%

237
224
240

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

Portions of RGB colors in percentages

R + G + B = 237 + 224 + 240 = 701 (100%)
R 237 of 701 ~ 33.81%
G 224 of 701 ~ 31.95%
B 240 of 701 ~ 34.24'%

%33.81
%31.95
%34.24

CMYK color model

#EDE0F0 color CMYK value is (1,7,0,6).

  • cyan value is 1.25%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (1,7,0,6) C1M7Y0K6 (1%,7%,0%,6%) (0.01/0.07/0.00/0.06) 

CMYK percentages

%1.25
%6.67
%0
%5.88

Codes

Color #EDE0F0 in popluar color models

ED E0 F0
RGB 237 224 240
HSL 289° 34.78% 90.98%
HSB/HSV 289° 6.67% 94.12%
CMYK 1.25% 6.67% 0.00%
5.88%

Color #EDE0F0 in popluar number systems.

HEX ED E0 F0
Decimal 237 224 240
Binary 11101101 11100000 11110000
Octal 355 340 360

Shades and tints

Shades of #EDE0F0

#EDE0F0
(237,224,240)
#D8CCDB
(216,204,219)
#C3B8C6
(195,184,198)
#AEA4B1
(174,164,177)
#99909C
(153,144,156)
#847C87
(132,124,135)
#6F6872
(111,104,114)
#5A545D
(90,84,93)
#454048
(69,64,72)
#302C33
(48,44,51)
#1B181E
(27,24,30)
#000000
(0,0,0)

Tints of #EDE0F0

#EDE0F0
(237,224,240)
#EEE2F1
(238,226,241)
#EFE4F2
(239,228,242)
#F0E6F3
(240,230,243)
#F1E8F4
(241,232,244)
#F2EAF5
(242,234,245)
#F3ECF6
(243,236,246)
#F4EEF7
(244,238,247)
#F5F0F8
(245,240,248)
#F6F2F9
(246,242,249)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE0F0 color. Also use rgb(237,224,240) instead hex code.

Text Font Color

.myTextColor { color: #EDE0F0; }

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

This text font color is #EDE0F0.

Background Color

.myBgColor { background-color: #EDE0F0; }

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

This div background color is #EDE0F0.

Border color

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

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

This div border color is #EDE0F0.

Opacity

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

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

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

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

This text has shadow with #EDE0F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE0F0.

Preview

Color preview on black background

This text has color #EDE0F0 on black background.


Color preview on white background

This text has color #EDE0F0 on white background.


Black color preview on #EDE0F0 background

This text has black color on #EDE0F0 background.


White color preview on #EDE0F0 background

This text has white color on #EDE0F0 background.


Related colors

Complementary color

Complementary color for #hex is #121F0F.


I love getcolorcode.com

Triadic colors

1 #F0EDE0 and #E0F0ED with #EDE0F0 are triadic colors.

2 #F0E0ED and #E0EDF0 with #EDE0F0 are triadic colors.