COLOR #EDDFEC

HEX: #EDDFEC RGB: (237,223,236)

Color info

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

RGB color model

#EDDFEC color RGB value is (237,223,236).

RGB: (237,223,236) (93%, 87%, 93%)

RGB channels and saturation

R 237 of 255 = 93%
G 223 of 255 = 87%
B 236 of 255 = 93%

237
223
236

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

Portions of RGB colors in percentages

R + G + B = 237 + 223 + 236 = 696 (100%)
R 237 of 696 ~ 34.05%
G 223 of 696 ~ 32.04%
B 236 of 696 ~ 33.91'%

%34.05
%32.04
%33.91

CMYK color model

#EDDFEC color CMYK value is (0,6,0,7).

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 0.42%
  • key color value is 7.06%

CMYK: (0,6,0,7)
C0M6Y0K7 (0%, 6%, 0%, 7%)
(0.00 / 0.06 / 0.00 / 0.07)

CMYK percentages

%0
%5.91
%0.42
%7.06

Codes

Color #EDDFEC in popluar color models

ED DF EC
RGB 237 223 236
HSL 304° 28.00% 90.20%
HSB/HSV 304° 5.91% 92.94%
CMYK 0.00% 5.91% 0.42%
7.06%

Color #EDDFEC in popluar number systems.

HEX ED DF EC
Decimal 237 223 236
Binary 11101101 11011111 11101100
Octal 355 337 354

Shades and tints

Shades of #EDDFEC

#EDDFEC
(237,223,236)
#D8CBD7
(216,203,215)
#C3B7C2
(195,183,194)
#AEA3AD
(174,163,173)
#998F98
(153,143,152)
#847B83
(132,123,131)
#6F676E
(111,103,110)
#5A5359
(90,83,89)
#453F44
(69,63,68)
#302B2F
(48,43,47)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #EDDFEC

#EDDFEC
(237,223,236)
#EEE1ED
(238,225,237)
#EFE3EE
(239,227,238)
#F0E5EF
(240,229,239)
#F1E7F0
(241,231,240)
#F2E9F1
(242,233,241)
#F3EBF2
(243,235,242)
#F4EDF3
(244,237,243)
#F5EFF4
(245,239,244)
#F6F1F5
(246,241,245)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDFEC color. Also use rgb(237,223,236) instead hex code.

Text Font Color

.myTextColor { color: #EDDFEC; }

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

This text font color is #EDDFEC.

Background Color

.myBgColor { background-color: #EDDFEC; }

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

This div background color is #EDDFEC.

Border color

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

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

This div border color is #EDDFEC.

Opacity

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

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

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

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

This text has shadow with #EDDFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDFEC.

Preview

Color preview on black background

This text has color #EDDFEC on black background.


Color preview on white background

This text has color #EDDFEC on white background.


Black color preview on #EDDFEC background

This text has black color on #EDDFEC background.


White color preview on #EDDFEC background

This text has white color on #EDDFEC background.


Related colors

Complementary color

Complementary color for #hex is #122013.


I love getcolorcode.com

Triadic colors

1 #ECEDDF and #DFECED with #EDDFEC are triadic colors.

2 #ECDFED and #DFEDEC with #EDDFEC are triadic colors.