COLOR #EDADE0

HEX: #EDADE0 RGB: (237,173,224)

Color info

#EDADE0 contains mainly red and blue colors. Web safe color of #EDADE0 is #FF99CC (or #F9C).

RGB color model

#EDADE0 color RGB value is (237,173,224).

RGB: (237,173,224) (93%, 68%, 88%)

RGB channels and saturation

R 237 of 255 = 93%
G 173 of 255 = 68%
B 224 of 255 = 88%

237
173
224

R + G + B ~ 83%. #EDADE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 173 + 224 = 634 (100%)
R 237 of 634 ~ 37.38%
G 173 of 634 ~ 27.29%
B 224 of 634 ~ 35.33'%

%37.38
%27.29
%35.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.00%
  • yellow value is 5.49%
  • key color value is 7.06%

CMYK: (0,27,5,7)
C0M27Y5K7 (0%, 27%, 5%, 7%)
(0.00 / 0.27 / 0.05 / 0.07)

CMYK percentages

%0
%27
%5.49
%7.06

Codes

Color #EDADE0 in popluar color models

ED AD E0
RGB 237 173 224
HSL 312° 64.00% 80.39%
HSB/HSV 312° 27.00% 92.94%
CMYK 0.00% 27.00% 5.49%
7.06%

Color #EDADE0 in popluar number systems.

HEX ED AD E0
Decimal 237 173 224
Binary 11101101 10101101 11100000
Octal 355 255 340

Shades and tints

Shades of #EDADE0

#EDADE0
(237,173,224)
#D89ECC
(216,158,204)
#C38FB8
(195,143,184)
#AE80A4
(174,128,164)
#997190
(153,113,144)
#84627C
(132,98,124)
#6F5368
(111,83,104)
#5A4454
(90,68,84)
#453540
(69,53,64)
#30262C
(48,38,44)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #EDADE0

#EDADE0
(237,173,224)
#EEB4E2
(238,180,226)
#EFBBE4
(239,187,228)
#F0C2E6
(240,194,230)
#F1C9E8
(241,201,232)
#F2D0EA
(242,208,234)
#F3D7EC
(243,215,236)
#F4DEEE
(244,222,238)
#F5E5F0
(245,229,240)
#F6ECF2
(246,236,242)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDADE0; }

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

This text font color is #EDADE0.

Background Color

.myBgColor { background-color: #EDADE0; }

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

This div background color is #EDADE0.

Border color

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

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

This div border color is #EDADE0.

Opacity

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

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

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

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

This text has shadow with #EDADE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDADE0.

Preview

Color preview on black background

This text has color #EDADE0 on black background.


Color preview on white background

This text has color #EDADE0 on white background.


Black color preview on #EDADE0 background

This text has black color on #EDADE0 background.


White color preview on #EDADE0 background

This text has white color on #EDADE0 background.


Related colors

Complementary color

Complementary color for #hex is #12521F.


I love getcolorcode.com

Triadic colors

1 #E0EDAD and #ADE0ED with #EDADE0 are triadic colors.

2 #E0ADED and #ADEDE0 with #EDADE0 are triadic colors.