COLOR #EDDCDC

HEX: #EDDCDC
RGB: (237,220,220)

Color info

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

RGB color model

#EDDCDC color RGB value is (237,220,220).

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

RGB channels and saturation

R 237 of 255 = 93%
G 220 of 255 = 86%
B 220 of 255 = 86%

237
220
220

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

Portions of RGB colors in percentages

R + G + B =
237 + 220 + 220 = 677 (100%)
R 237 of 677 ~ 35.01%
G 220 of 677 ~ 32.5%
B 220 of 677 ~ 32.5%

%35.01
%32.5
%32.5

CMYK color model

#EDDCDC color CMYK value is (0,7,7,7).

  • cyan value is 0.00%
  • magenta value is 7.17%
  • yellow value is 7.17%
  • key color value is 7.06%
CMYK:
(0,7,7,7)
C0M7Y7K7 
(0%,7%,7%,7%)
(0.00/0.07/0.07/0.07)	

CMYK percentages

%0
%7.17
%7.17
%7.06

Codes

Color #EDDCDC in popluar color models

EDDCDC
RGB237220220
HSL32.08%89.61%
HSB/HSV7.17%92.94%
CMYK0.00%7.17%7.17%
7.06%

Color #EDDCDC in popluar number systems.

HEXEDDCDC
Decimal237220220
Binary111011011101110011011100
Octal355334334

Shades and tints

Shades of #EDDCDC

#EDDCDC
(237,220,220)
#D8C8C8
(216,200,200)
#C3B4B4
(195,180,180)
#AEA0A0
(174,160,160)
#998C8C
(153,140,140)
#847878
(132,120,120)
#6F6464
(111,100,100)
#5A5050
(90,80,80)
#453C3C
(69,60,60)
#302828
(48,40,40)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #EDDCDC

#EDDCDC
(237,220,220)
#EEDFDF
(238,223,223)
#EFE2E2
(239,226,226)
#F0E5E5
(240,229,229)
#F1E8E8
(241,232,232)
#F2EBEB
(242,235,235)
#F3EEEE
(243,238,238)
#F4F1F1
(244,241,241)
#F5F4F4
(245,244,244)
#F6F7F7
(246,247,247)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDCDC; }

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

This text font color is #EDDCDC.


Background Color

.myBgColor { background-color: #EDDCDC; }

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

This div background color is #EDDCDC.


Border color

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

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

This div border color is #EDDCDC.


Opacity

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

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

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

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

This text has shadow with #EDDCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDCDC on black background.


Color preview on white background

This text has color #EDDCDC on white background.



Black color preview on #EDDCDC background

This text has black color on #EDDCDC background.


White color preview on #EDDCDC background

This text has white color on #EDDCDC background.