COLOR #EDDCE6

HEX: #EDDCE6
RGB: (237,220,230)

Color info

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

RGB color model

#EDDCE6 color RGB value is (237,220,230).

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

RGB channels and saturation

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

237
220
230

R + G + B ~ 90%. #EDDCE6 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 220 + 230 = 687 (100%)
R 237 of 687 ~ 34.5%
G 220 of 687 ~ 32.02%
B 230 of 687 ~ 33.48%

%34.5
%32.02
%33.48

CMYK color model

#EDDCE6 color CMYK value is (0,7,3,7).

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

CMYK percentages

%0
%7.17
%2.95
%7.06

Codes

Color #EDDCE6 in popluar color models

EDDCE6
RGB237220230
HSL325°32.08%89.61%
HSB/HSV325°7.17%92.94%
CMYK0.00%7.17%2.95%
7.06%

Color #EDDCE6 in popluar number systems.

HEXEDDCE6
Decimal237220230
Binary111011011101110011100110
Octal355334346

Shades and tints

Shades of #EDDCE6

#EDDCE6
(237,220,230)
#D8C8D2
(216,200,210)
#C3B4BE
(195,180,190)
#AEA0AA
(174,160,170)
#998C96
(153,140,150)
#847882
(132,120,130)
#6F646E
(111,100,110)
#5A505A
(90,80,90)
#453C46
(69,60,70)
#302832
(48,40,50)
#1B141E
(27,20,30)
#000000
(0,0,0)

Tints of #EDDCE6

#EDDCE6
(237,220,230)
#EEDFE8
(238,223,232)
#EFE2EA
(239,226,234)
#F0E5EC
(240,229,236)
#F1E8EE
(241,232,238)
#F2EBF0
(242,235,240)
#F3EEF2
(243,238,242)
#F4F1F4
(244,241,244)
#F5F4F6
(245,244,246)
#F6F7F8
(246,247,248)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDCE6; }

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

This text font color is #EDDCE6.


Background Color

.myBgColor { background-color: #EDDCE6; }

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

This div background color is #EDDCE6.


Border color

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

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

This div border color is #EDDCE6.


Opacity

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

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

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

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

This text has shadow with #EDDCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDCE6 on black background.


Color preview on white background

This text has color #EDDCE6 on white background.



Black color preview on #EDDCE6 background

This text has black color on #EDDCE6 background.


White color preview on #EDDCE6 background

This text has white color on #EDDCE6 background.