COLOR #EAD9E4

HEX: #EAD9E4 RGB: (234,217,228)

Color info

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

RGB color model

#EAD9E4 color RGB value is (234,217,228).

RGB: (234,217,228) (92%, 85%, 89%)

RGB channels and saturation

R 234 of 255 = 92%
G 217 of 255 = 85%
B 228 of 255 = 89%

234
217
228

R + G + B ~ 89%. #EAD9E4 is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 217 + 228 = 679 (100%)
R 234 of 679 ~ 34.46%
G 217 of 679 ~ 31.96%
B 228 of 679 ~ 33.58'%

%34.46
%31.96
%33.58

CMYK color model

#EAD9E4 color CMYK value is (0,7,3,8).

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK: (0,7,3,8) C0M7Y3K8 (0%,7%,3%,8%) (0.00/0.07/0.03/0.08) 

CMYK percentages

%0
%7.26
%2.56
%8.24

Codes

Color #EAD9E4 in popluar color models

EA D9 E4
RGB 234 217 228
HSL 321° 28.81% 88.43%
HSB/HSV 321° 7.26% 91.76%
CMYK 0.00% 7.26% 2.56%
8.24%

Color #EAD9E4 in popluar number systems.

HEX EA D9 E4
Decimal 234 217 228
Binary 11101010 11011001 11100100
Octal 352 331 344

Shades and tints

Shades of #EAD9E4

#EAD9E4
(234,217,228)
#D5C6D0
(213,198,208)
#C0B3BC
(192,179,188)
#ABA0A8
(171,160,168)
#968D94
(150,141,148)
#817A80
(129,122,128)
#6C676C
(108,103,108)
#575458
(87,84,88)
#424144
(66,65,68)
#2D2E30
(45,46,48)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #EAD9E4

#EAD9E4
(234,217,228)
#EBDCE6
(235,220,230)
#ECDFE8
(236,223,232)
#EDE2EA
(237,226,234)
#EEE5EC
(238,229,236)
#EFE8EE
(239,232,238)
#F0EBF0
(240,235,240)
#F1EEF2
(241,238,242)
#F2F1F4
(242,241,244)
#F3F4F6
(243,244,246)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD9E4 color. Also use rgb(234,217,228) instead hex code.

Text Font Color

.myTextColor { color: #EAD9E4; }

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

This text font color is #EAD9E4.

Background Color

.myBgColor { background-color: #EAD9E4; }

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

This div background color is #EAD9E4.

Border color

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

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

This div border color is #EAD9E4.

Opacity

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

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

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

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

This text has shadow with #EAD9E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD9E4.

Preview

Color preview on black background

This text has color #EAD9E4 on black background.


Color preview on white background

This text has color #EAD9E4 on white background.


Black color preview on #EAD9E4 background

This text has black color on #EAD9E4 background.


White color preview on #EAD9E4 background

This text has white color on #EAD9E4 background.


Related colors

Complementary color

Complementary color for #hex is #15261B.


I love getcolorcode.com

Triadic colors

1 #E4EAD9 and #D9E4EA with #EAD9E4 are triadic colors.

2 #E4D9EA and #D9EAE4 with #EAD9E4 are triadic colors.