COLOR #EDD3EE

HEX: #EDD3EE RGB: (237,211,238)

Color info

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

RGB color model

#EDD3EE color RGB value is (237,211,238).

RGB: (237,211,238) (93%, 83%, 93%)

RGB channels and saturation

R 237 of 255 = 93%
G 211 of 255 = 83%
B 238 of 255 = 93%

237
211
238

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

Portions of RGB colors in percentages

R + G + B = 237 + 211 + 238 = 686 (100%)
R 237 of 686 ~ 34.55%
G 211 of 686 ~ 30.76%
B 238 of 686 ~ 34.69'%

%34.55
%30.76
%34.69

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (0,11,0,7)
C0M11Y0K7 (0%, 11%, 0%, 7%)
(0.00 / 0.11 / 0.00 / 0.07)

CMYK percentages

%0.42
%11.34
%0
%6.67

Codes

Color #EDD3EE in popluar color models

ED D3 EE
RGB 237 211 238
HSL 298° 44.26% 88.04%
HSB/HSV 298° 11.34% 93.33%
CMYK 0.42% 11.34% 0.00%
6.67%

Color #EDD3EE in popluar number systems.

HEX ED D3 EE
Decimal 237 211 238
Binary 11101101 11010011 11101110
Octal 355 323 356

Shades and tints

Shades of #EDD3EE

#EDD3EE
(237,211,238)
#D8C0D9
(216,192,217)
#C3ADC4
(195,173,196)
#AE9AAF
(174,154,175)
#99879A
(153,135,154)
#847485
(132,116,133)
#6F6170
(111,97,112)
#5A4E5B
(90,78,91)
#453B46
(69,59,70)
#302831
(48,40,49)
#1B151C
(27,21,28)
#000000
(0,0,0)

Tints of #EDD3EE

#EDD3EE
(237,211,238)
#EED7EF
(238,215,239)
#EFDBF0
(239,219,240)
#F0DFF1
(240,223,241)
#F1E3F2
(241,227,242)
#F2E7F3
(242,231,243)
#F3EBF4
(243,235,244)
#F4EFF5
(244,239,245)
#F5F3F6
(245,243,246)
#F6F7F7
(246,247,247)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD3EE; }

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

This text font color is #EDD3EE.

Background Color

.myBgColor { background-color: #EDD3EE; }

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

This div background color is #EDD3EE.

Border color

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

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

This div border color is #EDD3EE.

Opacity

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

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

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

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

This text has shadow with #EDD3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD3EE.

Preview

Color preview on black background

This text has color #EDD3EE on black background.


Color preview on white background

This text has color #EDD3EE on white background.


Black color preview on #EDD3EE background

This text has black color on #EDD3EE background.


White color preview on #EDD3EE background

This text has white color on #EDD3EE background.


Related colors

Complementary color

Complementary color for #hex is #122C11.


I love getcolorcode.com

Triadic colors

1 #EEEDD3 and #D3EEED with #EDD3EE are triadic colors.

2 #EED3ED and #D3EDEE with #EDD3EE are triadic colors.