COLOR #EDDEC1

HEX: #EDDEC1 RGB: (237,222,193)

Color info

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

RGB color model

#EDDEC1 color RGB value is (237,222,193).

RGB: (237,222,193) (93%, 87%, 76%)

RGB channels and saturation

R 237 of 255 = 93%
G 222 of 255 = 87%
B 193 of 255 = 76%

237
222
193

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

Portions of RGB colors in percentages

R + G + B = 237 + 222 + 193 = 652 (100%)
R 237 of 652 ~ 36.35%
G 222 of 652 ~ 34.05%
B 193 of 652 ~ 29.6'%

%36.35
%34.05
%29.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 18.57%
  • key color value is 7.06%
CMYK: (0,6,19,7) C0M6Y19K7 (0%,6%,19%,7%) (0.00/0.06/0.19/0.07) 

CMYK percentages

%0
%6.33
%18.57
%7.06

Codes

Color #EDDEC1 in popluar color models

ED DE C1
RGB 237 222 193
HSL 40° 55.00% 84.31%
HSB/HSV 40° 18.57% 92.94%
CMYK 0.00% 6.33% 18.57%
7.06%

Color #EDDEC1 in popluar number systems.

HEX ED DE C1
Decimal 237 222 193
Binary 11101101 11011110 11000001
Octal 355 336 301

Shades and tints

Shades of #EDDEC1

#EDDEC1
(237,222,193)
#D8CAB0
(216,202,176)
#C3B69F
(195,182,159)
#AEA28E
(174,162,142)
#998E7D
(153,142,125)
#847A6C
(132,122,108)
#6F665B
(111,102,91)
#5A524A
(90,82,74)
#453E39
(69,62,57)
#302A28
(48,42,40)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #EDDEC1

#EDDEC1
(237,222,193)
#EEE1C6
(238,225,198)
#EFE4CB
(239,228,203)
#F0E7D0
(240,231,208)
#F1EAD5
(241,234,213)
#F2EDDA
(242,237,218)
#F3F0DF
(243,240,223)
#F4F3E4
(244,243,228)
#F5F6E9
(245,246,233)
#F6F9EE
(246,249,238)
#F7FCF3
(247,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDEC1 color. Also use rgb(237,222,193) instead hex code.

Text Font Color

.myTextColor { color: #EDDEC1; }

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

This text font color is #EDDEC1.

Background Color

.myBgColor { background-color: #EDDEC1; }

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

This div background color is #EDDEC1.

Border color

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

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

This div border color is #EDDEC1.

Opacity

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

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

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

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

This text has shadow with #EDDEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDEC1.

Preview

Color preview on black background

This text has color #EDDEC1 on black background.


Color preview on white background

This text has color #EDDEC1 on white background.


Black color preview on #EDDEC1 background

This text has black color on #EDDEC1 background.


White color preview on #EDDEC1 background

This text has white color on #EDDEC1 background.


Related colors

Complementary color

Complementary color for #hex is #12213E.


I love getcolorcode.com

Triadic colors

1 #C1EDDE and #DEC1ED with #EDDEC1 are triadic colors.

2 #C1DEED and #DEEDC1 with #EDDEC1 are triadic colors.