COLOR #EDD6DD

HEX: #EDD6DD
RGB: (237,214,221)

Color info

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

RGB color model

#EDD6DD color RGB value is (237,214,221).

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

RGB channels and saturation

R 237 of 255 = 93%
G 214 of 255 = 84%
B 221 of 255 = 87%

237
214
221

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

Portions of RGB colors in percentages

R + G + B =
237 + 214 + 221 = 672 (100%)
R 237 of 672 ~ 35.27%
G 214 of 672 ~ 31.85%
B 221 of 672 ~ 32.89%

%35.27
%31.85
%32.89

CMYK color model

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

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

CMYK percentages

%0
%9.7
%6.75
%7.06

Codes

Color #EDD6DD in popluar color models

EDD6DD
RGB237214221
HSL342°38.98%88.43%
HSB/HSV342°9.70%92.94%
CMYK0.00%9.70%6.75%
7.06%

Color #EDD6DD in popluar number systems.

HEXEDD6DD
Decimal237214221
Binary111011011101011011011101
Octal355326335

Shades and tints

Shades of #EDD6DD

#EDD6DD
(237,214,221)
#D8C3C9
(216,195,201)
#C3B0B5
(195,176,181)
#AE9DA1
(174,157,161)
#998A8D
(153,138,141)
#847779
(132,119,121)
#6F6465
(111,100,101)
#5A5151
(90,81,81)
#453E3D
(69,62,61)
#302B29
(48,43,41)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #EDD6DD

#EDD6DD
(237,214,221)
#EED9E0
(238,217,224)
#EFDCE3
(239,220,227)
#F0DFE6
(240,223,230)
#F1E2E9
(241,226,233)
#F2E5EC
(242,229,236)
#F3E8EF
(243,232,239)
#F4EBF2
(244,235,242)
#F5EEF5
(245,238,245)
#F6F1F8
(246,241,248)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD6DD; }

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

This text font color is #EDD6DD.


Background Color

.myBgColor { background-color: #EDD6DD; }

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

This div background color is #EDD6DD.


Border color

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

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

This div border color is #EDD6DD.


Opacity

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

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

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

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

This text has shadow with #EDD6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD6DD on black background.


Color preview on white background

This text has color #EDD6DD on white background.



Black color preview on #EDD6DD background

This text has black color on #EDD6DD background.


White color preview on #EDD6DD background

This text has white color on #EDD6DD background.