COLOR #EEDFEB

HEX: #EEDFEB RGB: (238,223,235)

Color info

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

RGB color model

#EEDFEB color RGB value is (238,223,235).

RGB: (238,223,235) (93%, 87%, 92%)

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 235 of 255 = 92%

238
223
235

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

Portions of RGB colors in percentages

R + G + B = 238 + 223 + 235 = 696 (100%)
R 238 of 696 ~ 34.2%
G 223 of 696 ~ 32.04%
B 235 of 696 ~ 33.76'%

%34.2
%32.04
%33.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 1.26%
  • key color value is 6.67%

CMYK: (0,6,1,7)
C0M6Y1K7 (0%, 6%, 1%, 7%)
(0.00 / 0.06 / 0.01 / 0.07)

CMYK percentages

%0
%6.3
%1.26
%6.67

Codes

Color #EEDFEB in popluar color models

EE DF EB
RGB 238 223 235
HSL 312° 30.61% 90.39%
HSB/HSV 312° 6.30% 93.33%
CMYK 0.00% 6.30% 1.26%
6.67%

Color #EEDFEB in popluar number systems.

HEX EE DF EB
Decimal 238 223 235
Binary 11101110 11011111 11101011
Octal 356 337 353

Shades and tints

Shades of #EEDFEB

#EEDFEB
(238,223,235)
#D9CBD6
(217,203,214)
#C4B7C1
(196,183,193)
#AFA3AC
(175,163,172)
#9A8F97
(154,143,151)
#857B82
(133,123,130)
#70676D
(112,103,109)
#5B5358
(91,83,88)
#463F43
(70,63,67)
#312B2E
(49,43,46)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #EEDFEB

#EEDFEB
(238,223,235)
#EFE1EC
(239,225,236)
#F0E3ED
(240,227,237)
#F1E5EE
(241,229,238)
#F2E7EF
(242,231,239)
#F3E9F0
(243,233,240)
#F4EBF1
(244,235,241)
#F5EDF2
(245,237,242)
#F6EFF3
(246,239,243)
#F7F1F4
(247,241,244)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDFEB color. Also use rgb(238,223,235) instead hex code.

Text Font Color

.myTextColor { color: #EEDFEB; }

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

This text font color is #EEDFEB.

Background Color

.myBgColor { background-color: #EEDFEB; }

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

This div background color is #EEDFEB.

Border color

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

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

This div border color is #EEDFEB.

Opacity

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

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

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

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

This text has shadow with #EEDFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDFEB.

Preview

Color preview on black background

This text has color #EEDFEB on black background.


Color preview on white background

This text has color #EEDFEB on white background.


Black color preview on #EEDFEB background

This text has black color on #EEDFEB background.


White color preview on #EEDFEB background

This text has white color on #EEDFEB background.


Related colors

Complementary color

Complementary color for #hex is #112014.


I love getcolorcode.com

Triadic colors

1 #EBEEDF and #DFEBEE with #EEDFEB are triadic colors.

2 #EBDFEE and #DFEEEB with #EEDFEB are triadic colors.