COLOR #EAD5E4

HEX: #EAD5E4
RGB: (234,213,228)

Color info

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

RGB color model

#EAD5E4 color RGB value is (234,213,228).

  • red value is 234;
  • green value is 213;
  • blue value is 228.
RGB:
(234,213,228)
(92%,84%,89%)

RGB channels and saturation

R 234 of 255 = 92%
G 213 of 255 = 84%
B 228 of 255 = 89%

234
213
228

R + G + B ~ 88%. #EAD5E4 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 213 + 228 = 675 (100%)
R 234 of 675 ~ 34.67%
G 213 of 675 ~ 31.56%
B 228 of 675 ~ 33.78%

%34.67
%31.56
%33.78

CMYK color model

#EAD5E4 color CMYK value is (0,9,3,8).

  • cyan value is 0.00%
  • magenta value is 8.97%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK:
(0,9,3,8)
C0M9Y3K8 
(0%,9%,3%,8%)
(0.00/0.09/0.03/0.08)	

CMYK percentages

%0
%8.97
%2.56
%8.24

Codes

Color #EAD5E4 in popluar color models

EAD5E4
RGB234213228
HSL317°33.33%87.65%
HSB/HSV317°8.97%91.76%
CMYK0.00%8.97%2.56%
8.24%

Color #EAD5E4 in popluar number systems.

HEXEAD5E4
Decimal234213228
Binary111010101101010111100100
Octal352325344

Shades and tints

Shades of #EAD5E4

#EAD5E4
(234,213,228)
#D5C2D0
(213,194,208)
#C0AFBC
(192,175,188)
#AB9CA8
(171,156,168)
#968994
(150,137,148)
#817680
(129,118,128)
#6C636C
(108,99,108)
#575058
(87,80,88)
#423D44
(66,61,68)
#2D2A30
(45,42,48)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #EAD5E4

#EAD5E4
(234,213,228)
#EBD8E6
(235,216,230)
#ECDBE8
(236,219,232)
#EDDEEA
(237,222,234)
#EEE1EC
(238,225,236)
#EFE4EE
(239,228,238)
#F0E7F0
(240,231,240)
#F1EAF2
(241,234,242)
#F2EDF4
(242,237,244)
#F3F0F6
(243,240,246)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD5E4; }

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

This text font color is #EAD5E4.


Background Color

.myBgColor { background-color: #EAD5E4; }

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

This div background color is #EAD5E4.


Border color

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

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

This div border color is #EAD5E4.


Opacity

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

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

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

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

This text has shadow with #EAD5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD5E4 on black background.


Color preview on white background

This text has color #EAD5E4 on white background.



Black color preview on #EAD5E4 background

This text has black color on #EAD5E4 background.


White color preview on #EAD5E4 background

This text has white color on #EAD5E4 background.