COLOR #EAD5DF

HEX: #EAD5DF RGB: (234,213,223)

Color info

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

RGB color model

#EAD5DF color RGB value is (234,213,223).

RGB: (234,213,223) (92%, 84%, 87%)

RGB channels and saturation

R 234 of 255 = 92%
G 213 of 255 = 84%
B 223 of 255 = 87%

234
213
223

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

Portions of RGB colors in percentages

R + G + B = 234 + 213 + 223 = 670 (100%)
R 234 of 670 ~ 34.93%
G 213 of 670 ~ 31.79%
B 223 of 670 ~ 33.28'%

%34.93
%31.79
%33.28

CMYK color model

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

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

CMYK: (0,9,5,8)
C0M9Y5K8 (0%, 9%, 5%, 8%)
(0.00 / 0.09 / 0.05 / 0.08)

CMYK percentages

%0
%8.97
%4.7
%8.24

Codes

Color #EAD5DF in popluar color models

EA D5 DF
RGB 234 213 223
HSL 331° 33.33% 87.65%
HSB/HSV 331° 8.97% 91.76%
CMYK 0.00% 8.97% 4.70%
8.24%

Color #EAD5DF in popluar number systems.

HEX EA D5 DF
Decimal 234 213 223
Binary 11101010 11010101 11011111
Octal 352 325 337

Shades and tints

Shades of #EAD5DF

#EAD5DF
(234,213,223)
#D5C2CB
(213,194,203)
#C0AFB7
(192,175,183)
#AB9CA3
(171,156,163)
#96898F
(150,137,143)
#81767B
(129,118,123)
#6C6367
(108,99,103)
#575053
(87,80,83)
#423D3F
(66,61,63)
#2D2A2B
(45,42,43)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #EAD5DF

#EAD5DF
(234,213,223)
#EBD8E1
(235,216,225)
#ECDBE3
(236,219,227)
#EDDEE5
(237,222,229)
#EEE1E7
(238,225,231)
#EFE4E9
(239,228,233)
#F0E7EB
(240,231,235)
#F1EAED
(241,234,237)
#F2EDEF
(242,237,239)
#F3F0F1
(243,240,241)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD5DF; }

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

This text font color is #EAD5DF.

Background Color

.myBgColor { background-color: #EAD5DF; }

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

This div background color is #EAD5DF.

Border color

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

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

This div border color is #EAD5DF.

Opacity

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

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

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

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

This text has shadow with #EAD5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD5DF.

Preview

Color preview on black background

This text has color #EAD5DF on black background.


Color preview on white background

This text has color #EAD5DF on white background.


Black color preview on #EAD5DF background

This text has black color on #EAD5DF background.


White color preview on #EAD5DF background

This text has white color on #EAD5DF background.


Related colors

Complementary color

Complementary color for #hex is #152A20.


I love getcolorcode.com

Triadic colors

1 #DFEAD5 and #D5DFEA with #EAD5DF are triadic colors.

2 #DFD5EA and #D5EADF with #EAD5DF are triadic colors.