COLOR #EADEDD

HEX: #EADEDD
RGB: (234,222,221)

Color info

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

RGB color model

#EADEDD color RGB value is (234,222,221).

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

RGB channels and saturation

R 234 of 255 = 92%
G 222 of 255 = 87%
B 221 of 255 = 87%

234
222
221

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

Portions of RGB colors in percentages

R + G + B =
234 + 222 + 221 = 677 (100%)
R 234 of 677 ~ 34.56%
G 222 of 677 ~ 32.79%
B 221 of 677 ~ 32.64%

%34.56
%32.79
%32.64

CMYK color model

#EADEDD color CMYK value is (0,5,6,8).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 5.56%
  • key color value is 8.24%
CMYK:
(0,5,6,8)
C0M5Y6K8 
(0%,5%,6%,8%)
(0.00/0.05/0.06/0.08)	

CMYK percentages

%0
%5.13
%5.56
%8.24

Codes

Color #EADEDD in popluar color models

EADEDD
RGB234222221
HSL23.64%89.22%
HSB/HSV5.56%91.76%
CMYK0.00%5.13%5.56%
8.24%

Color #EADEDD in popluar number systems.

HEXEADEDD
Decimal234222221
Binary111010101101111011011101
Octal352336335

Shades and tints

Shades of #EADEDD

#EADEDD
(234,222,221)
#D5CAC9
(213,202,201)
#C0B6B5
(192,182,181)
#ABA2A1
(171,162,161)
#968E8D
(150,142,141)
#817A79
(129,122,121)
#6C6665
(108,102,101)
#575251
(87,82,81)
#423E3D
(66,62,61)
#2D2A29
(45,42,41)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #EADEDD

#EADEDD
(234,222,221)
#EBE1E0
(235,225,224)
#ECE4E3
(236,228,227)
#EDE7E6
(237,231,230)
#EEEAE9
(238,234,233)
#EFEDEC
(239,237,236)
#F0F0EF
(240,240,239)
#F1F3F2
(241,243,242)
#F2F6F5
(242,246,245)
#F3F9F8
(243,249,248)
#F4FCFB
(244,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EADEDD; }

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

This text font color is #EADEDD.


Background Color

.myBgColor { background-color: #EADEDD; }

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

This div background color is #EADEDD.


Border color

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

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

This div border color is #EADEDD.


Opacity

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

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

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

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

This text has shadow with #EADEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EADEDD on black background.


Color preview on white background

This text has color #EADEDD on white background.



Black color preview on #EADEDD background

This text has black color on #EADEDD background.


White color preview on #EADEDD background

This text has white color on #EADEDD background.