COLOR #EAD7DD

HEX: #EAD7DD RGB: (234,215,221)

Color info

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

RGB color model

#EAD7DD color RGB value is (234,215,221).

RGB: (234,215,221) (92%, 84%, 87%)

RGB channels and saturation

R 234 of 255 = 92%
G 215 of 255 = 84%
B 221 of 255 = 87%

234
215
221

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

Portions of RGB colors in percentages

R + G + B = 234 + 215 + 221 = 670 (100%)
R 234 of 670 ~ 34.93%
G 215 of 670 ~ 32.09%
B 221 of 670 ~ 32.99'%

%34.93
%32.09
%32.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.12%
  • yellow value is 5.56%
  • key color value is 8.24%
CMYK: (0,8,6,8) C0M8Y6K8 (0%,8%,6%,8%) (0.00/0.08/0.06/0.08) 

CMYK percentages

%0
%8.12
%5.56
%8.24

Codes

Color #EAD7DD in popluar color models

EA D7 DD
RGB 234 215 221
HSL 341° 31.15% 88.04%
HSB/HSV 341° 8.12% 91.76%
CMYK 0.00% 8.12% 5.56%
8.24%

Color #EAD7DD in popluar number systems.

HEX EA D7 DD
Decimal 234 215 221
Binary 11101010 11010111 11011101
Octal 352 327 335

Shades and tints

Shades of #EAD7DD

#EAD7DD
(234,215,221)
#D5C4C9
(213,196,201)
#C0B1B5
(192,177,181)
#AB9EA1
(171,158,161)
#968B8D
(150,139,141)
#817879
(129,120,121)
#6C6565
(108,101,101)
#575251
(87,82,81)
#423F3D
(66,63,61)
#2D2C29
(45,44,41)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #EAD7DD

#EAD7DD
(234,215,221)
#EBDAE0
(235,218,224)
#ECDDE3
(236,221,227)
#EDE0E6
(237,224,230)
#EEE3E9
(238,227,233)
#EFE6EC
(239,230,236)
#F0E9EF
(240,233,239)
#F1ECF2
(241,236,242)
#F2EFF5
(242,239,245)
#F3F2F8
(243,242,248)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD7DD; }

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

This text font color is #EAD7DD.

Background Color

.myBgColor { background-color: #EAD7DD; }

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

This div background color is #EAD7DD.

Border color

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

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

This div border color is #EAD7DD.

Opacity

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

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

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

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

This text has shadow with #EAD7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD7DD.

Preview

Color preview on black background

This text has color #EAD7DD on black background.


Color preview on white background

This text has color #EAD7DD on white background.


Black color preview on #EAD7DD background

This text has black color on #EAD7DD background.


White color preview on #EAD7DD background

This text has white color on #EAD7DD background.


Related colors

Complementary color

Complementary color for #hex is #152822.


I love getcolorcode.com

Triadic colors

1 #DDEAD7 and #D7DDEA with #EAD7DD are triadic colors.

2 #DDD7EA and #D7EADD with #EAD7DD are triadic colors.