COLOR #EDD3E9

HEX: #EDD3E9 RGB: (237,211,233)

Color info

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

RGB color model

#EDD3E9 color RGB value is (237,211,233).

RGB: (237,211,233) (93%, 83%, 91%)

RGB channels and saturation

R 237 of 255 = 93%
G 211 of 255 = 83%
B 233 of 255 = 91%

237
211
233

R + G + B ~ 89%. #EDD3E9 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 211 + 233 = 681 (100%)
R 237 of 681 ~ 34.8%
G 211 of 681 ~ 30.98%
B 233 of 681 ~ 34.21'%

%34.8
%30.98
%34.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.97%
  • yellow value is 1.69%
  • key color value is 7.06%
CMYK: (0,11,2,7) C0M11Y2K7 (0%,11%,2%,7%) (0.00/0.11/0.02/0.07) 

CMYK percentages

%0
%10.97
%1.69
%7.06

Codes

Color #EDD3E9 in popluar color models

ED D3 E9
RGB 237 211 233
HSL 309° 41.94% 87.84%
HSB/HSV 309° 10.97% 92.94%
CMYK 0.00% 10.97% 1.69%
7.06%

Color #EDD3E9 in popluar number systems.

HEX ED D3 E9
Decimal 237 211 233
Binary 11101101 11010011 11101001
Octal 355 323 351

Shades and tints

Shades of #EDD3E9

#EDD3E9
(237,211,233)
#D8C0D4
(216,192,212)
#C3ADBF
(195,173,191)
#AE9AAA
(174,154,170)
#998795
(153,135,149)
#847480
(132,116,128)
#6F616B
(111,97,107)
#5A4E56
(90,78,86)
#453B41
(69,59,65)
#30282C
(48,40,44)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #EDD3E9

#EDD3E9
(237,211,233)
#EED7EB
(238,215,235)
#EFDBED
(239,219,237)
#F0DFEF
(240,223,239)
#F1E3F1
(241,227,241)
#F2E7F3
(242,231,243)
#F3EBF5
(243,235,245)
#F4EFF7
(244,239,247)
#F5F3F9
(245,243,249)
#F6F7FB
(246,247,251)
#F7FBFD
(247,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD3E9; }

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

This text font color is #EDD3E9.

Background Color

.myBgColor { background-color: #EDD3E9; }

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

This div background color is #EDD3E9.

Border color

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

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

This div border color is #EDD3E9.

Opacity

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

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

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

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

This text has shadow with #EDD3E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD3E9.

Preview

Color preview on black background

This text has color #EDD3E9 on black background.


Color preview on white background

This text has color #EDD3E9 on white background.


Black color preview on #EDD3E9 background

This text has black color on #EDD3E9 background.


White color preview on #EDD3E9 background

This text has white color on #EDD3E9 background.


Related colors

Complementary color

Complementary color for #hex is #122C16.


I love getcolorcode.com

Triadic colors

1 #E9EDD3 and #D3E9ED with #EDD3E9 are triadic colors.

2 #E9D3ED and #D3EDE9 with #EDD3E9 are triadic colors.