COLOR #EAD4D5

HEX: #EAD4D5 RGB: (234,212,213)

Color info

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

RGB color model

#EAD4D5 color RGB value is (234,212,213).

RGB: (234,212,213) (92%, 83%, 84%)

RGB channels and saturation

R 234 of 255 = 92%
G 212 of 255 = 83%
B 213 of 255 = 84%

234
212
213

R + G + B ~ 86%. #EAD4D5 is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 212 + 213 = 659 (100%)
R 234 of 659 ~ 35.51%
G 212 of 659 ~ 32.17%
B 213 of 659 ~ 32.32'%

%35.51
%32.17
%32.32

CMYK color model

#EAD4D5 color CMYK value is (0,9,9,8).

  • cyan value is 0.00%
  • magenta value is 9.40%
  • yellow value is 8.97%
  • key color value is 8.24%

CMYK: (0,9,9,8)
C0M9Y9K8 (0%, 9%, 9%, 8%)
(0.00 / 0.09 / 0.09 / 0.08)

CMYK percentages

%0
%9.4
%8.97
%8.24

Codes

Color #EAD4D5 in popluar color models

EA D4 D5
RGB 234 212 213
HSL 357° 34.38% 87.45%
HSB/HSV 357° 9.40% 91.76%
CMYK 0.00% 9.40% 8.97%
8.24%

Color #EAD4D5 in popluar number systems.

HEX EA D4 D5
Decimal 234 212 213
Binary 11101010 11010100 11010101
Octal 352 324 325

Shades and tints

Shades of #EAD4D5

#EAD4D5
(234,212,213)
#D5C1C2
(213,193,194)
#C0AEAF
(192,174,175)
#AB9B9C
(171,155,156)
#968889
(150,136,137)
#817576
(129,117,118)
#6C6263
(108,98,99)
#574F50
(87,79,80)
#423C3D
(66,60,61)
#2D292A
(45,41,42)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #EAD4D5

#EAD4D5
(234,212,213)
#EBD7D8
(235,215,216)
#ECDADB
(236,218,219)
#EDDDDE
(237,221,222)
#EEE0E1
(238,224,225)
#EFE3E4
(239,227,228)
#F0E6E7
(240,230,231)
#F1E9EA
(241,233,234)
#F2ECED
(242,236,237)
#F3EFF0
(243,239,240)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD4D5 color. Also use rgb(234,212,213) instead hex code.

Text Font Color

.myTextColor { color: #EAD4D5; }

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

This text font color is #EAD4D5.

Background Color

.myBgColor { background-color: #EAD4D5; }

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

This div background color is #EAD4D5.

Border color

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

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

This div border color is #EAD4D5.

Opacity

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

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

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

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

This text has shadow with #EAD4D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD4D5.

Preview

Color preview on black background

This text has color #EAD4D5 on black background.


Color preview on white background

This text has color #EAD4D5 on white background.


Black color preview on #EAD4D5 background

This text has black color on #EAD4D5 background.


White color preview on #EAD4D5 background

This text has white color on #EAD4D5 background.


Related colors

Complementary color

Complementary color for #hex is #152B2A.


I love getcolorcode.com

Triadic colors

1 #D5EAD4 and #D4D5EA with #EAD4D5 are triadic colors.

2 #D5D4EA and #D4EAD5 with #EAD4D5 are triadic colors.