COLOR #EDDDEE

HEX: #EDDDEE RGB: (237,221,238)

Color info

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

RGB color model

#EDDDEE color RGB value is (237,221,238).

RGB: (237,221,238) (93%, 87%, 93%)

RGB channels and saturation

R 237 of 255 = 93%
G 221 of 255 = 87%
B 238 of 255 = 93%

237
221
238

R + G + B ~ 91%. #EDDDEE is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 221 + 238 = 696 (100%)
R 237 of 696 ~ 34.05%
G 221 of 696 ~ 31.75%
B 238 of 696 ~ 34.2'%

%34.05
%31.75
%34.2

CMYK color model

#EDDDEE color CMYK value is (0,7,0,7).

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

CMYK: (0,7,0,7)
C0M7Y0K7 (0%, 7%, 0%, 7%)
(0.00 / 0.07 / 0.00 / 0.07)

CMYK percentages

%0.42
%7.14
%0
%6.67

Codes

Color #EDDDEE in popluar color models

ED DD EE
RGB 237 221 238
HSL 296° 33.33% 90.00%
HSB/HSV 296° 7.14% 93.33%
CMYK 0.42% 7.14% 0.00%
6.67%

Color #EDDDEE in popluar number systems.

HEX ED DD EE
Decimal 237 221 238
Binary 11101101 11011101 11101110
Octal 355 335 356

Shades and tints

Shades of #EDDDEE

#EDDDEE
(237,221,238)
#D8C9D9
(216,201,217)
#C3B5C4
(195,181,196)
#AEA1AF
(174,161,175)
#998D9A
(153,141,154)
#847985
(132,121,133)
#6F6570
(111,101,112)
#5A515B
(90,81,91)
#453D46
(69,61,70)
#302931
(48,41,49)
#1B151C
(27,21,28)
#000000
(0,0,0)

Tints of #EDDDEE

#EDDDEE
(237,221,238)
#EEE0EF
(238,224,239)
#EFE3F0
(239,227,240)
#F0E6F1
(240,230,241)
#F1E9F2
(241,233,242)
#F2ECF3
(242,236,243)
#F3EFF4
(243,239,244)
#F4F2F5
(244,242,245)
#F5F5F6
(245,245,246)
#F6F8F7
(246,248,247)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDDEE; }

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

This text font color is #EDDDEE.

Background Color

.myBgColor { background-color: #EDDDEE; }

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

This div background color is #EDDDEE.

Border color

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

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

This div border color is #EDDDEE.

Opacity

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

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

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

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

This text has shadow with #EDDDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDDEE.

Preview

Color preview on black background

This text has color #EDDDEE on black background.


Color preview on white background

This text has color #EDDDEE on white background.


Black color preview on #EDDDEE background

This text has black color on #EDDDEE background.


White color preview on #EDDDEE background

This text has white color on #EDDDEE background.


Related colors

Complementary color

Complementary color for #hex is #122211.


I love getcolorcode.com

Triadic colors

1 #EEEDDD and #DDEEED with #EDDDEE are triadic colors.

2 #EEDDED and #DDEDEE with #EDDDEE are triadic colors.