COLOR #EDDCE8

HEX: #EDDCE8
RGB: (237,220,232)

Color info

#EDDCE8 contains red, green and blue colors in about the same proportion. Web safe color of #EDDCE8 is #FFCCFF (or #FCF).

RGB color model

#EDDCE8 color RGB value is (237,220,232).

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

RGB channels and saturation

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

237
220
232

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

Portions of RGB colors in percentages

R + G + B =
237 + 220 + 232 = 689 (100%)
R 237 of 689 ~ 34.4%
G 220 of 689 ~ 31.93%
B 232 of 689 ~ 33.67%

%34.4
%31.93
%33.67

CMYK color model

#EDDCE8 color CMYK value is (0,7,2,7).

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

CMYK percentages

%0
%7.17
%2.11
%7.06

Codes

Color #EDDCE8 in popluar color models

EDDCE8
RGB237220232
HSL318°32.08%89.61%
HSB/HSV318°7.17%92.94%
CMYK0.00%7.17%2.11%
7.06%

Color #EDDCE8 in popluar number systems.

HEXEDDCE8
Decimal237220232
Binary111011011101110011101000
Octal355334350

Shades and tints

Shades of #EDDCE8

#EDDCE8
(237,220,232)
#D8C8D3
(216,200,211)
#C3B4BE
(195,180,190)
#AEA0A9
(174,160,169)
#998C94
(153,140,148)
#84787F
(132,120,127)
#6F646A
(111,100,106)
#5A5055
(90,80,85)
#453C40
(69,60,64)
#30282B
(48,40,43)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #EDDCE8

#EDDCE8
(237,220,232)
#EEDFEA
(238,223,234)
#EFE2EC
(239,226,236)
#F0E5EE
(240,229,238)
#F1E8F0
(241,232,240)
#F2EBF2
(242,235,242)
#F3EEF4
(243,238,244)
#F4F1F6
(244,241,246)
#F5F4F8
(245,244,248)
#F6F7FA
(246,247,250)
#F7FAFC
(247,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDCE8; }

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

This text font color is #EDDCE8.


Background Color

.myBgColor { background-color: #EDDCE8; }

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

This div background color is #EDDCE8.


Border color

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

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

This div border color is #EDDCE8.


Opacity

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

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

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

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

This text has shadow with #EDDCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDCE8 on black background.


Color preview on white background

This text has color #EDDCE8 on white background.



Black color preview on #EDDCE8 background

This text has black color on #EDDCE8 background.


White color preview on #EDDCE8 background

This text has white color on #EDDCE8 background.