COLOR #EDDBE1

HEX: #EDDBE1 RGB: (237,219,225)

Color info

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

RGB color model

#EDDBE1 color RGB value is (237,219,225).

RGB: (237,219,225) (93%, 86%, 88%)

RGB channels and saturation

R 237 of 255 = 93%
G 219 of 255 = 86%
B 225 of 255 = 88%

237
219
225

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

Portions of RGB colors in percentages

R + G + B = 237 + 219 + 225 = 681 (100%)
R 237 of 681 ~ 34.8%
G 219 of 681 ~ 32.16%
B 225 of 681 ~ 33.04'%

%34.8
%32.16
%33.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 5.06%
  • 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
%5.06
%7.06

Codes

Color #EDDBE1 in popluar color models

ED DB E1
RGB 237 219 225
HSL 340° 33.33% 89.41%
HSB/HSV 340° 7.59% 92.94%
CMYK 0.00% 7.59% 5.06%
7.06%

Color #EDDBE1 in popluar number systems.

HEX ED DB E1
Decimal 237 219 225
Binary 11101101 11011011 11100001
Octal 355 333 341

Shades and tints

Shades of #EDDBE1

#EDDBE1
(237,219,225)
#D8C8CD
(216,200,205)
#C3B5B9
(195,181,185)
#AEA2A5
(174,162,165)
#998F91
(153,143,145)
#847C7D
(132,124,125)
#6F6969
(111,105,105)
#5A5655
(90,86,85)
#454341
(69,67,65)
#30302D
(48,48,45)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #EDDBE1

#EDDBE1
(237,219,225)
#EEDEE3
(238,222,227)
#EFE1E5
(239,225,229)
#F0E4E7
(240,228,231)
#F1E7E9
(241,231,233)
#F2EAEB
(242,234,235)
#F3EDED
(243,237,237)
#F4F0EF
(244,240,239)
#F5F3F1
(245,243,241)
#F6F6F3
(246,246,243)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDBE1; }

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

This text font color is #EDDBE1.

Background Color

.myBgColor { background-color: #EDDBE1; }

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

This div background color is #EDDBE1.

Border color

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

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

This div border color is #EDDBE1.

Opacity

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

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

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

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

This text has shadow with #EDDBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDBE1.

Preview

Color preview on black background

This text has color #EDDBE1 on black background.


Color preview on white background

This text has color #EDDBE1 on white background.


Black color preview on #EDDBE1 background

This text has black color on #EDDBE1 background.


White color preview on #EDDBE1 background

This text has white color on #EDDBE1 background.


Related colors

Complementary color

Complementary color for #hex is #12241E.


I love getcolorcode.com

Triadic colors

1 #E1EDDB and #DBE1ED with #EDDBE1 are triadic colors.

2 #E1DBED and #DBEDE1 with #EDDBE1 are triadic colors.