COLOR #EDD5DA

HEX: #EDD5DA RGB: (237,213,218)

Color info

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

RGB color model

#EDD5DA color RGB value is (237,213,218).

RGB: (237,213,218) (93%, 84%, 85%)

RGB channels and saturation

R 237 of 255 = 93%
G 213 of 255 = 84%
B 218 of 255 = 85%

237
213
218

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

Portions of RGB colors in percentages

R + G + B = 237 + 213 + 218 = 668 (100%)
R 237 of 668 ~ 35.48%
G 213 of 668 ~ 31.89%
B 218 of 668 ~ 32.63'%

%35.48
%31.89
%32.63

CMYK color model

#EDD5DA color CMYK value is (0,10,8,7).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 8.02%
  • key color value is 7.06%

CMYK: (0,10,8,7)
C0M10Y8K7 (0%, 10%, 8%, 7%)
(0.00 / 0.10 / 0.08 / 0.07)

CMYK percentages

%0
%10.13
%8.02
%7.06

Codes

Color #EDD5DA in popluar color models

ED D5 DA
RGB 237 213 218
HSL 348° 40.00% 88.24%
HSB/HSV 348° 10.13% 92.94%
CMYK 0.00% 10.13% 8.02%
7.06%

Color #EDD5DA in popluar number systems.

HEX ED D5 DA
Decimal 237 213 218
Binary 11101101 11010101 11011010
Octal 355 325 332

Shades and tints

Shades of #EDD5DA

#EDD5DA
(237,213,218)
#D8C2C7
(216,194,199)
#C3AFB4
(195,175,180)
#AE9CA1
(174,156,161)
#99898E
(153,137,142)
#84767B
(132,118,123)
#6F6368
(111,99,104)
#5A5055
(90,80,85)
#453D42
(69,61,66)
#302A2F
(48,42,47)
#1B171C
(27,23,28)
#000000
(0,0,0)

Tints of #EDD5DA

#EDD5DA
(237,213,218)
#EED8DD
(238,216,221)
#EFDBE0
(239,219,224)
#F0DEE3
(240,222,227)
#F1E1E6
(241,225,230)
#F2E4E9
(242,228,233)
#F3E7EC
(243,231,236)
#F4EAEF
(244,234,239)
#F5EDF2
(245,237,242)
#F6F0F5
(246,240,245)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD5DA color. Also use rgb(237,213,218) instead hex code.

Text Font Color

.myTextColor { color: #EDD5DA; }

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

This text font color is #EDD5DA.

Background Color

.myBgColor { background-color: #EDD5DA; }

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

This div background color is #EDD5DA.

Border color

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

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

This div border color is #EDD5DA.

Opacity

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

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

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

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

This text has shadow with #EDD5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD5DA.

Preview

Color preview on black background

This text has color #EDD5DA on black background.


Color preview on white background

This text has color #EDD5DA on white background.


Black color preview on #EDD5DA background

This text has black color on #EDD5DA background.


White color preview on #EDD5DA background

This text has white color on #EDD5DA background.


Related colors

Complementary color

Complementary color for #hex is #122A25.


I love getcolorcode.com

Triadic colors

1 #DAEDD5 and #D5DAED with #EDD5DA are triadic colors.

2 #DAD5ED and #D5EDDA with #EDD5DA are triadic colors.