COLOR #EAD8E4

HEX: #EAD8E4
RGB: (234,216,228)

Color info

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

RGB color model

#EAD8E4 color RGB value is (234,216,228).

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

RGB channels and saturation

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

234
216
228

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

Portions of RGB colors in percentages

R + G + B =
234 + 216 + 228 = 678 (100%)
R 234 of 678 ~ 34.51%
G 216 of 678 ~ 31.86%
B 228 of 678 ~ 33.63%

%34.51
%31.86
%33.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK:
(0,8,3,8)
C0M8Y3K8 
(0%,8%,3%,8%)
(0.00/0.08/0.03/0.08)	

CMYK percentages

%0
%7.69
%2.56
%8.24

Codes

Color #EAD8E4 in popluar color models

EAD8E4
RGB234216228
HSL320°30.00%88.24%
HSB/HSV320°7.69%91.76%
CMYK0.00%7.69%2.56%
8.24%

Color #EAD8E4 in popluar number systems.

HEXEAD8E4
Decimal234216228
Binary111010101101100011100100
Octal352330344

Shades and tints

Shades of #EAD8E4

#EAD8E4
(234,216,228)
#D5C5D0
(213,197,208)
#C0B2BC
(192,178,188)
#AB9FA8
(171,159,168)
#968C94
(150,140,148)
#817980
(129,121,128)
#6C666C
(108,102,108)
#575358
(87,83,88)
#424044
(66,64,68)
#2D2D30
(45,45,48)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #EAD8E4

#EAD8E4
(234,216,228)
#EBDBE6
(235,219,230)
#ECDEE8
(236,222,232)
#EDE1EA
(237,225,234)
#EEE4EC
(238,228,236)
#EFE7EE
(239,231,238)
#F0EAF0
(240,234,240)
#F1EDF2
(241,237,242)
#F2F0F4
(242,240,244)
#F3F3F6
(243,243,246)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD8E4; }

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

This text font color is #EAD8E4.


Background Color

.myBgColor { background-color: #EAD8E4; }

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

This div background color is #EAD8E4.


Border color

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

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

This div border color is #EAD8E4.


Opacity

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

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

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

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

This text has shadow with #EAD8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD8E4 on black background.


Color preview on white background

This text has color #EAD8E4 on white background.



Black color preview on #EAD8E4 background

This text has black color on #EAD8E4 background.


White color preview on #EAD8E4 background

This text has white color on #EAD8E4 background.