COLOR #EADDD8

HEX: #EADDD8 RGB: (234,221,216)

Color info

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

RGB color model

#EADDD8 color RGB value is (234,221,216).

RGB: (234,221,216) (92%, 87%, 85%)

RGB channels and saturation

R 234 of 255 = 92%
G 221 of 255 = 87%
B 216 of 255 = 85%

234
221
216

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

Portions of RGB colors in percentages

R + G + B = 234 + 221 + 216 = 671 (100%)
R 234 of 671 ~ 34.87%
G 221 of 671 ~ 32.94%
B 216 of 671 ~ 32.19'%

%34.87
%32.94
%32.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 7.69%
  • key color value is 8.24%

CMYK: (0,6,8,8)
C0M6Y8K8 (0%, 6%, 8%, 8%)
(0.00 / 0.06 / 0.08 / 0.08)

CMYK percentages

%0
%5.56
%7.69
%8.24

Codes

Color #EADDD8 in popluar color models

EA DD D8
RGB 234 221 216
HSL 17° 30.00% 88.24%
HSB/HSV 17° 7.69% 91.76%
CMYK 0.00% 5.56% 7.69%
8.24%

Color #EADDD8 in popluar number systems.

HEX EA DD D8
Decimal 234 221 216
Binary 11101010 11011101 11011000
Octal 352 335 330

Shades and tints

Shades of #EADDD8

#EADDD8
(234,221,216)
#D5C9C5
(213,201,197)
#C0B5B2
(192,181,178)
#ABA19F
(171,161,159)
#968D8C
(150,141,140)
#817979
(129,121,121)
#6C6566
(108,101,102)
#575153
(87,81,83)
#423D40
(66,61,64)
#2D292D
(45,41,45)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #EADDD8

#EADDD8
(234,221,216)
#EBE0DB
(235,224,219)
#ECE3DE
(236,227,222)
#EDE6E1
(237,230,225)
#EEE9E4
(238,233,228)
#EFECE7
(239,236,231)
#F0EFEA
(240,239,234)
#F1F2ED
(241,242,237)
#F2F5F0
(242,245,240)
#F3F8F3
(243,248,243)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EADDD8; }

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

This text font color is #EADDD8.

Background Color

.myBgColor { background-color: #EADDD8; }

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

This div background color is #EADDD8.

Border color

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

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

This div border color is #EADDD8.

Opacity

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

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

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

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

This text has shadow with #EADDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EADDD8.

Preview

Color preview on black background

This text has color #EADDD8 on black background.


Color preview on white background

This text has color #EADDD8 on white background.


Black color preview on #EADDD8 background

This text has black color on #EADDD8 background.


White color preview on #EADDD8 background

This text has white color on #EADDD8 background.


Related colors

Complementary color

Complementary color for #hex is #152227.


I love getcolorcode.com

Triadic colors

1 #D8EADD and #DDD8EA with #EADDD8 are triadic colors.

2 #D8DDEA and #DDEAD8 with #EADDD8 are triadic colors.