COLOR #EEDFC1

HEX: #EEDFC1 RGB: (238,223,193)

Color info

#EEDFC1 contains red, green and blue colors in about the same proportion. Web safe color of #EEDFC1 is #FFCCCC (or #FCC).

RGB color model

#EEDFC1 color RGB value is (238,223,193).

RGB: (238,223,193) (93%, 87%, 76%)

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 193 of 255 = 76%

238
223
193

R + G + B ~ 85%. #EEDFC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 223 + 193 = 654 (100%)
R 238 of 654 ~ 36.39%
G 223 of 654 ~ 34.1%
B 193 of 654 ~ 29.51'%

%36.39
%34.1
%29.51

CMYK color model

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

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

CMYK: (0,6,19,7)
C0M6Y19K7 (0%, 6%, 19%, 7%)
(0.00 / 0.06 / 0.19 / 0.07)

CMYK percentages

%0
%6.3
%18.91
%6.67

Codes

Color #EEDFC1 in popluar color models

EE DF C1
RGB 238 223 193
HSL 40° 56.96% 84.51%
HSB/HSV 40° 18.91% 93.33%
CMYK 0.00% 6.30% 18.91%
6.67%

Color #EEDFC1 in popluar number systems.

HEX EE DF C1
Decimal 238 223 193
Binary 11101110 11011111 11000001
Octal 356 337 301

Shades and tints

Shades of #EEDFC1

#EEDFC1
(238,223,193)
#D9CBB0
(217,203,176)
#C4B79F
(196,183,159)
#AFA38E
(175,163,142)
#9A8F7D
(154,143,125)
#857B6C
(133,123,108)
#70675B
(112,103,91)
#5B534A
(91,83,74)
#463F39
(70,63,57)
#312B28
(49,43,40)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #EEDFC1

#EEDFC1
(238,223,193)
#EFE1C6
(239,225,198)
#F0E3CB
(240,227,203)
#F1E5D0
(241,229,208)
#F2E7D5
(242,231,213)
#F3E9DA
(243,233,218)
#F4EBDF
(244,235,223)
#F5EDE4
(245,237,228)
#F6EFE9
(246,239,233)
#F7F1EE
(247,241,238)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDFC1; }

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

This text font color is #EEDFC1.

Background Color

.myBgColor { background-color: #EEDFC1; }

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

This div background color is #EEDFC1.

Border color

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

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

This div border color is #EEDFC1.

Opacity

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

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

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

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

This text has shadow with #EEDFC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDFC1.

Preview

Color preview on black background

This text has color #EEDFC1 on black background.


Color preview on white background

This text has color #EEDFC1 on white background.


Black color preview on #EEDFC1 background

This text has black color on #EEDFC1 background.


White color preview on #EEDFC1 background

This text has white color on #EEDFC1 background.


Related colors

Complementary color

Complementary color for #hex is #11203E.


I love getcolorcode.com

Triadic colors

1 #C1EEDF and #DFC1EE with #EEDFC1 are triadic colors.

2 #C1DFEE and #DFEEC1 with #EEDFC1 are triadic colors.