COLOR #EDD5D5

HEX: #EDD5D5
RGB: (237,213,213)

Color info

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

RGB color model

#EDD5D5 color RGB value is (237,213,213).

  • red value is 237;
  • green value is 213;
  • blue value is 213.
RGB:
(237,213,213)
(93%,84%,84%)

RGB channels and saturation

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

237
213
213

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

Portions of RGB colors in percentages

R + G + B =
237 + 213 + 213 = 663 (100%)
R 237 of 663 ~ 35.75%
G 213 of 663 ~ 32.13%
B 213 of 663 ~ 32.13%

%35.75
%32.13
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 10.13%
  • key color value is 7.06%
CMYK:
(0,10,10,7)
C0M10Y10K7 
(0%,10%,10%,7%)
(0.00/0.10/0.10/0.07)	

CMYK percentages

%0
%10.13
%10.13
%7.06

Codes

Color #EDD5D5 in popluar color models

EDD5D5
RGB237213213
HSL40.00%88.24%
HSB/HSV10.13%92.94%
CMYK0.00%10.13%10.13%
7.06%

Color #EDD5D5 in popluar number systems.

HEXEDD5D5
Decimal237213213
Binary111011011101010111010101
Octal355325325

Shades and tints

Shades of #EDD5D5

#EDD5D5
(237,213,213)
#D8C2C2
(216,194,194)
#C3AFAF
(195,175,175)
#AE9C9C
(174,156,156)
#998989
(153,137,137)
#847676
(132,118,118)
#6F6363
(111,99,99)
#5A5050
(90,80,80)
#453D3D
(69,61,61)
#302A2A
(48,42,42)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #EDD5D5

#EDD5D5
(237,213,213)
#EED8D8
(238,216,216)
#EFDBDB
(239,219,219)
#F0DEDE
(240,222,222)
#F1E1E1
(241,225,225)
#F2E4E4
(242,228,228)
#F3E7E7
(243,231,231)
#F4EAEA
(244,234,234)
#F5EDED
(245,237,237)
#F6F0F0
(246,240,240)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD5D5; }

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

This text font color is #EDD5D5.


Background Color

.myBgColor { background-color: #EDD5D5; }

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

This div background color is #EDD5D5.


Border color

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

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

This div border color is #EDD5D5.


Opacity

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

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

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

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

This text has shadow with #EDD5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD5D5 on black background.


Color preview on white background

This text has color #EDD5D5 on white background.



Black color preview on #EDD5D5 background

This text has black color on #EDD5D5 background.


White color preview on #EDD5D5 background

This text has white color on #EDD5D5 background.