COLOR #EADDE4

HEX: #EADDE4
RGB: (234,221,228)

Color info

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

RGB color model

#EADDE4 color RGB value is (234,221,228).

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

RGB channels and saturation

R 234 of 255 = 92%
G 221 of 255 = 87%
B 228 of 255 = 89%

234
221
228

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

Portions of RGB colors in percentages

R + G + B =
234 + 221 + 228 = 683 (100%)
R 234 of 683 ~ 34.26%
G 221 of 683 ~ 32.36%
B 228 of 683 ~ 33.38%

%34.26
%32.36
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK:
(0,6,3,8)
C0M6Y3K8 
(0%,6%,3%,8%)
(0.00/0.06/0.03/0.08)	

CMYK percentages

%0
%5.56
%2.56
%8.24

Codes

Color #EADDE4 in popluar color models

EADDE4
RGB234221228
HSL328°23.64%89.22%
HSB/HSV328°5.56%91.76%
CMYK0.00%5.56%2.56%
8.24%

Color #EADDE4 in popluar number systems.

HEXEADDE4
Decimal234221228
Binary111010101101110111100100
Octal352335344

Shades and tints

Shades of #EADDE4

#EADDE4
(234,221,228)
#D5C9D0
(213,201,208)
#C0B5BC
(192,181,188)
#ABA1A8
(171,161,168)
#968D94
(150,141,148)
#817980
(129,121,128)
#6C656C
(108,101,108)
#575158
(87,81,88)
#423D44
(66,61,68)
#2D2930
(45,41,48)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #EADDE4

#EADDE4
(234,221,228)
#EBE0E6
(235,224,230)
#ECE3E8
(236,227,232)
#EDE6EA
(237,230,234)
#EEE9EC
(238,233,236)
#EFECEE
(239,236,238)
#F0EFF0
(240,239,240)
#F1F2F2
(241,242,242)
#F2F5F4
(242,245,244)
#F3F8F6
(243,248,246)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EADDE4; }

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

This text font color is #EADDE4.


Background Color

.myBgColor { background-color: #EADDE4; }

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

This div background color is #EADDE4.


Border color

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

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

This div border color is #EADDE4.


Opacity

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

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

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

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

This text has shadow with #EADDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EADDE4 on black background.


Color preview on white background

This text has color #EADDE4 on white background.



Black color preview on #EADDE4 background

This text has black color on #EADDE4 background.


White color preview on #EADDE4 background

This text has white color on #EADDE4 background.