COLOR #EDD3EA

HEX: #EDD3EA
RGB: (237,211,234)

Color info

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

RGB color model

#EDD3EA color RGB value is (237,211,234).

  • red value is 237;
  • green value is 211;
  • blue value is 234.
RGB:
(237,211,234)
(93%,83%,92%)

RGB channels and saturation

R 237 of 255 = 93%
G 211 of 255 = 83%
B 234 of 255 = 92%

237
211
234

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

Portions of RGB colors in percentages

R + G + B =
237 + 211 + 234 = 682 (100%)
R 237 of 682 ~ 34.75%
G 211 of 682 ~ 30.94%
B 234 of 682 ~ 34.31%

%34.75
%30.94
%34.31

CMYK color model

#EDD3EA color CMYK value is (0,11,1,7).

  • cyan value is 0.00%
  • magenta value is 10.97%
  • yellow value is 1.27%
  • key color value is 7.06%
CMYK:
(0,11,1,7)
C0M11Y1K7 
(0%,11%,1%,7%)
(0.00/0.11/0.01/0.07)	

CMYK percentages

%0
%10.97
%1.27
%7.06

Codes

Color #EDD3EA in popluar color models

EDD3EA
RGB237211234
HSL307°41.94%87.84%
HSB/HSV307°10.97%92.94%
CMYK0.00%10.97%1.27%
7.06%

Color #EDD3EA in popluar number systems.

HEXEDD3EA
Decimal237211234
Binary111011011101001111101010
Octal355323352

Shades and tints

Shades of #EDD3EA

#EDD3EA
(237,211,234)
#D8C0D5
(216,192,213)
#C3ADC0
(195,173,192)
#AE9AAB
(174,154,171)
#998796
(153,135,150)
#847481
(132,116,129)
#6F616C
(111,97,108)
#5A4E57
(90,78,87)
#453B42
(69,59,66)
#30282D
(48,40,45)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #EDD3EA

#EDD3EA
(237,211,234)
#EED7EB
(238,215,235)
#EFDBEC
(239,219,236)
#F0DFED
(240,223,237)
#F1E3EE
(241,227,238)
#F2E7EF
(242,231,239)
#F3EBF0
(243,235,240)
#F4EFF1
(244,239,241)
#F5F3F2
(245,243,242)
#F6F7F3
(246,247,243)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD3EA; }

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

This text font color is #EDD3EA.


Background Color

.myBgColor { background-color: #EDD3EA; }

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

This div background color is #EDD3EA.


Border color

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

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

This div border color is #EDD3EA.


Opacity

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

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

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

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

This text has shadow with #EDD3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD3EA on black background.


Color preview on white background

This text has color #EDD3EA on white background.



Black color preview on #EDD3EA background

This text has black color on #EDD3EA background.


White color preview on #EDD3EA background

This text has white color on #EDD3EA background.