COLOR #EADDE2

HEX: #EADDE2
RGB: (234,221,226)

Color info

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

RGB color model

#EADDE2 color RGB value is (234,221,226).

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

RGB channels and saturation

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

234
221
226

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

Portions of RGB colors in percentages

R + G + B =
234 + 221 + 226 = 681 (100%)
R 234 of 681 ~ 34.36%
G 221 of 681 ~ 32.45%
B 226 of 681 ~ 33.19%

%34.36
%32.45
%33.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 3.42%
  • 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
%3.42
%8.24

Codes

Color #EADDE2 in popluar color models

EADDE2
RGB234221226
HSL337°23.64%89.22%
HSB/HSV337°5.56%91.76%
CMYK0.00%5.56%3.42%
8.24%

Color #EADDE2 in popluar number systems.

HEXEADDE2
Decimal234221226
Binary111010101101110111100010
Octal352335342

Shades and tints

Shades of #EADDE2

#EADDE2
(234,221,226)
#D5C9CE
(213,201,206)
#C0B5BA
(192,181,186)
#ABA1A6
(171,161,166)
#968D92
(150,141,146)
#81797E
(129,121,126)
#6C656A
(108,101,106)
#575156
(87,81,86)
#423D42
(66,61,66)
#2D292E
(45,41,46)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #EADDE2

#EADDE2
(234,221,226)
#EBE0E4
(235,224,228)
#ECE3E6
(236,227,230)
#EDE6E8
(237,230,232)
#EEE9EA
(238,233,234)
#EFECEC
(239,236,236)
#F0EFEE
(240,239,238)
#F1F2F0
(241,242,240)
#F2F5F2
(242,245,242)
#F3F8F4
(243,248,244)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EADDE2; }

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

This text font color is #EADDE2.


Background Color

.myBgColor { background-color: #EADDE2; }

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

This div background color is #EADDE2.


Border color

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

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

This div border color is #EADDE2.


Opacity

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

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

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

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

This text has shadow with #EADDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EADDE2 on black background.


Color preview on white background

This text has color #EADDE2 on white background.



Black color preview on #EADDE2 background

This text has black color on #EADDE2 background.


White color preview on #EADDE2 background

This text has white color on #EADDE2 background.