COLOR #EAD7DC

HEX: #EAD7DC RGB: (234,215,220)

Color info

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

RGB color model

#EAD7DC color RGB value is (234,215,220).

RGB: (234,215,220) (92%, 84%, 86%)

RGB channels and saturation

R 234 of 255 = 92%
G 215 of 255 = 84%
B 220 of 255 = 86%

234
215
220

R + G + B ~ 87%. #EAD7DC is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 215 + 220 = 669 (100%)
R 234 of 669 ~ 34.98%
G 215 of 669 ~ 32.14%
B 220 of 669 ~ 32.88'%

%34.98
%32.14
%32.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.12%
  • yellow value is 5.98%
  • 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.98
%8.24

Codes

Color #EAD7DC in popluar color models

EA D7 DC
RGB 234 215 220
HSL 344° 31.15% 88.04%
HSB/HSV 344° 8.12% 91.76%
CMYK 0.00% 8.12% 5.98%
8.24%

Color #EAD7DC in popluar number systems.

HEX EA D7 DC
Decimal 234 215 220
Binary 11101010 11010111 11011100
Octal 352 327 334

Shades and tints

Shades of #EAD7DC

#EAD7DC
(234,215,220)
#D5C4C8
(213,196,200)
#C0B1B4
(192,177,180)
#AB9EA0
(171,158,160)
#968B8C
(150,139,140)
#817878
(129,120,120)
#6C6564
(108,101,100)
#575250
(87,82,80)
#423F3C
(66,63,60)
#2D2C28
(45,44,40)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #EAD7DC

#EAD7DC
(234,215,220)
#EBDADF
(235,218,223)
#ECDDE2
(236,221,226)
#EDE0E5
(237,224,229)
#EEE3E8
(238,227,232)
#EFE6EB
(239,230,235)
#F0E9EE
(240,233,238)
#F1ECF1
(241,236,241)
#F2EFF4
(242,239,244)
#F3F2F7
(243,242,247)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD7DC; }

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

This text font color is #EAD7DC.

Background Color

.myBgColor { background-color: #EAD7DC; }

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

This div background color is #EAD7DC.

Border color

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

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

This div border color is #EAD7DC.

Opacity

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

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

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

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

This text has shadow with #EAD7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD7DC.

Preview

Color preview on black background

This text has color #EAD7DC on black background.


Color preview on white background

This text has color #EAD7DC on white background.


Black color preview on #EAD7DC background

This text has black color on #EAD7DC background.


White color preview on #EAD7DC background

This text has white color on #EAD7DC background.


Related colors

Complementary color

Complementary color for #hex is #152823.


I love getcolorcode.com

Triadic colors

1 #DCEAD7 and #D7DCEA with #EAD7DC are triadic colors.

2 #DCD7EA and #D7EADC with #EAD7DC are triadic colors.