COLOR #EEDFCA

HEX: #EEDFCA RGB: (238,223,202)

Color info

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

RGB color model

#EEDFCA color RGB value is (238,223,202).

RGB: (238,223,202) (93%, 87%, 79%)

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 202 of 255 = 79%

238
223
202

R + G + B ~ 86%. #EEDFCA is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 223 + 202 = 663 (100%)
R 238 of 663 ~ 35.9%
G 223 of 663 ~ 33.63%
B 202 of 663 ~ 30.47'%

%35.9
%33.63
%30.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 15.13%
  • key color value is 6.67%
CMYK: (0,6,15,7) C0M6Y15K7 (0%,6%,15%,7%) (0.00/0.06/0.15/0.07) 

CMYK percentages

%0
%6.3
%15.13
%6.67

Codes

Color #EEDFCA in popluar color models

EE DF CA
RGB 238 223 202
HSL 35° 51.43% 86.27%
HSB/HSV 35° 15.13% 93.33%
CMYK 0.00% 6.30% 15.13%
6.67%

Color #EEDFCA in popluar number systems.

HEX EE DF CA
Decimal 238 223 202
Binary 11101110 11011111 11001010
Octal 356 337 312

Shades and tints

Shades of #EEDFCA

#EEDFCA
(238,223,202)
#D9CBB8
(217,203,184)
#C4B7A6
(196,183,166)
#AFA394
(175,163,148)
#9A8F82
(154,143,130)
#857B70
(133,123,112)
#70675E
(112,103,94)
#5B534C
(91,83,76)
#463F3A
(70,63,58)
#312B28
(49,43,40)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #EEDFCA

#EEDFCA
(238,223,202)
#EFE1CE
(239,225,206)
#F0E3D2
(240,227,210)
#F1E5D6
(241,229,214)
#F2E7DA
(242,231,218)
#F3E9DE
(243,233,222)
#F4EBE2
(244,235,226)
#F5EDE6
(245,237,230)
#F6EFEA
(246,239,234)
#F7F1EE
(247,241,238)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDFCA; }

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

This text font color is #EEDFCA.

Background Color

.myBgColor { background-color: #EEDFCA; }

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

This div background color is #EEDFCA.

Border color

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

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

This div border color is #EEDFCA.

Opacity

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

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

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

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

This text has shadow with #EEDFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDFCA.

Preview

Color preview on black background

This text has color #EEDFCA on black background.


Color preview on white background

This text has color #EEDFCA on white background.


Black color preview on #EEDFCA background

This text has black color on #EEDFCA background.


White color preview on #EEDFCA background

This text has white color on #EEDFCA background.


Related colors

Complementary color

Complementary color for #hex is #112035.


I love getcolorcode.com

Triadic colors

1 #CAEEDF and #DFCAEE with #EEDFCA are triadic colors.

2 #CADFEE and #DFEECA with #EEDFCA are triadic colors.