COLOR #EDDBE2

HEX: #EDDBE2 RGB: (237,219,226)

Color info

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

RGB color model

#EDDBE2 color RGB value is (237,219,226).

RGB: (237,219,226) (93%, 86%, 89%)

RGB channels and saturation

R 237 of 255 = 93%
G 219 of 255 = 86%
B 226 of 255 = 89%

237
219
226

R + G + B ~ 89%. #EDDBE2 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 219 + 226 = 682 (100%)
R 237 of 682 ~ 34.75%
G 219 of 682 ~ 32.11%
B 226 of 682 ~ 33.14'%

%34.75
%32.11
%33.14

CMYK color model

#EDDBE2 color CMYK value is (0,8,5,7).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 4.64%
  • key color value is 7.06%
CMYK: (0,8,5,7) C0M8Y5K7 (0%,8%,5%,7%) (0.00/0.08/0.05/0.07) 

CMYK percentages

%0
%7.59
%4.64
%7.06

Codes

Color #EDDBE2 in popluar color models

ED DB E2
RGB 237 219 226
HSL 337° 33.33% 89.41%
HSB/HSV 337° 7.59% 92.94%
CMYK 0.00% 7.59% 4.64%
7.06%

Color #EDDBE2 in popluar number systems.

HEX ED DB E2
Decimal 237 219 226
Binary 11101101 11011011 11100010
Octal 355 333 342

Shades and tints

Shades of #EDDBE2

#EDDBE2
(237,219,226)
#D8C8CE
(216,200,206)
#C3B5BA
(195,181,186)
#AEA2A6
(174,162,166)
#998F92
(153,143,146)
#847C7E
(132,124,126)
#6F696A
(111,105,106)
#5A5656
(90,86,86)
#454342
(69,67,66)
#30302E
(48,48,46)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #EDDBE2

#EDDBE2
(237,219,226)
#EEDEE4
(238,222,228)
#EFE1E6
(239,225,230)
#F0E4E8
(240,228,232)
#F1E7EA
(241,231,234)
#F2EAEC
(242,234,236)
#F3EDEE
(243,237,238)
#F4F0F0
(244,240,240)
#F5F3F2
(245,243,242)
#F6F6F4
(246,246,244)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDBE2 color. Also use rgb(237,219,226) instead hex code.

Text Font Color

.myTextColor { color: #EDDBE2; }

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

This text font color is #EDDBE2.

Background Color

.myBgColor { background-color: #EDDBE2; }

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

This div background color is #EDDBE2.

Border color

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

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

This div border color is #EDDBE2.

Opacity

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

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

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

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

This text has shadow with #EDDBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDBE2.

Preview

Color preview on black background

This text has color #EDDBE2 on black background.


Color preview on white background

This text has color #EDDBE2 on white background.


Black color preview on #EDDBE2 background

This text has black color on #EDDBE2 background.


White color preview on #EDDBE2 background

This text has white color on #EDDBE2 background.


Related colors

Complementary color

Complementary color for #hex is #12241D.


I love getcolorcode.com

Triadic colors

1 #E2EDDB and #DBE2ED with #EDDBE2 are triadic colors.

2 #E2DBED and #DBEDE2 with #EDDBE2 are triadic colors.