COLOR #EDDFEF

HEX: #EDDFEF RGB: (237,223,239)

Color info

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

RGB color model

#EDDFEF color RGB value is (237,223,239).

RGB: (237,223,239) (93%, 87%, 94%)

RGB channels and saturation

R 237 of 255 = 93%
G 223 of 255 = 87%
B 239 of 255 = 94%

237
223
239

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

Portions of RGB colors in percentages

R + G + B = 237 + 223 + 239 = 699 (100%)
R 237 of 699 ~ 33.91%
G 223 of 699 ~ 31.9%
B 239 of 699 ~ 34.19'%

%33.91
%31.9
%34.19

CMYK color model

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

  • cyan value is 0.84%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (1,7,0,6) C1M7Y0K6 (1%,7%,0%,6%) (0.01/0.07/0.00/0.06) 

CMYK percentages

%0.84
%6.69
%0
%6.27

Codes

Color #EDDFEF in popluar color models

ED DF EF
RGB 237 223 239
HSL 293° 33.33% 90.59%
HSB/HSV 293° 6.69% 93.73%
CMYK 0.84% 6.69% 0.00%
6.27%

Color #EDDFEF in popluar number systems.

HEX ED DF EF
Decimal 237 223 239
Binary 11101101 11011111 11101111
Octal 355 337 357

Shades and tints

Shades of #EDDFEF

#EDDFEF
(237,223,239)
#D8CBDA
(216,203,218)
#C3B7C5
(195,183,197)
#AEA3B0
(174,163,176)
#998F9B
(153,143,155)
#847B86
(132,123,134)
#6F6771
(111,103,113)
#5A535C
(90,83,92)
#453F47
(69,63,71)
#302B32
(48,43,50)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #EDDFEF

#EDDFEF
(237,223,239)
#EEE1F0
(238,225,240)
#EFE3F1
(239,227,241)
#F0E5F2
(240,229,242)
#F1E7F3
(241,231,243)
#F2E9F4
(242,233,244)
#F3EBF5
(243,235,245)
#F4EDF6
(244,237,246)
#F5EFF7
(245,239,247)
#F6F1F8
(246,241,248)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDFEF; }

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

This text font color is #EDDFEF.

Background Color

.myBgColor { background-color: #EDDFEF; }

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

This div background color is #EDDFEF.

Border color

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

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

This div border color is #EDDFEF.

Opacity

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

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

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

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

This text has shadow with #EDDFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDFEF.

Preview

Color preview on black background

This text has color #EDDFEF on black background.


Color preview on white background

This text has color #EDDFEF on white background.


Black color preview on #EDDFEF background

This text has black color on #EDDFEF background.


White color preview on #EDDFEF background

This text has white color on #EDDFEF background.


Related colors

Complementary color

Complementary color for #hex is #122010.


I love getcolorcode.com

Triadic colors

1 #EFEDDF and #DFEFED with #EDDFEF are triadic colors.

2 #EFDFED and #DFEDEF with #EDDFEF are triadic colors.